fix(google): search (#216)

This commit is contained in:
Cullen Watson
2024-10-25 14:54:14 -05:00
committed by GitHub
parent 811d4c40b4
commit 338d854b96
5 changed files with 97 additions and 53 deletions

View File

@@ -30,6 +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 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)
@@ -65,6 +66,9 @@ Optional
| (default is all)
├── search_term (str)
|
├── google_search_term (str)
| search term for google jobs. This is is only param for filtering google jobs.
├── location (str)
@@ -171,9 +175,9 @@ Indeed specific
## Supported Countries for Job Searching
### **LinkedIn / Google**
### **LinkedIn**
LinkedIn & Google searches globally & uses only the `location` parameter.
LinkedIn searches globally & uses only the `location` parameter.
### **ZipRecruiter**