Monster jobs API
# 🕵️♀️ Monster Jobs Scraper API Explore a world of job opportunities with the Monster Jobs Scraper API. This tool allows you to navigate through Monster's vast job listings with precision and ease, tailored to your search preferences. --- ## 🌟 Key Features - **🔍 Comprehensive Search**: Execute detailed searches to find job listings that meet your specific needs. - **🌐 Global Coverage**: Tap…
Monster jobs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| POST |
Add a job and wait for it to complete /api/job/wait |
This endpoint is used to submit a new job request and wait for its completion. It accepts a job input object in the request body, which contains the job details. Upon successful… |
| POST |
Add a job to the queue /api/job |
This endpoint is used to submit a new job request. It accepts a job input object in the request body, which contains the job details. Upon successful submission, it returns a… |
| GET |
Get a job from the queue /api/job/{id} |
This endpoint retrieves the status and details of a previously submitted job. It accepts the job ID as a path parameter. If the job is completed, it returns a response object… |
| health | ||
| GET |
Health check /health |
This endpoint is used to check the health of the API. It performs a series of checks to ensure that the API is running correctly and that all dependencies are available. |
| Other endpoints | ||
| GET |
HealthController_check /health |
|
| POST |
Add and Wait for Job /api/job/wait |
### POST /api/job/wait **Description:** This endpoint is used to submit a new job request and wait for its completion. It accepts a job input object in the request body, which… |
| POST |
Add Job /api/job |
### POST /api/job **Description:** This endpoint is used to submit a new job request. It accepts a job input object in the request body, which contains the job details. Upon… |
| GET |
HealthController_check /health |
|
| GET |
Get Job Status /api/job/{id} |
**Description:** This endpoint retrieves the status and details of a previously submitted job. It accepts the job ID as a path parameter. If the job is completed, it returns a… |
| POST |
AppController_addJobAndWait /api/job/wait |
|
| GET |
AppController_getJob /api/job/{id} |
|
| POST |
AppController_addJob /api/job |
|
Monster jobs API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $39 / month | 10 / minute |
|
| ULTRA Recommended | $99 / month | 20 / minute |
|
| MEGA | $199 / month | 20 / second |
|