
🔥 Fast Indeed Jobs Scraper
Pricing
$19.00/month + usage

🔥 Fast Indeed Jobs Scraper
Web scraper for Indeed.com job listings. Add Indeed URLs to customize searches. Set max jobs, concurrency, and other parameters to optimize performance while respecting site resources. Efficiently extracts job data, balancing speed with ethical practices. Ideal for gathering targeted job market info
5.0 (1)
Pricing
$19.00/month + usage
20
Total users
264
Monthly users
53
Runs succeeded
96%
Issues response
3 hours
Last modified
2 days ago
Cannot use storageName or storeName
Closed
I cannot use storageName or storeName to store the values and deduplicate, no matter what I try it creates new key store and new data set for each run

hey mate, send some run URLs so I can check, basically the storeName should be the same accros all runs, right?
mjc999
Hey, basically I'm scrapping jobs across an entire state so am doing different runs. Example that I am using is this:
{ "includeCompanyDetails": true, "startUrls": [ {"url": "https://www.indeed.com/jobs?q=&l=Philadelphia%2C+PA&radius=25&fromage=14"} ], "storeName": "pa-jobs-complete-dataset", "maxJobs": 100, "proxy": {"useApifyProxy": true} }
it's creating un unnamed dataset each time, and so it doesn't deduplicate across runs which is quite a pain

hey mate, I made some changes, plese give it a go and let me know