mirror of https://github.com/Bunsly/JobSpy
fix(google): search
parent
feca33396f
commit
0824b2ee30
|
@ -30,7 +30,7 @@ from jobspy import scrape_jobs
|
|||
jobs = scrape_jobs(
|
||||
site_name=["indeed", "linkedin", "zip_recruiter", "glassdoor", "google"],
|
||||
search_term="software engineer",
|
||||
google_search_term="software engineer near San Francisco, CA",
|
||||
google_search_term="software engineer jobs near San Francisco, CA since yesterday",
|
||||
location="San Francisco, CA",
|
||||
results_wanted=20,
|
||||
hours_old=72, # (only Linkedin/Indeed is hour specific, others round up to days old)
|
||||
|
|
Loading…
Reference in New Issue