Skip to content

Commit

Permalink
fix(google): search
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Oct 25, 2024
1 parent feca333 commit 0824b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0824b2e

Please sign in to comment.