Releases: cullenwatson/JobSpy
Releases · cullenwatson/JobSpy
v1.1.35
- Add full_description param to scrape_jobs()
- for those that want the full job description at the sacrifice of speed, enable this
v1.1.34
- Fix ZipRecruiter 403 by fetching init cookies
v1.1.33
- Fix LinkedIn scrape when no results are found
v1.1.32
- Reduced LinkedIn scrape time
- removed fetching Linkedin description (requires 25x the number of requests) due to their aggressive rate limiting
v1.1.31
- add Retry adapter on Glassdoor for connection timeouts
v1.1.30
- Add Czech support to Indeed
- Add Indeed company URLs
- Sort Indeed jobs by most recent
thanks @augustogunsch
JobSpy v1.1.29
- Get full Indeed description
thanks @vinceyyy
JobSpy v1.1.28
- parse location for linkedin bug fix
thanks @frzkhan
JobSpy v1.1.27
- fetch salary data from LinkedIn (if it exists)
thanks @frzkhan
JobSpy v1.1.26
- fix LinkedIn endpoint bug
- add LinkedIn company url to output
LinkedIn has a 1000 job limit & the code should be able to fetch them all. Although runtime is somewhere around 5-10min as LinkedIn is not multi-threaded to avoid their rate limiting.