Jobs Scraper API
# Jobs Scraper API Documentation Welcome to the **Jobs Scraper API**! This API aggregates job postings from multiple job boards, providing a unified interface for job search and analytics. Below you'll find details on authentication, endpoints, request/response formats, and usage examples. --- ## Authentication **All endpoints require authentication.** You must provide **one** of the following…
Jobs Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get Jobs /jobs |
### Get Jobs **POST** `/jobs` Aggregate job postings from multiple job boards based on your search criteria. #### Request Body (JSON) | Field | Type | Description |… |
| GET |
Get Job Types /job-types |
### Job Types & Formats **GET** `/job-types` Returns supported job types, description formats, and verbosity levels. **Response:** ```json { "job_types": ["fulltime", "parttime",… |
| GET |
Get Supported Countries /supported-countries |
### Get Supported Countries **GET** `/supported-countries` Returns a list of supported countries for Indeed and Glassdoor. **Response:** ```json { "indeed_and_glassdoor": ["USA",… |
Jobs Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $19.99 / month | — |
|
| MEGA | $29.99 / month | — |
|