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 authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Organization-ID
Query parameters
company
Current company filter
title
Job title filter
limit
Maximum results per page
offset
Number of results to skip for pagination
Response
Successful Response
query
has_more
limit
offset
results
total_results
Errors
422
Unprocessable Entity Error