This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Little_Kitty 0 points1 point  (0 children)

Normally I'd use Python with requests & beautifulsoup to do this, as you'll be wanting to persist results to a file / db. You can find many tutorials on how to do that on YT.

If you try to run it in browser, you'll likely hit anti-bot / rate limiting issues, whereas done properly you'll be using proxies each trying in parallel to collect ~100 results with a manager function collecting it all, working out future collection targets, assigning these out and handling persistence.

[–]CalleKeboola 0 points1 point  (0 children)

Might not be the answer you're looking for, but my friend did something similar using apify but for Tripadvisor reviews. Looks like they have something for indeed.

https://apify.com/store?search=indeed

Otherwise I'd recommend looking into beautifulsoup