Market insights & stats
GET /insights/roles Public
Roles (category × seniority) ranked by openings or growth.
Query parameters
countrystring- Scope to one country (ISO code).Example
de sortstring- Rank by open count or by growth.Example
growth limitinteger- How many rows.
categorystring- Scope to one job category.Example
backend
curl "https://freehire.me/api/v1/insights/roles?country=de&sort=growth&limit=20"{ "data": [ { "category": "backend", "seniority": "senior", "open": 1840, "growth_pct": 12.4 } ] }