LinkedIn Companies
Look up company data, browse employee directories, and find key contacts by title. Use this for account research, org mapping, and prospecting.
Tools Used
get_linkedin_company(2 tokens): full company data from a domain (industry, size, HQ, followers, funding info, company_id)list_linkedin_company_employees(30 tokens): paginated employee list with name, headline, and profile URL. Params:company(URL or slug),start(offset),count(max 49).search_linkedin_company_contacts(30 tokens): find decision makers by title keywords. Params:company_id,title_keywords,limit.
See references/tools-reference.md for exact commands.
Workflow
Company Lookup
- Call
get_linkedin_companywith the domain to get company data andcompany_id - Extract industry, employee count, HQ location, and funding info
Find Decision Makers (recommended)
- Call
get_linkedin_companywith the domain to getcompany_id - Call
search_linkedin_company_contactswithcompany_idand title keywords (e.g. ["CEO", "CTO", "VP Engineering"]) - Use
get_linkedin_profileon interesting contacts for full background
Browse All Employees
- Call
list_linkedin_company_employeeswith the company URL or slug - Paginate as needed using
startandcountparams - Scan headlines for relevant titles
Use Cases
- "Tell me about Stripe as a company"
- "Who are the VPs at Vercel?"
- "Find the CTO and Head of Sales at acme.com"
- "List the first 20 employees at notion"
- "How big is this company and where are they based?"
微信扫一扫