Linked In Import
- : Access to the public API
OAuth2 client credentials flow for API access
Payload to submit a new linkedin import job.
The search / list url from linkedin / salesnavigator
https://www.linkedin.com/search/results/people/?keywords=victor%20goubet&origin=SWITCH_SEARCH_VERTICAL&sid=123The LinkedIn li_at session cookie to use for the import job.
YOUR_LINKEDIN_SESSION_COOKIEOptional LinkedIn li_a companion session cookie, paired with the li_at in cookie. Required for some enterprise Sales Navigator sessions; ignored when cookie is absent.
YOUR_LINKEDIN_COMPANION_COOKIEUser agent string.
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36Example: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36Language string, format like 'v=2&lang=en-us'.
v=2&lang=en-usThe type of object to import.
profilePossible values: Job submitted
Response after submitting a new linkedin import job.
The job ID. Required if status <= 300.
21014abc65004d2781d2e0ef4c9fbb46The message to return
Job submittedThe status of the process
SUCCESSPossible values: The status code to return
202Invalid url format or missing required fields
Authentication failed - invalid or missing OAuth 2.0 token
Payment Required
Internal server error
Service unavailable
- : Access to the public API
OAuth2 client credentials flow for API access
The unique identifier of the linkedin import job
{"summary":"Sample job ID","value":"21014abc65004d2781d2e0ef4c9fbb46"}Job succeeded.
Response after retrieving the status and result of an linkedin import job.
A human-readable message describing the current state or outcome of the job.
Job succeeded.The status of the process
SUCCESSPossible values: The HTTP status code representing the job's current state.
200The total time taken to process the job, in seconds.
0.123Job is still running.
Input validation failed.
Authentication failed - invalid or missing OAuth 2.0 token
Failed to retrieve job.
Job timed out.
Last updated
Was this helpful?