Real-time compensation data, industry benchmarks, and market trends through a simple RESTful API. Built for HR platforms, job boards, and workforce analytics.
# Get average salary for Software Engineers in Melbourne
curl https://seeksalaryapi.com/v1/salaries \
-H "Authorization: Bearer sk_live_..." \
-d '{"role": "Software Engineer", "location": "Melbourne"}'
# Response
{
"role": "Software Engineer",
"location": "Melbourne, VIC",
"median_salary": 135000,
"p25": 115000,
"p75": 162000,
"sample_size": 2847,
"currency": "AUD"
}