Skip to content

Releases: Bunsly/JobSpy

JobSpy v1.1.25

31 Oct 01:38
Compare
Choose a tag to compare
  • Add Glassdoor, 900 job limit. should be able to fetch sub 30s. Put results_wanted=900 and try it out.
  • Glassdoor supports many of the same countries as Indeed, but it's a smaller subset; look at the readme. It uses the country_indeed parameter as well.

Note: it will only hit near 900 if there's that many jobs; many of my regular searches, I'd get 100-400 results

image

JobSpy v1.1.23

30 Oct 18:58
Compare
Choose a tag to compare

JobSpy v1.1.21

28 Oct 21:59
Compare
Choose a tag to compare
  • use ziprecruiter API instead of hitting their main page. You should be able to get unlimited jobs (tested with 1000 jobs). There is a 5s delay in between each request as 5s is ZipRecruiter's rate limiting rule
image

JobSpy v1.1.14

18 Oct 19:26
f2cc74b
Compare
Choose a tag to compare
  • Fix Indeed bugs

v1.1.13 Release of JobSpy

10 Oct 16:31
Compare
Choose a tag to compare
  • Fetch all the job types from Indeed (previously it would just pull one)
  • Fix ZipRecruiter, the job URLs were not correct
  • Add a num_urgent_words column: searches the entire description for urgency keywords and tallies them up:
    • urgent
    • immediate
    • hiring now
    • start asap
  • Use a separate requests session object on each request to get a fresh cookie jar

v1.1.12 Release of JobSpy

03 Oct 14:23
628f4de
Compare
Choose a tag to compare
  • Bug fix - Indeed compensation min & max were swapped (thanks @hennersj64)

v1.1.11 Release of JobSpy

28 Sep 23:54
Compare
Choose a tag to compare

Features

  • LinkedIn scraper endpoint changed
    • 1000 jobs can be returned on this endpoint, although quite difficult to hit with LinkedIn's rate limiting (rotating proxy helps)
      - Goal is to easily hit that 1000 number, but right now the code is set to raise a LinkedInException if it receives 427 status code (too many requests) three times in a row with 10s delay
  • Extracts emails
    • The JobPosts now have an email field, and you will see any extracted emails in the email column
  • Offset param
    • You can now start you search from an offset (e.g. offset=120 to start 120 jobs from the beginning of the search)

v1.1.7 Release of JobSpy

22 Sep 01:30
Compare
Choose a tag to compare

Features

Not technical? Try out the web scraping tool on our site at usejobspy.com. Let us know if you run into any issues or requests.

v1.1.5 Release of JobSpy

21 Sep 22:43
Compare
Choose a tag to compare
  • Bug fix on job type param

v1.1.4 Release of JobSpy

15 Sep 23:15
Compare
Choose a tag to compare
  • Homepage addition