Feat/multiple sites (#12)

* adding multiple search sites

* updating docs and postman

* threading per scraper type
This commit is contained in:
mlnl
2023-08-26 12:28:02 -07:00
committed by GitHub
parent d67383f053
commit 4d04bb63e2
6 changed files with 34 additions and 11 deletions

View File

@@ -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