If you’re not looking to build API reference, you can export datasets directly from the dashboard.

Overview

Provides real-time compensation data for job benchmarking. Data is sourced from job postings and can be filtered by:

  • Location (e.g., Country, City, Remote)
  • Industry (e.g., Tech, Finance, Healthcare)
  • Company Size (Startup, SME, Enterprise)

Example Response

{
  "job_title": "Software Engineer",
  "location": "San Francisco, CA",
  "industry": "Technology",
  "company_size": "500-1000",
  "compensation": {
    "median_salary": 145000,
    "percentile_25": 120000,
    "percentile_75": 170000,
    "bonus": 10000,
    "equity_offered": "Yes"
  }
}