Indeed job scraper
1 day trial then $20.00/month - No credit card required now
Indeed job scraper
1 day trial then $20.00/month - No credit card required now
This is an actively maintained scraper which can extract job postings and hiring company details at scale from any indeed search results page for a fixed monthly rental price. Well documented with examples and demos
You can access the Indeed job scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "scrapeJobs.searchUrl": "https://www.indeed.com/jobs?q=sales&l=New+York%2C+NY&vjk=b28e7b80d0399215",
3 "startPage": 1,
4 "count": 10,
5 "proxy": {
6 "useApifyProxy": true,
7 "apifyProxyGroups": []
8 }
9}' |
10apify call curious_coder/indeed-scraper --silent --output-dataset
Indeed job scraper API through CLI
The Apify CLI is the official tool that allows you to use Indeed job scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
102 monthly users
-
19 stars
>99% runs succeeded
3.3 days response time
Created in Jun 2023
Modified 2 days ago