
Indeed Scraper
Pricing
$5.00 / 1,000 results

Indeed Scraper
Scrape jobs posted on Indeed. Get detailed information from this job portal about saved and sponsored jobs. Specify the search based on location with the output attributes position, location, and description.
4.3 (28)
Pricing
$5.00 / 1,000 results
322
Total users
9.2k
Monthly users
1.5k
Runs succeeded
>99%
Issues response
19 days
Last modified
23 days ago
I extract only 16 results each time
Closed
Hello, in my last 20 runs I have only 16 results. How to extract more results? Thank you.
video : https://www.loom.com/share/918bf5eb9a704675aa7d1865d8fda083?sid=4fd7952d-f3f5-450c-8208-09bad1cb0f50

Hi, I checked your run and there's a problem with maxItemsPerSearch
input field, which is set to 1. It limits the number of result for each search query or start URL to 1. You provided 16 start URLs so the scraper correctly scraped 16 results, 1 for each URL.
The fix is simple - either remove maxItemsPerSearch
completely or set a large value such as 99999.
You can check out my test run with all 300 results scraped (as required by input field "maxItems": 300
): https://console.apify.com/view/runs/4b0T377hsmmzZCylf
The maxItemsPerSearch
field is named Max items per url
in the input UI editor and it is hidden in the collapsible section Use URLs instead of search
(right below your start URLs).