Use this API to get job salary/pay estimations in a specific area or location, and for specific experience in years from Glassdoor in real-time.
Get estimated job salaries/pay by job title and location.
Job Salary - Endpoint Features
| Object | Description |
|---|---|
job_title |
[Required] Job title for which to get salary estimation. |
location |
[Required] Free-text location/area in which to get salary estimation. |
location_type |
Optional Specify the type of the location you are looking to get salary estimation for additional accuracy. Allowed values: ANY, CITY, STATE, COUNTRY Default: ANY |
years_of_experience |
Optional Get job estimation for a specific experience level range (years). Allowed values: ALL, LESS_THAN_ONE, ONE_TO_THREE, FOUR_TO_SIX, SEVEN_TO_NINE, TEN_TO_FOURTEEN, ABOVE_FIFTEEN Default: ALL |
{
"status": "OK",
"request_id": "8a2c4ef2-366f-4918-b2bd-197c380a1f8f",
"data": [
{
"location": "New York City, NY",
"job_title": "Nodejs Developer",
"min_salary": 111524.6,
"max_salary": 185193.46,
"median_salary": 142629.56,
"min_base_salary": 81574.18,
"max_base_salary": 129286.01,
"median_base_salary": 102695.67,
"min_additional_pay": 29950.42,
"max_additional_pay": 55907.45,
"median_additional_pay": 39933.89,
"salary_period": "YEAR",
"salary_currency": "USD",
"salary_count": 60,
"salaries_updated_at": "2024-06-06T23:59:59.000Z",
"publisher_name": "Glassdoor",
"publisher_link": "https://www.glassdoor.com/Salaries/company-salaries.htm?suggestCount=0&suggestChosen=false&sc.keyword=Nodejs%20Developer&locT=C&locId=1132348",
"confidence": "CONFIDENT"
}
]
}
curl --location --request GET 'https://zylalabs.com/api/7338/job+salary+data+api/11651/job+salary?job_title=nodejs developer&location=new york&location_type=CITY&years_of_experience=ONE_TO_THREE' --header 'Authorization: Bearer YOUR_API_KEY'
Get estimated job salaries/pay in a specific company by job title and optionally a location and experience level in years.
Company Job Salary - Endpoint Features
| Object | Description |
|---|---|
company |
[Required] The company name for which to get salary information (e.g. Amazon). |
job_title |
[Required] Job title for which to get salary estimation. |
location |
Optional Free-text location/area in which to get salary estimation. |
location_type |
Optional Specify the type of the location you are looking to get salary estimation for additional accuracy. Allowed values: ANY, CITY, STATE, COUNTRY Default: ANY |
years_of_experience |
Optional Get job estimation for a specific experience level range (years). Allowed values: ALL, LESS_THAN_ONE, ONE_TO_THREE, FOUR_TO_SIX, SEVEN_TO_NINE, TEN_TO_FOURTEEN, ABOVE_FIFTEEN Default: ALL |
{
"status": "OK",
"request_id": "69635973-0ab8-4b9e-b2da-7e5937ea027e",
"data": [
{
"location": "United States",
"job_title": "Software Developer",
"company": "Amazon",
"min_salary": 140594.13,
"max_salary": 209058.84,
"median_salary": 170162.89,
"min_base_salary": 111791.03,
"max_base_salary": 155293.04,
"median_base_salary": 131758.75,
"min_additional_pay": 28803.1,
"max_additional_pay": 53765.8,
"median_additional_pay": 38404.14,
"salary_period": "YEAR",
"salary_currency": "USD",
"salary_count": 994,
"confidence": "CONFIDENT",
"result": {
"__typename": "AggregatedSalaryEstimatesResult",
"basePayStatistics": {
"__typename": "StatisticsResult",
"max": 155293.04,
"mean": 131758.75,
"min": 111791.03,
"percentiles": [
{
"__typename": "Percentile",
"ident": "P10",
"value": 96432.75
},
{
"__typename": "Percentile",
"ident": "P25",
"value": 111791.03
},
{
"__typename": "Percentile",
"ident": "P50",
"value": 131758.75
},
{
"__typename": "Percentile",
"ident": "P75",
"value": 155293.04
},
{
"__typename": "Percentile",
"ident": "P90",
"value": 180025.64
}
]
},
"confidence": "CONFIDENT",
"currency": {
"__typename": "Currency",
"code": "USD"
},
"employer": {
"__typename": "Employer",
"counts": {
"__typename": "EmployerCounts",
"globalJobCount": {
"__typename": "EmployerJobCountHolder",
"jobCount": 19467
}
},
"id": 6036,
"links": {
"__typename": "EiEmployerLinks",
"jobsUrl": "/Jobs/Amazon-Jobs-E6036.htm"
},
"ratings": {
"__typename": "DefaultEmployerRatings",
"overallRating": 3.6
},
"shortName": "Amazon",
"squareLogoUrl": "https://media.glassdoor.com/sql/6036/amazon-squarelogo-1552847650117.png"
},
"jobTitle": {
"__typename": "JobTitle",
"id": 30270,
"text": "Software Developer"
},
"obscuring": "NONE",
"payPeriod": "ANNUAL",
"salariesEmploymentStatus": "REGULAR",
"salaryCount": 994,
"totalAdditionalPayStatistics": {
"__typename": "StatisticsResult",
"max": 53765.8,
"mean": 38404.14,
"min": 28803.1,
"percentiles": [
{
"__typename": "Percentile",
"ident": "P10",
"value": 22274.4
},
{
"__typename": "Percentile",
"ident": "P25",
"value": 28803.1
},
{
"__typename": "Percentile",
"ident": "P50",
"value": 38404.14
},
{
"__typename": "Percentile",
"ident": "P75",
"value": 53765.8
},
{
"__typename": "Percentile",
"ident": "P90",
"value": 70279.58
}
]
},
"totalPayInsights": null,
"totalPayStatistics": {
"__typename": "StatisticsResult",
"max": 209058.84,
"mean": 170162.89,
"min": 140594.13,
"percentiles": [
{
"__typename": "Percentile",
"ident": "P10",
"value": 118707.15
},
{
"__typename": "Percentile",
"ident": "P25",
"value": 140594.13
},
{
"__typename": "Percentile",
"ident": "P50",
"value": 170162.89
},
{
"__typename": "Percentile",
"ident": "P75",
"value": 209058.84
},
{
"__typename": "Percentile",
"ident": "P90",
"value": 250305.22
}
]
}
}
}
]
}
curl --location --request GET 'https://zylalabs.com/api/7338/job+salary+data+api/11652/company+job+salary?company=Amazon&job_title=software developer&location=new york&location_type=CITY&years_of_experience=ONE_TO_THREE' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The Job Salary Data API provides estimated job salaries based on job title and location. The GET Job Salary endpoint returns salary estimates for various job titles, while the GET Company Job Salary endpoint focuses on specific companies, allowing for additional parameters like experience level.
Key fields include `location`, `job_title`, `min_salary`, `max_salary`, `median_salary`, `salary_currency`, and `confidence`. These fields provide insights into salary ranges and the reliability of the data.
Users can customize requests using parameters such as `job_title`, `location`, and `experience_level` (for the Company Job Salary endpoint). This allows for tailored salary estimates based on specific job roles and locations.
The response is structured in JSON format, with a `status` field indicating the request outcome, a `request_id` for tracking, and a `data` array containing detailed salary information for each job title or company.
The data is sourced from Glassdoor, which aggregates salary information from employee reports. This ensures a broad and reliable dataset for job salary estimations.
Common use cases include job market analysis, salary benchmarking for HR departments, and individual salary negotiations. Users can leverage this data to understand compensation trends in specific locations or companies.
Users can analyze the `min_salary`, `max_salary`, and `median_salary` to gauge salary expectations. The `confidence` field helps assess the reliability of the estimates, guiding users in making informed decisions.
If the API returns partial or empty results, users should check their parameters for accuracy. Adjusting the job title or location may yield better results. Additionally, reviewing the `status` field can provide insights into the request's success.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
1,323ms
Service Level:
100%
Response Time:
2,605ms
Service Level:
100%
Response Time:
0ms
Service Level:
100%
Response Time:
12,589ms
Service Level:
100%
Response Time:
3,714ms
Service Level:
100%
Response Time:
4,967ms
Service Level:
100%
Response Time:
273ms
Service Level:
100%
Response Time:
1,154ms
Service Level:
100%
Response Time:
2,572ms
Service Level:
100%
Response Time:
29ms
Service Level:
100%
Response Time:
2,329ms
Service Level:
100%
Response Time:
424ms
Service Level:
100%
Response Time:
726ms
Service Level:
100%
Response Time:
1,191ms
Service Level:
100%
Response Time:
669ms
Service Level:
100%
Response Time:
387ms
Service Level:
100%
Response Time:
4,573ms
Service Level:
100%
Response Time:
1,919ms
Service Level:
100%
Response Time:
2,252ms
Service Level:
100%
Response Time:
881ms