Infosalary

FREE
By InfoSalary | Updated vor einem Monat | Financial
Popularity

7.1 / 10

Latency

786ms

Service Level

100%

Health Check

N/A

Followers: 2
Resources:
Product Website Terms of use
API Creator:
Rapid account: Info Salary
InfoSalary
infosalary
Log In to Rate API
Rating: 5 - Votes: 1

README

Infosalary REST API (BETA VERSION) documentation.

This REST API is currently free (while we’re on BETA VERSION).

It has only one endpoint that can be used used to retrieve an estimated salary value from a given job title.

Input

job_title (string) --> the job title of which you want to retrieve the salary (e.g. “data analyst”)

Output

Output object format:
JSON
Example: {“status”:1,“info”:[{“title”:“Data Analyst”,“average”:“68351.2”,“std”:“15370.9”,“samples”:“2057”}]}

Output object attributes:
title (string) --> the job title that was found matching your query (e.g. “Data Analayst”)
average (float) --> the average value for all matching salaries, in US dollars per year (e.g. “68351.2”)
std (float) --> the standard deviation value for all matching salaries (e.g. “15370.9”)
samples (int) --> the number of matching salaries (e.g. 2057)

Please note that the salary estimation values might not be accurate. Accuracy depends on the number of samples, meaning the more samples the more accurate a value should be.

Not useful for your app/website?

Please let us know why it is not useful for your website/app, what’s missing or what we could add to make it useful–> hi@infosalary.com