Infosalary

免费
通过 InfoSalary | 已更新 месяц назад | Financial
人气

6.8 / 10

延迟

663ms

服务等级

100%

Health Check

N/A

关注者:2
资源:
产品网站 使用条款
API 创建者:
Rapid account: Info Salary
InfoSalary
infosalary
登录并给 API 打分
打分:5 - 投票: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