List all Crunchbase category groups — the 49 top-level industry sectors that organize 800+ individual categories. Each group includes a count of sub-categories and sample category slugs. Use category group slugs as filters in company and hub searches to target broad industry verticals.
HTTP Request
| |
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | No | — | Filter by text in name or slug (case-insensitive) |
Response
Example Response
| |
Response Fields
| Field | Type | Description |
|---|---|---|
status | boolean | Whether the request was successful |
request_id | string | Unique identifier for the request |
data.request_id | string | Internal request ID (mirrors top-level request_id) |
data.total | integer | Total number of category groups (currently 49) |
data.returned | integer | Number of items returned in this response |
data.cached_at | string | ISO 8601 timestamp of when this data was cached |
data.items | array | List of category group objects |
data.items[].slug | string | URL-safe identifier for the category group |
data.items[].name | string | Display name of the category group |
data.items[].uuid | string | Unique UUID for the category group |
data.items[].category_count | integer | Number of sub-categories in this group |
data.items[].sample_categories | array | Sample category slugs belonging to this group |
request_params | object | Echo of the request parameters sent |
request_params.per_page | string | The per_page value applied |
request_params.sort | string | The sort direction applied |
Code Examples
| |
| |
| |
Related Endpoints
- Category Search — Search individual categories within groups (800+)
- Company Search — Search companies filtered by category group
- Hub Search — Search curated hubs by industry sector