Skip to main content
Benchmark compensation, track hiring demand, and source employer intelligence. Returns job URL, title, salary range + currency + period, employer name/URL, industry, location (city, region, country, coordinates), education and experience requirements, benefits, description, post date, and valid-through date. 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/glassdoor/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"keywords":["Software Engineer","Software Developer"],"locations":["New York, NY"],"limit":100,"sort":"relevant","domain":"www.glassdoor.com"}'

Job Parameters

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.
limit
number
required
Results per each keyword
sort
string
required
Sort By
domain
string
required
Glassdoor Domain

Supported Enrichments

Request any of the fields below via the enrichments array in your job payload.
IDTitleDescriptionCost per Request
emailEmail AddressEmployer company email address5 credits
websiteWebsite URLEmployer company website URL5 credits
phonePhone NumberEmployer company phone number5 credits
linkedinUrlLinkedIn ProfileEmployer company LinkedIn page URL5 credits
facebookUrlFacebook ProfileEmployer company Facebook page URL5 credits
instagramUrlInstagram ProfileEmployer company Instagram profile URL5 credits
xUrlX (Twitter) ProfileEmployer company X profile URL5 credits
githubUrlGitHub ProfileEmployer company GitHub profile URL5 credits
revenueRevenueEmployer company revenue5 credits
trafficWebsite TrafficEmployer company website traffic5 credits
fundingFunding InfoEmployer company funding information5 credits
foundedFounded YearEmployer 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.