mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 20:14:32 -08:00
Feat/multiple sites (#12)
* adding multiple search sites * updating docs and postman * threading per scraper type
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
**Endpoint**: `/api/v1/jobs/`
|
||||
|
||||
#### Parameters:
|
||||
- **site_type**: str (Required) - Options: `linkedin`, `zip_recruiter`, `indeed`
|
||||
- **site_type**: List[str] (Required) - Options: `linkedin`, `zip_recruiter`, `indeed`
|
||||
- **search_term**: str (Required)
|
||||
- **location**: int
|
||||
- **distance**: int
|
||||
- **job_type**: str - Options: `fulltime`, `parttime`, `internship`, `contract`
|
||||
- **is_remote**: bool
|
||||
- **results_wanted**: int
|
||||
- **results_wanted**: int (per `site_type`)
|
||||
- **easy_apply**: bool (Only for LinkedIn)
|
||||
|
||||
### Example
|
||||
|
||||
Reference in New Issue
Block a user