The Glassdoor Listing API allows you to retrieve job listings from Glassdoor based on various search parameters.Documentation Index
Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Your API Key
Sign in at hasdata.com, go to your account settings, and copy your API key. All requests must include your key in thex-api-key header.
Request Cost and API Credits
Each request to the Glassdoor Listing API consumes API Credits from your account balance.- Cost per request: 5 API Credits
- Credits are deducted only for successful requests.
- Your total available credits depend on your active plan.
Make Your First Request
API Parameters
| Parameter | Default Value | Required | Description |
|---|---|---|---|
keyword | software engineer | Yes | The keyword used to search for job listings. |
location | New York, NY | Yes | The location to search for job listings. |
sort | recent | No | The sorting option for the search results. |
domain | www.glassdoor.com | No | The domain of the Glassdoor site (optional). |
nextPageToken | - | No | Token for fetching the next page of jobs. |