Scrapify LinkedIn Jobs API
Scrapify LinkedIn Jobs API allows developers to easily search, extract, and analyze LinkedIn job offers in real time. Get structured job data including titles, companies, locations, descriptions, and more — without manual scraping. Ideal for job aggregators, HR analytics, market research, or automation tools.
Scrapify LinkedIn Jobs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create new LinkedIn scraping job /api/linkedin/jobs |
Launch a new LinkedIn job scraping task with custom parameters. You can specify a job keyword, location, and the number of listings to collect. Once the job is created, you’ll… |
| GET |
Get LinkedIn job status /api/linkedin/jobs/{jobId}/status |
Check the current status and progress of a LinkedIn scraping job. Use the job ID returned when you created the task to verify whether it’s still running, completed, or failed. |
| GET |
Get LinkedIn job results /api/linkedin/jobs/{jobId}/results |
Retrieve the collected LinkedIn job listings for a completed scraping task. Results are paginated — use offset and limit to fetch data in batches. |