Releases: cullenwatson/JobSpy
Releases · cullenwatson/JobSpy
JobSpy v1.1.25
- 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
JobSpy v1.1.23
- zip recruiter bug fix
thanks @KilovoIt
JobSpy v1.1.21
JobSpy v1.1.14
- Fix Indeed bugs
v1.1.13 Release of JobSpy
- 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
- Bug fix - Indeed compensation min & max were swapped (thanks @hennersj64)
v1.1.11 Release of JobSpy
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
- 1000 jobs can be returned on this endpoint, although quite difficult to hit with LinkedIn's rate limiting (rotating proxy helps)
- 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
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
- Bug fix on job type param
v1.1.4 Release of JobSpy
- Homepage addition