Search
Search
Voyager exposes LinkedIn’s internal search APIs for people, companies, content, jobs, and groups. All search endpoints support pagination via start and count parameters.
Search People
Find LinkedIn members by keywords, company, and connection degree:
Parameters
The company parameter accepts company names (e.g., "Stripe") and auto-resolves them to LinkedIn company IDs via a 3-strategy fallback (GraphQL, REST, Company search). You do not need to find the company ID yourself.
Search Companies
Search Content
Find posts and articles by keyword:
Search Jobs
Job Detail
Get full details for a specific job posting:
Search Groups
Pagination
All search endpoints support offset-based pagination:
When results are exhausted, the response returns 0 results. See Pagination for a complete looping pattern.
SalesNav Search
For advanced lead search with richer filters and data, use the SalesNav search endpoint. See SalesNav.
Recommended Pacing
- Between search pages: 3-5 seconds
- Daily search volume: No hard limit, but high-volume searching can trigger LinkedIn rate limits
LinkedIn returns a maximum of ~1,000 results for any search query, even if the total count is higher. Use specific keywords and filters to narrow your results.
Related
- Profiles — Get full profile data for search results
- Lead Discovery Guide — Search-based lead qualification workflow
- SalesNav — Advanced search with SalesNav filters
- Pagination — Pagination patterns for all endpoints