Bunsly / JobSpy

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

feat: Ability to query by time posted for linkedin, indeed, glassdoor #103

Closed VitaminB16 closed 4 months ago

VitaminB16 commented 4 months ago

Added argument hours_old to scrape_jobs, which sets the limit for the age of the post.

LinkedIn allows filtering by hours (even seconds), but Glassdoor and Indeed only allow filtering by days – so I am rounding it up to the nearest whole day for those two.

I have not found a way to do this for Ziprecruiter yet.

cullenwatson commented 4 months ago

sweet