The Indeed 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.

Make Your First Request

curl --request GET \
  --url 'https://api.hasdata.com/scrape/indeed/job?url=https%3A%2F%2Fwww.indeed.com%2Fviewjob%3Fjk%3D1234567890abcdef' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
urlhttps://www.indeed.com/viewjob?jk=1234567890abcdefYesThe URL of the job vacancy to retrieve details for.