LinkedIn Job Scraper
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Shoaib Fareed
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
π LinkedIn Job Crawler (Multi-Role AI Ready)
A production-ready Apify Actor built with PlaywrightCrawler (Crawlee) that scrapes LinkedIn Jobs for multiple roles and transforms them into structured data for automation workflows like n8n, AI job agents, and job intelligence systems.
π§ What this project does
This crawler is designed to act as a job data pipeline, not just a scraper.
It can:
- Scrape LinkedIn job listings
- Support multiple job roles in one execution
- Handle pagination automatically
- Use proxy rotation (Apify Residential Proxy)
- Apply anti-block techniques (delays + navigation control)
- Normalize job data into clean JSON
- Integrate directly with n8n workflows
βοΈ Input Configuration
{"keywords": "Laravel Developer","location": ["Remote", "New York"],"companyName": "Acme Corp","countryName": "United States","postedInLast": "Week","jobType": "Full Time","limit": 20,"maxPages": 3}
π₯ Features
π Multi-role scraping
Search multiple job categories in a single run.
π LinkedIn Jobs crawler
Extracts job listings from LinkedIn search pages using Playwright.
π Pagination support
Automatically crawls multiple pages using start offsets.
π‘ Anti-block system
- Random delays
- Network idle waiting
- Selector fallback
π Proxy support
Uses Apify Residential Proxy for stability.
π¦ Output
{"title": "Senior Node.js Developer","company": "Tech Corp","location": "Remote","url": "https://linkedin.com/jobs/view/123","source": "LinkedIn"}
π Run locally
apify run --purge
βοΈ Deploy
apify push
π API
POST https://api.apify.com/v2/acts/USERNAME~ACTOR_NAME/run-sync-get-dataset-items?token=API_TOKEN
π n8n Flow
Cron β Apify β Normalize β AI Scoring β Email
π€ AI Ready
- Gemini scoring (1β10)
- Salary extraction
- Job ranking
- Best job selection
β οΈ Notes
LinkedIn may block heavy scraping. Use proxies + delays.
π‘ Stack
Node.js, Playwright, Crawlee, Apify