The Indeed Listing API allows you to retrieve job listings from Indeed based on various search parameters.

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/listing?keyword=software%20engineer&location=New%20York%2C%20NY&domain=www.indeed.com' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
keywordsoftware engineerYesThe keyword used to search for job listings.
locationNew York, NYYesThe location to search for job listings.
domainwww.indeed.comNoThe domain of the Indeed site (optional).
start-NoThe starting index of the results to retrieve (optional).