Skip to main content
GET
Returns every subindustry that belongs to a given industry. Use these values with the sub_industry filter on search endpoints.

Endpoint

Authentication

x-api-key
string
Your Hirebase API key. Optional — not enforced on this endpoint today.

Query Parameters

industry
string
required
The industry to fetch subindustries for. Must be a valid top-level industry from List Industries (e.g., "Healthcare").

Response

subindustries
string[]
Array of subindustry strings for the requested industry.

Error Responses

422
Unprocessable Entity
Missing required industry query parameter:
401
Unauthorized
Invalid or missing API key.
404
Not Found
The requested industry does not exist. See List Industries for valid values.