LinkedIn Job Miner avatar

LinkedIn Job Miner

Pricing

from $3.00 / 1,000 results

Go to Apify Store
LinkedIn Job Miner

LinkedIn Job Miner

Collects structured LinkedIn public job listing data with advanced search filters, optional detail enrichment, and strong deduplication.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

peyman

peyman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

LinkedIn Job Miner Actor

Production-oriented Apify Actor that collects structured public LinkedIn Jobs data with filterable search seeds, resilient extraction paths, optional detail enrichment, and duplicate-safe output.

Example input

{
"keywords": "backend engineer, node.js developer",
"keywordMode": "any",
"location": "Germany",
"geoId": "",
"experienceLevel": ["entry", "associate", "mid_senior"],
"jobType": ["full_time", "contract"],
"remoteFilter": "hybrid",
"datePosted": "past_week",
"company": ["Siemens", "SAP"],
"maxItems": 300,
"maxPages": 25,
"maxConcurrency": 3,
"navigationTimeoutSecs": 45,
"useApifyProxy": true,
"proxyCountry": "DE",
"resumeFromOffset": 0,
"includeCompanyMetadata": true,
"enrichJobDetails": false
}

For lowest cost runs, keep enrichJobDetails set to false.

Output

Each dataset item uses this structure:

{
"jobId": "1234567890",
"title": "Backend Engineer",
"companyName": "Example Corp",
"companyUrl": "https://www.linkedin.com/company/example-corp/",
"location": "Berlin, Germany",
"remoteType": "Hybrid",
"postedDate": "1 week ago",
"jobUrl": "https://www.linkedin.com/jobs/view/1234567890/",
"jobDescription": "Full job description text...",
"employmentType": "Full-time",
"seniorityLevel": "Mid-Senior level",
"salary": null,
"benefits": null,
"scrapedAt": "2026-04-28T12:00:00.000Z"
}