Skip to main content
The Glassdoor Job API allows you to retrieve detailed information about a specific job listing based on the provided vacancy URL.

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 the x-api-key header.

Request Cost and API Credits

Each request to the Glassdoor Job 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.
You can use your credits across all HasData APIs. The same credit balance is shared platform-wide.
Unused credits do not roll over. Any remaining credits expire at the end of the current billing period.
To monitor your credit usage and remaining balance, sign in to your account dashboard at app.hasdata.com.

Make Your First Request

curl --request GET \
  --url 'https://api.hasdata.com/scrape/glassdoor/job?url=https%3A%2F%2Fwww.glassdoor.com%2Fjob-listing%2Fengineering-analyst-anti-scraper-search-google-JV_IC1147431_KO0%2C39_KE40%2C46.htm%3Fjl%3D1009846893500' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
urlhttps://www.glassdoor.com/job-listing/engineering-analyst-anti-scraper-search-google-JV_IC1147431_KO0,39_KE40,46.htm?jl=1009846893500YesThe URL of the job vacancy to retrieve details for.