Bunsly / JobSpy

Jobs scraper library for LinkedIn, Indeed, Glassdoor & ZipRecruiter
https://usejobspy.com
MIT License
732 stars 136 forks source link

linkedin - Easy Apply parameter not working #182

Open theomvirsingh opened 1 month ago

theomvirsingh commented 1 month ago

I run the code with easy_apply = True But also got jobs which redirect to company's career page, Is there any parameter we can send and only get easy_apply jobs in our csv?

Also description_format="html" doesn't giving description in html only a

come in csv file

cullenwatson commented 1 month ago

pass linkedin_fetch_description=True to get description.

I do see easy_apply not working for linkedin anymore so going to keep this open. they may have removed the feature while not logged in.

theomvirsingh commented 1 month ago

Yeah Description things is working and easy apply thing yet to considered

and should scraper should fetch 25 jobs per page but got 127 jobs in 16 pages while it should be around 400. I think scrolling job page is not handled.

cullenwatson commented 1 month ago

linkedin is 10 per page and linkedin gives duplicates on multiple pages.

https://www.linkedin.com/jobs-guest/jobs/api/seeMoreJobPostings/search?keywords=engineer&pageNum=0&start=40

haydenthai commented 2 weeks ago

Hey, @cullenwatson has anyone picked this up? I can take this on if you'd like.

cullenwatson commented 2 weeks ago

@haydenthai yes you can, not sure if it's possible tho?

haydenthai commented 4 days ago

I took a deeper look and looks like it’s not possible since setting the query param doesn’t work and you can’t actually tell if it’s an easy apply job unless you’ve authed in