Unified LinkedIn Search — posts, people, companies, jobs
Unified LinkedIn Search
This is the all-in-one search endpoint. It accepts any of the 4 categories (posts, people, companies, jobs) and returns structured results.
When to use this endpoint
Use this endpoint when you need to search across categories dynamically (e.g. the user chooses the category at runtime). For a simpler interface with category-specific documentation, use the dedicated endpoints:
- POST /search/linkedin/posts — search posts
- POST /search/linkedin/people — search people
- POST /search/linkedin/companies — search companies
- POST /search/linkedin/jobs — search jobs
- POST /search/linkedin/url — search by pasting a LinkedIn search URL
Two ways to search
- Structured: pass category + keywords + optional filters
- URL-based: pass a LinkedIn search url — the endpoint parses it automatically
Explicit parameters always override URL-derived values.
Keyword syntax (Boolean operators)
Keywords support LinkedIn Boolean search syntax for precise matching:
- Exact phrase: wrap in double quotes — "outreach automation" matches only that exact phrase
- AND: both terms required — outreach AND linkedin (default when terms are space-separated)
- OR: either term — CEO OR founder OR owner
- NOT: exclude — manager NOT assistant
- Parentheses: group — (CEO OR CTO) AND SaaS
Operators must be UPPERCASE (AND, OR, NOT). Lowercase is treated as plain text. Wildcards (*) and +/- are not supported. Precedence: Quotes → Parentheses → NOT → AND → OR.
Without quotes, a multi-word query like outreach automation is treated as outreach AND automation, which may return broad results. Use "outreach automation" for exact matching.
Resolving filter IDs
Many filters (location, industry, company, school) require LinkedIn numeric IDs. Use GET /search/linkedin/parameters to convert text (e.g. "San Francisco") into IDs (e.g. "103644278").
Pagination
Use start (offset, default 0) and count (page size, default 10, max 50). The response includes paging.total and hasMore to control iteration.
Credits
Request body
Response
Search results for the specified category