Search Crunchbase’s curated hubs — thematic collections like “Unicorn Companies”, “YC Alumni”, or industry-specific groupings. Hubs aggregate organizations, people, and events around a common theme. Use this endpoint to discover hubs programmatically, then retrieve full details with the hub-details endpoint.
HTTP Request
| |
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | No | — | Find hubs whose name contains this text (case-insensitive) |
company | string | No | — | Reverse lookup: only hubs that include this company. Name, slug, or UUID |
min_orgs | integer | No | — | Only hubs with at least this many companies |
min_people | integer | No | — | Only hubs with at least this many people members |
min_events | integer | No | — | Only hubs with at least this many events |
rank_max | integer | No | — | Only hubs ranked this good or better |
rank_min | integer | No | — | Only hubs ranked this or worse |
per_page | integer | No | 5 | Results per page (max 15) |
order_by | string | No | rank_hub | Sort field. rank_hub = Crunchbase prominence |
sort | string | No | asc | asc for best first |
page | integer | No | 1 | Page number (sequential, 1-indexed) |
Response
Example Response
| |
Response Fields
| Field | Type | Description |
|---|---|---|
status | boolean | Whether the request was successful |
request_id | string | Unique identifier for the request |
data.total | integer | Total number of hubs matching the query |
data.page | integer | Current page number |
data.has_next_page | boolean | Whether more pages of results are available |
data.results | array | List of hub objects |
data.results[].name | string | Hub display name |
data.results[].slug | string | Hub slug — use this as the id in hub-details |
data.results[].uuid | string | Unique identifier (UUID) for the hub |
data.results[].image | string/null | URL to the hub’s cover image |
data.results[].type | string | Entity type (always "hub") |
data.results[].short_description | string/null | Brief description of the hub’s theme |
data.results[].rank_hub | integer | Hub ranking (lower = more popular) |
data.results[].num_orgs | integer | Number of organizations in the hub |
data.results[].num_people | integer | Number of people associated with the hub |
data.results[].num_events | integer | Number of events associated with the hub |
data.resolved_filters | object | Resolved filter values applied to the query |
request_params | object | Echo of the parameters sent in the request |
Code Examples
| |
| |
| |
Related Endpoints
- Hub Details — Get full details for a specific hub by slug
- Company Search — Search companies with extensive filters
- Category Search — Search industry categories