Glassdoor jobs scraper API
# 🚀 Glassdoor Scraper API  ## 🌟 Introduction Welcome to the **Glassdoor Scraper API**! This state-of-the-art tool is your gateway to effortlessly scrape job listings from Glassdoor. Perfect for job seekers, recruiters, and market analysts, it offers a high degree of customization to cater to a myriad of…
Glassdoor jobs scraper 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. |
Glassdoor jobs scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $39 / month | — |
|
| ULTRA Recommended | $99 / month | — |
|
| MEGA | $199 / month | — |
|