Bunsly / JobSpy

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

Taking 3-4 minutes per result on LinkedIn #78

Closed kodyVS closed 8 months ago

kodyVS commented 8 months ago

All the other websites work great! However, when doing searches on Linkedin, it takes 3-4 minutes per result. Does anyone else have the same issue?

cullenwatson commented 8 months ago

try updating, should be 1 minute max for 100 results

kodyVS commented 8 months ago

Great, it's mostly working. The only time it hangs now is if you set a job criteria that is too focused and doesn't have as many results as you specify in results_wanted

For instance

jobs = scrape_jobs(
    site_name=["linkedin",],
    search_term="dancer on a boat",
    location="Ontario",
    country_indeed="canada",
    results_wanted=30
)
cullenwatson commented 8 months ago

ah nice catch, see if it's good now

kodyVS commented 8 months ago

It's working great now, thanks for updating.