市場洞察與統計
GET /stats/catalog 公開
The headline catalogue-scale figures (open jobs, companies, sources, …).
The canonical numbers behind every "how big is this" figure on the site (the jobs list total, the /about and /open pages). Backed by one snapshot cmd/rollup-stats republishes periodically, not a live count. exact: false means the cache was cold and the figures fell back to a planner estimate — treat them as approximate when it is false.
curl "https://freehire.me/api/v1/stats/catalog"{
"data": {
"open_jobs": 42130,
"companies": 6210,
"sources": 48,
"ats_platforms": 22,
"telegram_channels": 340,
"computed_at": "2026-06-18T06:00:00Z",
"exact": true
}
}