Docs
Insights API
Aggregate any cohort of postings into salary distributions, demand splits and freshness metrics.
Same filters, aggregated answer
The insights endpoint accepts exactly the same filter shape as search. Define a cohort once and get back percentiles, histograms, top companies, top technologies, level breakdowns and remote share.
POST /v2/jobs/insights
{ "job_titles": ["Data Engineer"], "geo_locations": [{ "city": "Berlin", "country": "Germany" }] }
Every page in the insights section of this site is rendered from a single call to this endpoint. What you see is what you get.