Search People

Search for people by name, company, title, or natural language query. Returns LinkedIn profiles with rich metadata including professional headline, location, bio excerpt, follower count, and school. Use the returned `entity_id` with `/bio`, `/contact`, or `/education-work` to get full enrichment data. **Pagination:** Use `offset` and `limit` to page through results. Check `has_more` in the response to determine if more pages are available. **Large result sets:** Supports up to 500 results per request. For requests exceeding 100 results, the API automatically expands the search with query variations to discover more profiles, then deduplicates by LinkedIn URL. **Examples:** - `?q=engineers at Anthropic in San Francisco&limit=20` - `?q=Sam Altman&limit=1` - `?q=senior data scientists&company=Stripe&location=New York&limit=50&offset=0`

Authentication

AuthorizationBearer
Bearer token authentication using API key

Headers

X-Organization-IDstringRequired

Query parameters

titlestringOptional
Filter by job title
locationstringOptional
Filter by location
limitintegerOptional1-500Defaults to 10

Maximum results per page (1-500). For limits above 100, query expansion is used automatically.

offsetintegerOptional>=0Defaults to 0
Number of results to skip for pagination. Use with limit to page through results.

Response

Successful response
querystring
The search query that was executed
resultslist of objects
Array of matching results
total_resultsinteger
Total number of matching results
limitinteger
Maximum results requested
offsetinteger

Number of results skipped (pagination offset)

has_moreboolean
Whether more results are available beyond this page

Errors

401
Unauthorized Error