Search LinkedIn Company Employees
Search and extract employees from a LinkedIn company page.
/v1/actions/linkedin-search-company-employees/run/liveEdges is not related to LinkedIn and is not an official LinkedIn product.
Input
Request parameters
Cursor value obtained from the `X-Pagination-Next` response header of a previous request, used to continue pagination. Cursors expire after 24 hours. If a cursor has expired or is invalid, pagination must be restarted from the beginning.
Maximum number of results per page (read-only; defined by the endpoint, actual count may be lower in some cases like throttling or internal limits).
Input parameters
A LinkedIn Company URL should start with 'https://www.linkedin.com/sales/company_id', 'https://www.linkedin/showcase' 'https://www.linkedin.com/company_id' or 'https://www.linkedin.com/school_id'"
—
Configuration
Filter employees by title.
Filter employees by network: 1st, 2nd or 3rd.
Filter employees by geography. Sales Navigator/LinkedIn numbers describing the location you want to search people in. For example 'Paris, Ile-de-France' is 101240143, 'Greater Lyon Area' is 90009674 and 'France' is 105015875. To cumulate several location, you must seprate each location with a comma.
Enter an industry.
Filter employees by keywords.
Integration
Array of identity UUIDs to use for the action
Mode for identity handling: direct, auto, or managed.
Description
What Search LinkedIn Company Employees does
Search LinkedIn Company Employees extracts the employee roster of a LinkedIn company page so you can build decision-maker lists, sourcing pipelines, and org-mapping datasets. You get each employee as a structured row — name, headline, profile URL, current role — ready to enrich or load into your CRM. It targets sales teams building ABM lists, recruiters mapping talent pools, and researchers tracking hiring shifts.
The action runs on the LinkedIn level and uses your authenticated LinkedIn session on Edges.
How it works
You pass a LinkedIn company URL or company ID, optionally with search filters (title keyword, seniority, location), and Search LinkedIn Company Employees iterates the company's people tab on your behalf. Edges handles pagination, normalizes the rows, and returns a clean array of employee records.
Every request is signed with your connected LinkedIn session and paced to respect LinkedIn's activity guidance. The action is built for async execution — most company rosters span many pages, and you do not want to block a workflow on a long pull.
When to use Search LinkedIn Company Employees
Reach for Search LinkedIn Company Employees when your unit of work is a company and you need its people. Once a target account is on your list, the next question is always "who do we reach?" — this action answers it with a structured employee roster.
It plugs into the LinkedIn profile and company data API use case. Teams use it as the bridge between account-level prospecting and contact-level outreach.
Use cases
- ABM decision-maker lists. For each target account, extract employees matching "VP Engineering" or "Director Procurement" and push them into Salesforce as contacts.
- Recruitment sourcing. Map every backend engineer at a target company and feed the list into a candidate CRM for outreach.
- Org-chart research. Build a snapshot of a company's structure — leadership, team sizes, geographic split — before a strategic meeting.
- Competitor talent tracking. Watch who joins or leaves a competitor by snapshotting the roster over time and diffing.
- Post-acquisition mapping. After an acquisition, pull both companies' rosters to understand the combined org.
Best practices
- Filter server-side. Passing title and seniority filters to Search LinkedIn Company Employees is faster and cleaner than extracting everyone and filtering client-side.
- Chain a profile extractor. Search rows are shallow — follow up with Extract LinkedIn Profile for each employee you plan to contact.
- Run async on large companies. Companies over a few thousand employees belong in async execution so your pipeline does not stall.
- Combine with similar-companies expansion. Pair with Extract LinkedIn Similar Companies to widen your account list first, then run Search LinkedIn Company Employees across the expanded set.
Common questions
How many employees can I extract per run?
It depends on the company's size and how deep LinkedIn paginates for your session. Expect to capture the bulk of a small-to-mid-size company's roster; very large companies will cap at LinkedIn's pagination ceiling — use filters to narrow.
Does Search LinkedIn Company Employees use my LinkedIn account or a shared pool?
Your LinkedIn account. Every extraction runs through the session you connect to Edges, so visibility matches what your account would see manually.
Can I chain Search LinkedIn Company Employees with other Edges actions?
Yes. Feed the profileId into Extract LinkedIn Profile, Extract Linkedin User Contact Info, or Connect LinkedIn Profile to run outreach on the extracted roster.
How do I find a company's employees by domain?
Resolve the domain first. Pass a domain (e.g. acme.com) or company name to Find LinkedIn Company URL, then feed the returned company URL into Search LinkedIn Company Employees. The chain domain → company URL → employee roster runs end-to-end on the Edges API — useful when your CRM only stores email domains.
Is this a LinkedIn people search API?
It's the company-scoped one: point it at a company and get that company's people as structured rows. For open-ended search across all of LinkedIn, use Search LinkedIn People; to pull one person's full profile, use Extract LinkedIn Profile.
Get started
Run Search LinkedIn Company Employees from the Edges library, schedule it against your ABM list, or call it directly from the Edges API. Browse the full Actions library to see the enrichment and outreach actions that chain downstream.
// Related
Other ways to work with People.
Try it with 100 free credits.
No card. Copy the snippet, paste your key, hit enter.