Indeed Scraper
Pay $5.00 for 1,000 results
Indeed Scraper
Pay $5.00 for 1,000 results
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.
Do you want to learn more about this Actor?
Get a demohello, how to disable "follow" functionality when start url provided? Basically when I provided custom start url i want to scrape items only from that page and do not follow next
Hi! If I understand correctly, you want to only scrape the first page? If so, each page contains 15 items, so you could set maxItems to 15 and it would stop at that point, as in this run https://console.apify.com/view/runs/5JnArcXhgEkno8PLD. Would that do?
Yes, thank works. Thank you.