Voyager provides direct access to LinkedIn Sales Navigator’s internal APIs. SalesNav endpoints offer richer data, advanced filters, and capabilities beyond the standard LinkedIn API — lead search with 28 structured filters, account dossiers, employee insights, relationship maps, personas, alerts, messaging, credits, and more.
SalesNav endpoints require an active Sales Navigator subscription on your LinkedIn account. You must sync the li_a and li_ep_auth_context cookies in addition to the standard li_at and JSESSIONID cookies.
Every Voyager response is wrapped in the standard envelope { success, statusCode, message, data, errors }. The JSON examples below show only the endpoint-specific payload — access res.data.<field> in your client. See Introduction for the full envelope shape.
Check that salesNavSessionValid: true in the response.
Search for leads by keyword or by SalesNav search URL:
If you have a pre-built SalesNav search URL with advanced filters:
Get a detailed SalesNav lead profile (async job):
Returns { jobId, pollUrl } — poll for the result:
Get a lead’s activity history (job changes, posts, mentions):
Get a lead’s posts and comments for conversation intelligence:
Get detailed company data from SalesNav (async job):
Get employees of a SalesNav account (async job):
Export leads from a SalesNav saved list (async job):
Get SalesNav alerts (job changes, post activity, company news):
Read your SalesNav messages (separate from LinkedIn inbox):
See who viewed your SalesNav profile:
Fetch up to 10 lead profiles in a single async job:
Fetch up to 5 account profiles:
Export multiple saved lists:
Get AI-generated competitive landscape, challenges, and strengths:
Returns competitive analysis, company challenges, and strategic insights.
Track headcount growth/decline over time:
Returns monthly headcount timeseries data (e.g., 57 → 110 employees, +93% growth).
Find lookalike companies:
Get org chart data for an account:
Get configured ICP buyer personas:
Get lead insights including recent job changes:
Check your remaining InMail credit balance:
Check if a SalesNav message was read:
Under the hood, Voyager uses LinkedIn’s sales-api endpoints:
https://www.linkedin.com/sales-api/salesApi*%28/%29)x-li-identity header is derived from the li_ep_auth_context cookiesalesApiLeadSearch endpoint with q=searchQuerySalesNav has its own API layer separate from the standard LinkedIn Voyager API. Response formats, URN schemes, and rate limits differ. SalesNav lead IDs are not the same as standard LinkedIn profile URNs.