Job Board Scraper
One search across eight job boards, deduplicated automatically
$0.005 per job
2,471 users
27,478 runs
5.0(3)
Runs one search across eight job boards, including LinkedIn, Indeed, Glassdoor, ZipRecruiter, Naukri, and Bayt, and returns a single deduplicated dataset. Every listing carries title, company, location, posting date, job type, remote flag, direct application URL, salary minimum and maximum with currency, and company details such as industry, employee count, and rating.
- Searches eight boards in one run and removes duplicate listings automatically.
- Salary ranges with currency and annual normalization, plus company industry, size, and rating.
- Filters for remote work, job type, posting age, distance radius, and easy apply.
Built for
Call it from code or an agent
curl -X POST \
"https://api.apify.com/v2/acts/openclawai~job-board-scraper/run-sync-get-dataset-items?format=json" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{ ...your input... }'Full input schema and OpenAPI spec on the actor API page.
Questions, answered
How much does it cost to scrape job postings from LinkedIn and Indeed?
This scraper charges $0.005 per job delivered, so 1,000 listings cost about $5. It searches LinkedIn, Indeed, Glassdoor, ZipRecruiter, Naukri, and Bayt in one run and only charges for results it returns.
Can I scrape multiple job boards at once and remove duplicates?
Yes, this actor queries up to eight boards in a single search and deduplicates listings that appear on more than one site. Each run returns up to 100 results per board, with salary fields, company data, and direct application links on every listing.