JobSpy icon indicating copy to clipboard operation
JobSpy copied to clipboard

Jobs scraper library for LinkedIn, Indeed, Glassdoor & ZipRecruiter

Results 6 JobSpy issues
Sort by recently updated
recently updated
newest added

Hi thank you for this very helpful code, I want to check if there is a plan to allow multiple search_term (like this: site_name: str | list[str] | Site |...

I tried to scrap all the latest jobs from indeed using specific country and state but seems like it's not scraping latest job. I am sure there are latest jobs...

Hi @cullenwatson ! I was wondering, if we put a simple check on status code **429**. If status code is **429**, it should keep retrying/attempting the website until it receives...

Hey! Love the library!! Not an actual issue, more like a question. Is there a way to get the websites url of the companies instead of the LinkedIn profile url?...

Reviewing some posts about scraping LinkedIn Jobs I found that the same data extracted from `https://www.linkedin.com/jobs/view/` is coming from `https://www.linkedin.com/jobs-guest/jobs/api/jobPosting/`. Then, it makes me think that maybe using this second...

i was trying to fetch from Indeed USA with job_type= "contract", but i am always getting full-time jobs. can i get some help with this not sure i am giving...