Market insights & stats
GET /insights/velocity Public
How fast a slice of the market is hiring, over time.
Query parameters
granularitystring- Bucket size for the series.Example
week fromstring (date)- Start of the window.
tostring (date)- End of the window.
categorystring- Scope to one category.
senioritystring- Scope to one seniority.
curl "https://freehire.me/api/v1/insights/velocity?granularity=week&category=backend"{ "data": [ { "period": "2026-07-20", "added": 3120, "removed": 2740 } ] }