Market insights & stats
GET /insights/skills Public
Skills ranked by openings or growth.
Scope by category or by country, but not both — the rollup behind it is single-dimensional, so asking for both is a 400.
Query parameters
categorystring- Scope to one category.
countrystring- Scope to one country.
sortstring- Rank by open count or growth.
limitinteger- How many rows.
curl "https://freehire.me/api/v1/insights/skills?category=backend&sort=growth"{ "data": [ { "skill": "go", "open": 4210, "growth_pct": 8.1 } ] }