LinkedIn Jobs Scraper Pro
Pricing
$1.00 / 1,000 results
Go to Apify Store

LinkedIn Jobs Scraper Pro
Scrape LinkedIn job listings without login. Filter by title, location, company, job type, experience level & date posted. Get full details: description, salary, applications count, sector. Export to JSON, CSV or Excel
Pricing
$1.00 / 1,000 results
Rating
0.0
(0)
Developer
scrape labs
Maintained by Community
Actor stats
0
Bookmarked
8
Total users
3
Monthly active users
6 days ago
Last modified
Categories
Share
LinkedIn Jobs Scraper
Scrape LinkedIn job listings without login using LinkedIn's public guest API. No browser, no CAPTCHA, no account risk.
Features
- No login required — uses LinkedIn's public guest jobs API
- Filter by job title, location, company, job type, experience level, work arrangement, and date posted
- Full job details: description, applications count, salary, sector, contract type
- Fast HTTP-based scraping (no browser overhead)
- Automatic retry with backoff on rate limits
Input
| Field | Type | Description |
|---|---|---|
jobTitle | string | Keywords / job title (e.g. machine learning) |
jobLocation | string | City or country (e.g. New York) |
companyNames | string[] | Filter to specific companies (e.g. ["Microsoft", "Google"]) |
publishedAt | select | Any Time / Past 24 hours / Past week / Past month |
totalRows | integer | Max results (default: 100, max: 1000) |
workType | select | Any / On-site / Remote / Hybrid |
jobType | select | Any / Full-time / Part-time / Contract / Internship / etc. |
experienceLevel | select | Any / Internship / Entry level / Mid-Senior / Director / Executive |
Output
Each record in the dataset:
{"applicationsCount": "Be among the first 25 applicants","companyName": "Microsoft","companyUrl": "https://www.linkedin.com/company/microsoft","contractType": "Full-time","description": "We are looking for a...","experienceLevel": "Mid-Senior level","jobUrl": "https://www.linkedin.com/jobs/view/123456789","location": "New York, NY","postedTime": "2 days ago","publishedAt": "2024-03-01","salary": "$120,000 - $160,000","sector": "Technology, Information and Internet","title": "Machine Learning Engineer","workType": "Engineering and Information Technology"}
Deployment
npm installnpm install -g apify-cliapify loginapify push
Notes
- LinkedIn rate limits aggressive scrapers — the actor includes automatic backoff
- Company name filter is a post-filter on display name (not ID-based), so partial matches work
- Salary is only present when LinkedIn displays it publicly (varies by job)
totalRowsabove ~500 may hit rate limits; for large runs, use multiple smaller runs