Job Scraper
## Job Scraper API (Async) Search job postings and get back a clean, normalized JSON response. ### Why this API - **Async by default**: avoids timeouts when scraping/parsing - **Normalized fields**: consistent JSON schema for every job - **CSV export**: results include a CSV download path for quick exporting ### Recommended workflow 1) `POST /search` to start a job 2) Poll `GET…
Job Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| version | ||
| GET |
/version /version |
|
| search | ||
| POST |
/search /search |
Returns a job_id, then poll GET /results/{job_id}. |
| GET |
/search /search |
May timeout on RapidAPI; prefer POST /search async. |
| results | ||
| GET |
/results/{job_id} /results/{job_id} |
|
| Other endpoints | ||
| GET |
/ / |
|
Job Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / hour |
|
| PRO Recommended | $25 / month | 1000 / hour |
|
| ULTRA | $75 / month | — |
|
| MEGA | $150 / month | — |
|