Bunsly / JobSpy

Jobs scraper library for LinkedIn, Indeed, Glassdoor & ZipRecruiter
https://usejobspy.com
MIT License
767 stars 142 forks source link

updated example with exponential backoff and retry mechanism #81

Closed Harryalways317 closed 8 months ago

Harryalways317 commented 8 months ago

Exponential Backoff can help us to minimize the 429 Too many requests issue, and the try catch handle helps to extract data even if we face error, can be used to scrape 500-100 jobs in one run

@ZacharyHampton @cullenwatson The scraper you wrote saved a lot time time for me, Thanks :) if this example is fine, you can add it

cullenwatson commented 8 months ago

nice