LinkedIn Jobs Scraper avatar

LinkedIn Jobs Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
LinkedIn Jobs Scraper

LinkedIn Jobs Scraper

Scrapes LinkedIn job listings by keyword and location without requiring login or cookies. Extracts job titles, companies, locations, posting dates, and job URLs for market research, recruiting, and job monitoring.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

LinkedIn Jobs Scraper (No Cookies, No Login)

Scrape LinkedIn job listings by keyword and location — no LinkedIn account, no session cookies, no ban risk. Get clean, structured job data ready for export to JSON, CSV, or Excel, or pull it via API into your own pipeline.

What data does it extract?

For every job listing:

FieldExample
titleAI Engineer
companyXelix
locationLondon, England, United Kingdom
jobUrlhttps://uk.linkedin.com/jobs/view/ai-engineer-at-xelix-4420486484
postedDate2 weeks ago
postedDateIso2026-06-18
searchKeywordsAI Engineer
searchLocationLondon

Use cases

  • Job market research — track demand for skills or roles across cities.
  • Recruiting intelligence — see which companies are hiring for what, right now.
  • Competitor hiring signals — monitor competitor job postings to infer strategy.
  • Job boards & aggregators — feed fresh listings into your own product.
  • Career tools — power alerts like "new remote Data Engineer jobs this week."

Input

{
"keywords": "AI Engineer",
"location": "London",
"maxJobs": 100,
"datePosted": "pastWeek",
"jobType": "F",
"workplaceType": "2",
"experienceLevel": "any",
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Results are stored in the run's default dataset. Download them from the Apify Console or fetch via API:

https://api.apify.com/v2/datasets/{datasetId}/items?format=json

Sample item:

{
"title": "AI Engineer",
"company": "Xelix",
"location": "London, England, United Kingdom",
"jobUrl": "https://uk.linkedin.com/jobs/view/ai-engineer-at-xelix-4420486484",
"postedDate": "2 weeks ago",
"postedDateIso": "2026-06-18",
"searchKeywords": "AI Engineer",
"searchLocation": "London"
}