Glassdoor avatar
Glassdoor
Try for free

3 days trial then $5.00/month - No credit card required now

View all Actors
Glassdoor

Glassdoor

canadesk/glassdoor
Try for free

3 days trial then $5.00/month - No credit card required now

Get Search results, Salaries, Interviews, Reviews and Company Data from Glassdoor. It's fast and costs little.

MR

Is it possible to query salary data by location?

Closed

mr415 opened this issue
9 months ago

I just signed up for the trial and have a few questions:

  1. Is there a way to query salary data for multiple locations? Right now, it returns salary data for a company, but it isn't clear if that data is an average pay across all locations or not. Companies pay differently based on location.

  2. I want to see a breakdown by location, by city or state for example.

Thanks!

canadesk avatar

We just released https://apify.com/canadesk/glassdoor-plus for that specific use case!

And yes, by default, Glassdoor returns country-wide data. It is indicated in the JSON queryLocation field:

1"queryLocation": {
2  "id": 1,
3  "type": "COUNTRY",
4  "name": "United States",
5  "__typename": "Country"
6},
MR

mr415

9 months ago

How can I search multiple locations at once? I want to search for job title in 3 cities at the same time. Going city by city takes too long. Ideally, I could have an input that does:

  1. Job Title
  2. Input an array of city/state values
  3. A date range to search for. I am not interested in salary from 5 years ago for many reasons. Perhaps just this year.
canadesk avatar

(1 & 2) We will possibly add the job title to our backlog. But, for cities, there should be no problem simply looping through parallel requests with the Apify API and merge the results?

(3) For reviews and interviews, data is returned from recent to oldest, as well as the date users submitted their content, so you can already do so by filtering the "reviewDateTime" field in your code or setting a maximum limit. For salaries, we don't see filters for dates on Glassdoor: https://www.glassdoor.ca/Salary/Google-Salaries-E9079.htm Where do you find this information?

If you're looking for a custom project, you can email suppport@canadesk.ca with your requirements and we may provide a quote.

Developer
Maintained by Community
Actor metrics
  • 13 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Nov 2023
  • Modified 4 days ago