mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
fix(google): search (#216)
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user