LinkedIn Jobs Scraper Pro avatar

LinkedIn Jobs Scraper Pro

Pricing

$1.00 / 1,000 results

Go to Apify Store
LinkedIn Jobs Scraper Pro

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

scrape labs

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

3

Monthly active users

16 days ago

Last modified

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

FieldTypeDescription
jobTitlestringKeywords / job title (e.g. machine learning)
jobLocationstringCity or country (e.g. New York)
companyNamesstring[]Filter to specific companies (e.g. ["Microsoft", "Google"])
publishedAtselectAny Time / Past 24 hours / Past week / Past month
totalRowsintegerMax results (default: 100, max: 1000)
workTypeselectAny / On-site / Remote / Hybrid
jobTypeselectAny / Full-time / Part-time / Contract / Internship / etc.
experienceLevelselectAny / 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 install
npm install -g apify-cli
apify login
apify 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)
  • totalRows above ~500 may hit rate limits; for large runs, use multiple smaller runs