Search the industry taxonomy crosswalk across HG industry (23 buckets), NAICS 2012 (~2,200 codes), and SIC 1987 (~1,500 codes).
Supports free-text search, exact code lookup, taxonomy scoping, colloquial alias expansion (e.g. "fintech", "saas"), and multi-term comma-separated queries.
Every result row returns the full crosswalk — the HG industry, the NAICS 2012 code + top-parent sector, and the SIC 1987 code + name.
Free — no credits consumed.
Security
authorization
GET
curl -i -X GET \
'https://api.hginsights.com/data-api/v2/industries/search?q=string&taxonomy=industry&limit=50&offset=0&naics_leaf_only=false' \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'Industry search results
Populated when one or more q terms were treated as colloquial aliases and expanded server-side.
Response
{ "alias_expansions": [ { … } ], "pagination": { "has_more": true, "limit": 0, "offset": 0, "offset_exceeds_total": true, "total": 0, "total_pages": 0 }, "results": [ { … } ], "suggestions": [ "string" ] }