Bunsly / JobSpy

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

Feature: Time-based filtering #100

Closed talperetz closed 4 months ago

talperetz commented 4 months ago

I love what you're building. Is it possible to add a filter to search for recent jobs e.g from field that accepts a datetime and uses it as a cutoff?

Alternatively, if we can order by date_posted that would be helpful as well. I'm not sure how the jobs are ordered now, seems pretty random.

I currently do this manually, but filtering before we get the results would reduce the likelihood of getting blocked, and latency: jobs.sort_values(by='date_posted', ascending=False)

VitaminB16 commented 4 months ago

Made a pull request for this feature: https://github.com/Bunsly/JobSpy/pull/103