Companies
GET /companies/subindustries Public
Distinct company subindustry vocabulary with company counts.
Backs the searchable “Industry” facet’s option list, most common first. Counts are unconditional (they do not reflect other active list filters).
curl "https://freehire.dev/api/v1/companies/subindustries"{ "data": [ { "value": "payments", "count": 42 }, { "value": "developer-tools", "count": 31 } ] }