Skip to content

Releases: Bunsly/JobSpy

v1.1.35

23 Jan 02:25
5b3627b
Compare
Choose a tag to compare
  • 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

12 Jan 18:30
2ec3b04
Compare
Choose a tag to compare
  • Fix ZipRecruiter 403 by fetching init cookies

v1.1.33

10 Jan 20:01
a7ad616
Compare
Choose a tag to compare
  • Fix LinkedIn scrape when no results are found

v1.1.32

10 Jan 01:38
Compare
Choose a tag to compare
  • Reduced LinkedIn scrape time
    • removed fetching Linkedin description (requires 25x the number of requests) due to their aggressive rate limiting

v1.1.31

03 Jan 18:05
aeb93b9
Compare
Choose a tag to compare
  • add Retry adapter on Glassdoor for connection timeouts

v1.1.30

02 Dec 08:44
33d442b
Compare
Choose a tag to compare
  • Add Czech support to Indeed
  • Add Indeed company URLs
  • Sort Indeed jobs by most recent

thanks @augustogunsch

JobSpy v1.1.29

27 Nov 21:01
eed7fca
Compare
Choose a tag to compare
  • Get full Indeed description

thanks @vinceyyy

JobSpy v1.1.28

10 Nov 23:00
dfb8c18
Compare
Choose a tag to compare
  • parse location for linkedin bug fix

thanks @frzkhan

JobSpy v1.1.27

09 Nov 20:58
81f70ff
Compare
Choose a tag to compare
  • fetch salary data from LinkedIn (if it exists)

thanks @frzkhan

JobSpy v1.1.26

08 Nov 21:53
cc9e786
Compare
Choose a tag to compare
  • 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.