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

@@ -23,7 +23,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"site_type\": \"linkedin\", // linkedin / indeed / zip_recruiter\r\n \"search_term\": \"engineer\",\r\n\r\n // optional\r\n \"location\": \"tx\",\r\n \"distance\": 10,\r\n \"job_type\": \"fulltime\", // fulltime, parttime, internship, contract\r\n // \"is_remote\": true,\r\n \"easy_apply\": true, // linkedin only\r\n \"results_wanted\": 10 \r\n}",
"raw": "{\r\n \"site_type\": [\"linkedin\"], // linkedin / indeed / zip_recruiter\r\n \"search_term\": \"engineer\",\r\n\r\n // optional\r\n \"location\": \"tx\",\r\n \"distance\": 10,\r\n \"job_type\": \"fulltime\", // fulltime, parttime, internship, contract\r\n // \"is_remote\": true,\r\n \"easy_apply\": true, // linkedin only\r\n \"results_wanted\": 10 \r\n}",
"options": {
"raw": {
"language": "json"