Skip to main content
POST
Market Insights
Compute aggregate market analytics over any cohort of jobs. The request accepts the same filter shape as Search Jobs — define a cohort with the filters you already know, and Hirebase returns salary distributions, remote mix, top technologies/skills, company breakdowns, and more.

Endpoint

Authentication

string
required
Your Hirebase API key. Required.

Request Body

Accepts the same filter shape as Search Jobs — e.g. job_titles, keywords, location_types, geo_locations, days_ago, industry, and so on. See the Search Jobs reference for the full filter list.

Response

The response is organized into the following top-level sections: headline, salary, salary_by_level, salary_by_location_type, level_breakdown, location_type_split, job_type_split, top_locations, top_companies, top_technologies, top_skills, top_benefits, education_split, company_size_split, industry_split, subindustry_split, visa_sponsorship_rate, recruiter_agency_rate, yoe_median, freshness, scores, scores_by_level, cached, and generated_at.
object
Top-line KPIs for the cohort.
object
Salary distribution for the cohort.
object[]
Salary distribution broken out by experience level. Each item: { key, count, p25, p50, p75 }.
object[]
Salary distribution broken out by work arrangement (Remote/Hybrid/In-Person). Each item: { key, count, p25, p50, p75 }.
object[]
Most common technologies. Each item: { key, count, percent }.
object[]
Most common skills. Each item: { key, count, percent }.
object[]
Most common benefits. Each item: { key, count, percent }.
object[]
Companies hiring most in the cohort. Each item: { company_name, company_slug, company_logo, count, percent }.
object[]
Most common locations. Each item: { label, region, country, count, percent }.
object[]
Distribution of jobs across experience levels.
object[]
Distribution across Remote / Hybrid / In-Person.
object[]
Distribution across job types (Full Time, Part Time, etc.).
object[]
Distribution across education requirements.
object[]
Distribution across company headcount buckets.
object[]
Distribution across industries.
object[]
Distribution across subindustries.
number
Percentage of jobs offering visa sponsorship.
number
Percentage of jobs posted by recruiting agencies.
number
Median required years of experience.
object
Recency metrics for the cohort (e.g., how recently jobs were posted).
object
Aggregate Hirebase quality scores for the cohort.
object[]
Aggregate quality scores broken out by experience level.
boolean
Whether the response was served from cache.
string
Timestamp the insights were generated (ISO 8601).

Example Request

Example Response