Linked In Scraper
- : Access to the public API
OAuth2 client credentials flow for API access
Payload to submit a new linkedin scraper job.
The LinkedIn URL to scrape. Important: Only public profiles can be scraped.
https://www.linkedin.com/company/delphainc/Job submitted
Response after submitting a new linkedin scraper 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 scraper job
{"summary":"Sample job ID","value":"21014abc65004d2781d2e0ef4c9fbb46"}Job succeeded.
Response after retrieving the status and result of an linkedin scraper 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?