Skip to main content
POST

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
url
string
required

LinkedIn Sales Navigator search or list URL. Paths include /sales/search/people, /sales/search/accounts, /sales/search/company, /sales/search/leads, and /sales/lists/....

Example:

"https://www.linkedin.com/sales/search/people"

cookies
string

Full cookie string from LinkedIn browser session, exported as a Header string via the Cookie-Editor extension. Must contain li_at and JSESSIONID cookies.

Get it: Cookie-Editor extension → Export → select "Header" (NOT JSON).

Example:

"li_at=AQEDxxxxxx; JSESSIONID=\"ajax:1234567890\""

Deprecated - use 'cookies' instead

start
integer
default:0

Starting offset for pagination. Must be a multiple of 25, maximum 2475.

Required range: 0 <= x <= 2475
Example:

0

scraper_type
enum<string>
default:contacts

Type of data to scrape

Available options:
contacts,
accounts

Response

Successfully scraped data

success
boolean
data
object[]
total_scraped
integer

Number of items scraped

pages_processed
integer

Number of pages processed

message
string
paging
object