Glassdoor
3 days trial then $5.00/month - No credit card required now
Glassdoor
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.
I just signed up for the trial and have a few questions:
-
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.
-
I want to see a breakdown by location, by city or state for example.
Thanks!
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},
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:
- Job Title
- Input an array of city/state values
- A date range to search for. I am not interested in salary from 5 years ago for many reasons. Perhaps just this year.
(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.
Actor Metrics
8 monthly users
-
2 stars
>99% runs succeeded
Created in Nov 2023
Modified 8 days ago