Skip to main content

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.

Monitor hiring trends, benchmark pay bands, and power candidate-facing job boards. Returns job title, company, location, posted date, salary min/max + period, benefits, full description (HTML and text), details, and apply URL. This scraper job is asynchronous. You’ll receive a jobId, and can fetch results via polling or webhook delivery.

Request Cost

Each row of data returned consumes 10 credits from your balance.
Credits are deducted only for successful rows.

Example Request

curl --request POST \
  --url 'https://api.hasdata.com/scrapers/indeed/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"limit":0,"keywords":["senior software engineer","staff engineer"],"locations":["new york, ny"],"sort":"date","domain":"www.indeed.com"}'

Job Parameters

limit
number
required
Results Limit (0 - Unlimited)
keywords
string[]
required
Enter the keywords of the job positions. Each keyword must be on a different line.
locations
string[]
required
Enter the locations where you want to search for and extract job listings. Each location must be on a different line.
sort
string
required
Sort By
domain
string
required
Indeed Domain

Supported Enrichments

Request any of the fields below via the enrichments array in your job payload.
IDTitleDescriptionCost per Request
emailEmail AddressHiring company email address5 credits
websiteWebsite URLHiring company website URL5 credits
phonePhone NumberHiring company phone number5 credits
linkedinUrlLinkedIn ProfileHiring company LinkedIn page URL5 credits
facebookUrlFacebook ProfileHiring company Facebook page URL5 credits
instagramUrlInstagram ProfileHiring company Instagram profile URL5 credits
xUrlX (Twitter) ProfileHiring company X profile URL5 credits
githubUrlGitHub ProfileHiring company GitHub profile URL5 credits
revenueRevenueHiring company revenue5 credits
trafficWebsite TrafficHiring company website traffic5 credits
fundingFunding InfoHiring company funding information5 credits
foundedFounded YearHiring company founded year5 credits

Getting Results

Webhooks

Receive real-time updates when your scraper job starts, completes, or collects data.

Results API

Use the Results API to fetch your data using the jobId, with support for polling and pagination.

Stopping a Job

Cancel an active scraper job early if it’s no longer needed or you want to save credits.