Skip to content

v1.1.11 Release of JobSpy

Compare
Choose a tag to compare
@cullenwatson cullenwatson released this 28 Sep 23:54
· 85 commits to main since this release

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)