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

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

Query Parameters

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

Response

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

Error Responses

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