search

Search people at a company

People currently associated with a company on LinkedIn. Pass a company URL, vanity slug, or name. Implemented via the cookie people-search path with currentCompany (HTML pages of ~10, accumulated to count). Optional keywords narrows within that company. Same result shape as search people.

post/search/linkedin/employees

Request body

companystring required

The company, as its LinkedIn page URL, its vanity slug, or its display name. A URL or slug is exact; a display name is matched to a company page, and a name that matches none is refused rather than searched without the filter.

keywordsstring

Optional keywords to narrow people at that company (title, name, skills).

startinteger

Pagination offset into the accumulated employee list (default 0).

countinteger

How many people to return in total (default 10, max 50).

Response

People at the company

successtrue required
companystring required

Resolved company key used for the search (slug or name as passed after parse).

hasMoreboolean required
creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.

Changes

Changed in 2 of the 11 revisions of this API.11

Of the 11 revisions, 1 has no diff computed.