🔥 Fast Indeed Jobs Scraper avatar
🔥 Fast Indeed Jobs Scraper

Pricing

$19.00/month + usage

Go to Store
🔥 Fast Indeed Jobs Scraper

🔥 Fast Indeed Jobs Scraper

Developed by

Muhamed Didovic

Muhamed Didovic

Maintained by Community

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

MJ

Cannot use storageName or storeName

Closed

mjc999 opened this issue
2 days ago

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

memo23 avatar

hey mate, send some run URLs so I can check, basically the storeName should be the same accros all runs, right?

MJ

mjc999

2 days ago

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

memo23 avatar

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