Indeed Sucks - Let's use an API to scrape the data

Indeed Sucks - Let's use an API to scrape the data

330 Lượt nghe
Indeed Sucks - Let's use an API to scrape the data
Anyone who has ever been out of work, or has looked for another job can tell you.. Being out of work sucks, but being out of work and having to use Indeed to find a job is like being punished for being out of work. In this video we will take a look at a nifty tool designed to make job searching much faster, easier, and less annoying. Special thanks to Bunsly and JobSpy You can find the Link to their GIT page in my Wiki. Understanding the code: Website to search - - site_name=["indeed", "linkedin", "zip_recruiter", "glassdoor", "google"], The term to search Indeed, linkedin, zip and glassdoor - - search_term="software engineer", The Term to search good careers - - NOTE: you want to define location in this search too otherwise it will show you a ton of stuff from everywhere in the world.. - - google_search_term="software engineer jobs near San Francisco, CA since yesterday", Used for the Job Search sites (not google) - - location="San Francisco, CA", How many results do you want at a time - (CPU Based request) results_wanted=20, Oldest post in hours - - hours_old=72, What country do you want to search? -- country_indeed='USA', #indeedjobs #indeed #jobs #job #career #careerguidance #jobsearch #google #googlecareers #glassdoor #linkedin #api #scrapers #python #linux