GET /hub/details

Hub Details

Get full details for a Crunchbase hub including sample organizations, investors, funding rounds, acquisitions, and aggregate statistics.

Crunchbase Data API

Retrieve comprehensive details for a specific Crunchbase hub by its slug. Returns aggregate statistics (total funding, IPO data, acquisition counts), sample trending organizations, investors, funding rounds, acquisitions, people, and events associated with the hub.

HTTP Request

1
GET /hub/details

Parameters

ParameterTypeRequiredDefaultDescription
idstringYesHub slug (e.g., unicorns, sunnyvale-unicorn-startups) or UUID
freshbooleanNofalseSkip cache and fetch fresh data (billed as non-cached request)
max_age_secondsintegerNoReturn fresh fetch if cached record is older than this many seconds
fieldsstringNoComma-separated allow-list of top-level fields to include

Response

Example Response

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
  "status": true,
  "request_id": "651f1f96-6b3b-da99-fd17-a2d84edc",
  "data": {
    "name": "Sunnyvale Unicorn Startups",
    "slug": "sunnyvale-unicorn-startups",
    "uuid": "45c5dac9-28f1-4a03-b81a-53865629c409",
    "image": "https://images.crunchbase.com/image/upload/903279f00f1745288376698bbfae0c91",
    "type": "hub",
    "short_description": null,
    "description": "Startup companies qualify for unicorn status with valuations in excess of $1B...",
    "rank_hub": 80006,
    "revenue_range": null,
    "employee_range": null,
    "funding_stage": null,
    "parent_organization": null,
    "categories": [],
    "category_groups": [],
    "location": [
      {
        "name": "Sunnyvale",
        "slug": "sunnyvale-california",
        "uuid": "7a65a1f3-99de-db83-a981-71b9e0062ba1",
        "location_type": "city"
      },
      {
        "name": "California",
        "slug": "california-united-states",
        "uuid": "eb879a83-c91a-121e-0bb8-829782dbcf04",
        "location_type": "region"
      }
    ],
    "num_orgs": 8,
    "num_people": 10,
    "num_events": 0,
    "founded_on_avg": "2015-12-13",
    "num_for_profit": 8,
    "num_non_profit": null,
    "num_founders": 28,
    "percent_acquired": null,
    "percent_non_profit": null,
    "percent_public": null,
    "top_funding_types": ["debt_financing", "series_b"],
    "top_investor_types": [],
    "total_funding_usd": 7384871259,
    "num_funding_rounds": 48,
    "num_funding_rounds_median": 6,
    "num_investors": 153,
    "num_lead_investors": 54,
    "num_acquisitions": 4,
    "num_ipos": 0,
    "ipo_amount_raised_total_usd": 0,
    "ipo_amount_raised_median_usd": null,
    "ipo_valuation_median_usd": null,
    "ipo_valuation_total_usd": 0,
    "percent_delisted": null,
    "went_public_on_avg": null,
    "num_parent_organizations": 0,
    "num_sub_organizations": 1,
    "principal_num_investments": 0,
    "principal_num_lead_investments": 0,
    "principal_num_investments_median": null,
    "principal_num_lead_investments_median": null,
    "sample_trending_orgs": [
      {
        "uuid": "8f3e6d2d-c8cb-fca5-e2e4-ca567940c6da",
        "slug": "cerebras-systems",
        "name": "Cerebras Systems",
        "image": "https://images.crunchbase.com/image/upload/903279f00f1745288376698bbfae0c91",
        "rank_org": 415,
        "rank_change_d30": 7.5
      }
      // ... more items
    ],
    "sample_funding_rounds": [
      {
        "uuid": "be18d77d-92b3-432d-bbec-739ee672b96b",
        "slug": "cerebras-systems-debt-financing--be18d77d",
        "name": "Debt Financing - Cerebras Systems",
        "image": "https://images.crunchbase.com/image/upload/903279f00f1745288376698bbfae0c91",
        "funded_organization": null
      }
      // ... more items
    ],
    "sample_recent_funding_rounds": [
      {
        "uuid": "be18d77d-92b3-432d-bbec-739ee672b96b",
        "slug": "cerebras-systems-debt-financing--be18d77d",
        "name": "Debt Financing - Cerebras Systems",
        "image": "https://images.crunchbase.com/image/upload/903279f00f1745288376698bbfae0c91",
        "funded_organization": {
          "uuid": "8f3e6d2d-c8cb-fca5-e2e4-ca567940c6da",
          "slug": "cerebras-systems",
          "name": "Cerebras Systems",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/903279f00f1745288376698bbfae0c91"
        }
      }
      // ... more items
    ],
    "sample_investors": [
      {
        "uuid": "b08efc27-da40-505a-6f9d-c9e14247bf36",
        "slug": "accel",
        "name": "Accel",
        "type": "organization",
        "image": "https://images.crunchbase.com/image/upload/4b204c04e1714c96960ba47d4978be70"
      }
      // ... more items
    ],
    "sample_acquisitions": [
      {
        "uuid": "458e8bad-9a1e-44e3-aa75-87143f2c3c99",
        "slug": "clari-acquires-salesloft--458e8bad",
        "name": "Salesloft acquired by Clari",
        "image": "https://images.crunchbase.com/image/upload/tb1xpcyhkr9gahvylcbo",
        "acquirer": {
          "uuid": "e4af5446-ae7e-89fd-64da-f1d61c477445",
          "slug": "clari",
          "name": "Clari",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/kds3wew4km3cclnc59mw"
        },
        "acquiree": null
      }
      // ... more items
    ],
    "sample_principal_investments": [
      {
        "uuid": "eb2c281f-bcbb-9719-9902-53f8d8012e01",
        "slug": "andrew-feldman-invested-in-minio-inc-seed--c10789fd--eb2c281f",
        "name": "Andrew Feldman investment in Seed Round - MinIO",
        "funding_round": {
          "uuid": "c10789fd-207d-eaa4-3073-e225b3a5dfbf",
          "slug": "minio-inc-seed--c10789fd",
          "name": "Seed Round - MinIO",
          "type": "funding_round",
          "image": "https://images.crunchbase.com/image/upload/xkij1w1jeujupgzo7zkn"
        },
        "investor": {
          "uuid": "ca5b10c9-7192-ba02-d7a8-588f015b0d5b",
          "slug": "andrew-feldman",
          "name": "Andrew Feldman",
          "type": "person",
          "image": "https://images.crunchbase.com/image/upload/euneeuuxmkq0vhumjrct"
        },
        "organization": null
      }
    ],
    "sample_people": [
      {
        "uuid": "ca5b10c9-7192-ba02-d7a8-588f015b0d5b",
        "slug": "andrew-feldman",
        "name": "Andrew Feldman",
        "image": "https://images.crunchbase.com/image/upload/euneeuuxmkq0vhumjrct",
        "primary_job_title": "Founder and CEO",
        "primary_organization": {
          "uuid": "8f3e6d2d-c8cb-fca5-e2e4-ca567940c6da",
          "slug": "cerebras-systems",
          "name": "Cerebras Systems",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/903279f00f1745288376698bbfae0c91"
        },
        "rank_person": 1758
      }
      // ... more items
    ],
    "sample_events": [],
    "num_timeline_entries": 0,
    "recent_press": []
  },
  "request_params": {
    "id": "sunnyvale-unicorn-startups",
    "fresh": "false"
  }
}

Response Fields

FieldTypeDescription
statusbooleanWhether the request was successful
request_idstringUnique identifier for the request
data.namestringHub display name
data.slugstringHub slug identifier
data.uuidstringUnique identifier (UUID)
data.imagestring/nullURL to the hub’s cover image
data.typestringEntity type (always "hub")
data.short_descriptionstring/nullBrief one-line description
data.descriptionstring/nullFull description of the hub
data.rank_hubintegerHub ranking (lower = more popular)
data.revenue_rangestring/nullRevenue range filter for the hub
data.employee_rangestring/nullEmployee range filter for the hub
data.funding_stagestring/nullFunding stage filter for the hub
data.parent_organizationobject/nullParent organization if applicable
data.categoriesarrayCategory tags applied to the hub
data.category_groupsarrayCategory group tags
data.locationarrayLocation filters for the hub
data.location[].namestringLocation name
data.location[].slugstringLocation slug
data.location[].uuidstringLocation UUID
data.location[].location_typestringType: city, region, or country
data.num_orgsintegerNumber of organizations in the hub
data.num_peopleintegerNumber of people associated
data.num_eventsintegerNumber of events associated
data.founded_on_avgstring/nullAverage founding date of hub orgs (YYYY-MM-DD)
data.num_for_profitinteger/nullNumber of for-profit organizations
data.num_non_profitinteger/nullNumber of non-profit organizations
data.num_foundersintegerNumber of founders across hub orgs
data.percent_acquirednumber/nullPercentage of orgs that have been acquired
data.percent_non_profitnumber/nullPercentage of non-profit organizations
data.percent_publicnumber/nullPercentage of publicly traded organizations
data.top_funding_typesarrayMost common funding round types (e.g., debt_financing, series_b)
data.top_investor_typesarrayMost common investor types
data.total_funding_usdintegerTotal funding raised by hub orgs (USD)
data.num_funding_roundsintegerTotal number of funding rounds
data.num_funding_rounds_medianinteger/nullMedian funding rounds per org
data.num_investorsintegerTotal number of investors
data.num_lead_investorsintegerNumber of lead investors
data.num_acquisitionsintegerTotal number of acquisitions
data.num_iposintegerNumber of IPOs
data.ipo_amount_raised_total_usdintegerTotal amount raised via IPOs (USD)
data.ipo_amount_raised_median_usdinteger/nullMedian IPO amount raised
data.ipo_valuation_median_usdinteger/nullMedian IPO valuation
data.ipo_valuation_total_usdintegerTotal IPO valuations
data.percent_delistednumber/nullPercentage of orgs that have been delisted
data.went_public_on_avgstring/nullAverage IPO date
data.num_parent_organizationsintegerNumber of parent organizations
data.num_sub_organizationsintegerNumber of subsidiary organizations
data.principal_num_investmentsintegerNumber of investments made by hub members
data.principal_num_lead_investmentsintegerNumber of lead investments by hub members
data.principal_num_investments_medianinteger/nullMedian investments per member
data.principal_num_lead_investments_medianinteger/nullMedian lead investments per member
data.sample_trending_orgsarraySample of trending organizations in the hub
data.sample_trending_orgs[].uuidstringOrganization UUID
data.sample_trending_orgs[].slugstringOrganization slug
data.sample_trending_orgs[].namestringOrganization name
data.sample_trending_orgs[].imagestringOrganization logo URL
data.sample_trending_orgs[].rank_orgintegerOrganization rank
data.sample_trending_orgs[].rank_change_d30numberRank change over 30 days
data.sample_funding_roundsarraySample funding rounds
data.sample_funding_rounds[].uuidstringFunding round UUID
data.sample_funding_rounds[].slugstringFunding round slug
data.sample_funding_rounds[].namestringFunding round name
data.sample_funding_rounds[].imagestringAssociated image URL
data.sample_funding_rounds[].funded_organizationobject/nullOrganization that received funding
data.sample_recent_funding_roundsarrayMost recent funding rounds
data.sample_recent_funding_rounds[].funded_organizationobjectOrganization that received funding
data.sample_recent_funding_rounds[].funded_organization.uuidstringOrganization UUID
data.sample_recent_funding_rounds[].funded_organization.slugstringOrganization slug
data.sample_recent_funding_rounds[].funded_organization.namestringOrganization name
data.sample_recent_funding_rounds[].funded_organization.typestringEntity type
data.sample_recent_funding_rounds[].funded_organization.imagestringLogo URL
data.sample_investorsarraySample investors in hub organizations
data.sample_investors[].uuidstringInvestor UUID
data.sample_investors[].slugstringInvestor slug
data.sample_investors[].namestringInvestor name
data.sample_investors[].typestringEntity type (organization or person)
data.sample_investors[].imagestringLogo/photo URL
data.sample_acquisitionsarraySample acquisitions
data.sample_acquisitions[].uuidstringAcquisition UUID
data.sample_acquisitions[].slugstringAcquisition slug
data.sample_acquisitions[].namestringAcquisition description
data.sample_acquisitions[].imagestringAssociated image URL
data.sample_acquisitions[].acquirerobjectAcquiring organization
data.sample_acquisitions[].acquirer.uuidstringAcquirer UUID
data.sample_acquisitions[].acquirer.slugstringAcquirer slug
data.sample_acquisitions[].acquirer.namestringAcquirer name
data.sample_acquisitions[].acquirer.typestringEntity type
data.sample_acquisitions[].acquirer.imagestringAcquirer logo URL
data.sample_acquisitions[].acquireeobject/nullAcquired organization
data.sample_principal_investmentsarraySample investments made by hub members
data.sample_principal_investments[].uuidstringInvestment UUID
data.sample_principal_investments[].slugstringInvestment slug
data.sample_principal_investments[].namestringInvestment description
data.sample_principal_investments[].funding_roundobjectAssociated funding round
data.sample_principal_investments[].funding_round.uuidstringFunding round UUID
data.sample_principal_investments[].funding_round.slugstringFunding round slug
data.sample_principal_investments[].funding_round.namestringFunding round name
data.sample_principal_investments[].funding_round.typestringEntity type
data.sample_principal_investments[].funding_round.imagestringImage URL
data.sample_principal_investments[].investorobjectInvestor who made the investment
data.sample_principal_investments[].investor.uuidstringInvestor UUID
data.sample_principal_investments[].investor.slugstringInvestor slug
data.sample_principal_investments[].investor.namestringInvestor name
data.sample_principal_investments[].investor.typestringEntity type
data.sample_principal_investments[].investor.imagestringPhoto/logo URL
data.sample_principal_investments[].organizationobject/nullOrganization that received the investment
data.sample_peoplearraySample people associated with the hub
data.sample_people[].uuidstringPerson UUID
data.sample_people[].slugstringPerson slug
data.sample_people[].namestringPerson name
data.sample_people[].imagestringPhoto URL
data.sample_people[].primary_job_titlestringCurrent job title
data.sample_people[].primary_organizationobjectCurrent employer
data.sample_people[].primary_organization.uuidstringOrganization UUID
data.sample_people[].primary_organization.slugstringOrganization slug
data.sample_people[].primary_organization.namestringOrganization name
data.sample_people[].primary_organization.typestringEntity type
data.sample_people[].primary_organization.imagestringLogo URL
data.sample_people[].rank_personintegerPerson rank
data.sample_eventsarraySample events associated with the hub
data.num_timeline_entriesintegerNumber of timeline entries
data.recent_pressarrayRecent press mentions for hub organizations
request_paramsobjectEcho of the parameters sent in the request

Code Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import requests

url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/hub/details"

params = {
    "id": "unicorns",
    "fresh": "true"
}

headers = {
    "X-RapidAPI-Key": "YOUR_API_KEY",
    "X-RapidAPI-Host": "crunchbase-extractor-full-api3.p.rapidapi.com"
}

response = requests.get(url, headers=headers, params=params)
result = response.json()

if result["data"] is None:
    print(f"Error: {result['error']['message']}")
else:
    hub = result["data"]
    print(f"Hub: {hub['name']}")
    print(f"Organizations: {hub['num_orgs']}")
    print(f"Total Funding: ${hub['total_funding_usd']:,}")
    print(f"Acquisitions: {hub['num_acquisitions']}")

    print("\nTrending Organizations:")
    for org in hub["sample_trending_orgs"]:
        print(f"  {org['name']} (rank: {org['rank_org']}, change: {org['rank_change_d30']})")
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
const url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/hub/details";

const params = new URLSearchParams({
  id: "unicorns",
  fresh: "true",
});

const response = await fetch(`${url}?${params}`, {
  method: "GET",
  headers: {
    "X-RapidAPI-Key": "YOUR_API_KEY",
    "X-RapidAPI-Host": "crunchbase-extractor-full-api3.p.rapidapi.com",
  },
});

const result = await response.json();

if (result.data === null) {
  console.error(`Error: ${result.error.message}`);
} else {
  const hub = result.data;
  console.log(`Hub: ${hub.name}`);
  console.log(`Organizations: ${hub.num_orgs}`);
  console.log(`Total Funding: $${hub.total_funding_usd.toLocaleString()}`);
  console.log(`Acquisitions: ${hub.num_acquisitions}`);

  console.log("\nTrending Organizations:");
  hub.sample_trending_orgs.forEach((org) => {
    console.log(`  ${org.name} (rank: ${org.rank_org}, change: ${org.rank_change_d30})`);
  });
}
1
2
3
4
5
curl -G "https://crunchbase-extractor-full-api3.p.rapidapi.com/hub/details" \
  --data-urlencode "id=unicorns" \
  --data-urlencode "fresh=true" \
  -H "X-RapidAPI-Key: YOUR_API_KEY" \
  -H "X-RapidAPI-Host: crunchbase-extractor-full-api3.p.rapidapi.com"
Start building today

Get your API key and make your first request in under a minute.

Get Your API Key on RapidAPI