GET /company/details

Company Details

Get a complete Crunchbase company profile including financials, funding rounds, investors, people, tech stack, acquisitions, and market predictions.

Crunchbase Data API

Retrieve the complete Crunchbase profile for a single company. This is the most comprehensive endpoint — it returns everything from basic info (description, headquarters, contacts) to financials (funding rounds, investors, acquisitions), people (founders, key employees, board members), market intelligence (predictions, category ranks, similar companies), and recent press. Use it when you need a full snapshot of an organization in a single call.

HTTP Request

1
GET /company/details

Parameters

ParameterTypeRequiredDefaultDescription
idstringYesCompany slug (e.g., stripe, openai, meta) 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. Finer-grained than fresh
fieldsstringNoComma-separated allow-list of top-level fields to include. Example: name,slug,categories

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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
{
  "status": true,
  "request_id": "b4a712df-668f-881d-758f-c3b7d3ee",
  "data": {
    "name": "Stripe",
    "slug": "stripe",
    "uuid": "6f83ddd7-d637-61f8-06b2-438a0037605f",
    "type": "organization",
    "legal_name": "Stripe, LLC.",
    "short_description": "Stripe enables businesses to accept payments, manage billing, and embed financial services into digital platforms.",
    "description": "Stripe supports online and in-person payments across numerous currencies and payment methods...",
    "image": "https://images.crunchbase.com/image/upload/82700c1a09d149ef87c707c065d73317",
    "website_url": "https://stripe.com",
    "company_type": "for_profit",
    "operating_status": "active",
    "ipo_status": "private",
    "stock_symbol": null,
    "email": "dpo@stripe.com",
    "phone": "+1 888 926 2289",
    "linkedin_url": "https://www.linkedin.com/company/stripe",
    "twitter_url": "https://x.com/stripe",
    "facebook_url": "https://www.facebook.com/StripeHQ",
    "employee_count": "5001-10000",
    "employees_min": 5001,
    "employees_max": 10000,
    "num_employees_known": 313,
    "categories": [
      {
        "name": "Finance",
        "slug": "finance",
        "uuid": "ae5718dc-8602-c733-e62b-28e6167091ad",
        "image_id": "8a6f77a3498a4651ba8166e32ebe43a6",
        "image": "https://images.crunchbase.com/image/upload/8a6f77a3498a4651ba8166e32ebe43a6"
      }
      // ... more items
    ],
    "tags": ["unicorn"],
    "is_investor": true,
    "hubs": [
      {
        "uuid": "d15cdbe9-8146-4a49-919a-47807b814738",
        "slug": "stripe-alumni-founded-companies",
        "name": "Stripe Alumni Founded Companies",
        "type": "hub",
        "image": "https://images.crunchbase.com/image/upload/82700c1a09d149ef87c707c065d73317"
      }
      // ... more items
    ],
    "headquarters": [
      {
        "name": "South San Francisco",
        "slug": "south-san-francisco-california",
        "uuid": "e3409735-6075-d2fd-fec4-669b4f9c9979",
        "location_type": "city"
      },
      {
        "name": "California",
        "slug": "california-united-states",
        "uuid": "eb879a83-c91a-121e-0bb8-829782dbcf04",
        "location_type": "region"
      }
    ],
    "location_groups": [
      {
        "name": "San Francisco Bay Area",
        "slug": "san-francisco-bay-area-california",
        "uuid": "f79bcf34-5d9e-4a01-837e-f6012edd056c",
        "location_type": "group"
      }
      // ... more items
    ],
    "offices": [
      {
        "uuid": "0567bd9d-ec6b-468d-8848-c448c38e3309",
        "name": null,
        "location": [],
        "opened_on": "2025-10-09",
        "opening_description": "Stripe opened a new Dublin site that will serve as one of its two global headquarters.",
        "opening_press_reference": {
          "title": "Ireland needs to develop 'our own indigenous enterprise'...",
          "url": "https://www.irishexaminer.com/business/companies/arid-41721147.html",
          "posted_on": "2025-10-09",
          "publisher": "Irish Examiner",
          "thumbnail_url": null
        }
      }
      // ... more items
    ],
    "country_code": "US",
    "founders": [
      {
        "uuid": "3c294ebb-b42a-9f8e-5052-b32fc9041f4e",
        "slug": "john-collison",
        "name": "John Collison",
        "type": "person",
        "image": "https://images.crunchbase.com/image/upload/l36itwf58jdl58v26fsx"
      }
    ],
    "key_employees": [
      {
        "person": {
          "uuid": "32f387a1-0542-a49d-e985-2f210d83a965",
          "slug": "steffan-tomlinson",
          "name": "Steffan Tomlinson",
          "type": "person",
          "image": "https://images.crunchbase.com/image/upload/jdq0cksmbrxvszd3e7ox"
        },
        "title": "CFO"
      }
      // ... more items
    ],
    "advisors": [
      {
        "person": {
          "uuid": "14ba48f7-f956-6f2d-cf81-fca52fcb02ec",
          "slug": "sumiran-das",
          "name": "Sumiran Das",
          "type": "person",
          "image": "https://images.crunchbase.com/image/upload/v1504763980/qsbvuxgt7scueij7wvdb.png"
        },
        "started_on": "2016-12-01"
      }
      // ... more items
    ],
    "board_members": [
      {
        "person": {
          "uuid": "3c294ebb-b42a-9f8e-5052-b32fc9041f4e",
          "slug": "john-collison",
          "name": "John Collison",
          "type": "person",
          "image": "https://images.crunchbase.com/image/upload/l36itwf58jdl58v26fsx"
        },
        "started_on": null
      }
      // ... more items
    ],
    "num_advisors": 12,
    "num_contacts": 4740,
    "parent_organization": null,
    "subsidiaries": [],
    "num_subsidiaries": null,
    "last_funding_type": "secondary_market",
    "num_funding_rounds": 23,
    "num_investors": 68,
    "num_lead_investors": 16,
    "funding_rounds": [
      {
        "uuid": "9d7e5ac9-9700-4f5a-b01a-4b007c7d0707",
        "slug": "stripe-secondary-market--9d7e5ac9",
        "name": "Secondary Market - Stripe",
        "type": "funding_round",
        "investment_type": "secondary_market",
        "num_investors": 2,
        "lead_investors": [
          {
            "uuid": "044cff00-d410-4551-8832-faa4d961359a",
            "slug": "robinhood-ventures",
            "name": "Robinhood Ventures",
            "type": "organization",
            "image": "https://images.crunchbase.com/image/upload/180df7a11d614bdebe31b332f685135c"
          }
        ]
      }
      // ... more items
    ],
    "investors": [
      {
        "investor": {
          "uuid": "044cff00-d410-4551-8832-faa4d961359a",
          "slug": "robinhood-ventures",
          "name": "Robinhood Ventures",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/180df7a11d614bdebe31b332f685135c"
        },
        "is_lead": true,
        "investment_type": "Secondary Market - Stripe"
      }
      // ... more items
    ],
    "first_seen_year": 2011,
    "num_investments": 92,
    "num_lead_investments": 35,
    "num_portfolio_companies": 59,
    "investments": [
      {
        "uuid": "51656a1d-6a5a-4752-8f65-6e318707f4c2",
        "organization": {
          "uuid": "0c8152fc-0bc8-5d34-e568-1705fcbb5363",
          "slug": "stedi",
          "name": "Stedi",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/skaoypelxrnkigpymjye"
        },
        "funding_round": {
          "uuid": "8785ac8b-c8a1-4801-989a-b6960c89d647",
          "slug": "stedi-series-c--8785ac8b",
          "name": "Series C - Stedi",
          "type": "funding_round",
          "image": "https://images.crunchbase.com/image/upload/skaoypelxrnkigpymjye"
        }
      }
      // ... more items
    ],
    "participated_funding_rounds": [
      {
        "uuid": "8785ac8b-c8a1-4801-989a-b6960c89d647",
        "slug": "stedi-series-c--8785ac8b",
        "name": "Series C - Stedi",
        "type": "funding_round",
        "image": "https://images.crunchbase.com/image/upload/skaoypelxrnkigpymjye"
      }
      // ... more items
    ],
    "num_acquisitions": 21,
    "acquisitions": [
      {
        "uuid": "027d222b-2cf3-4e8f-9d62-f167ce3f03d8",
        "slug": "stripe-acquires-partydao--027d222b",
        "name": "PartyDAO acquired by Stripe",
        "type": "acquisition",
        "acquiree": {
          "uuid": "b72f8be2-2486-471a-8d96-f553fb1e8ffb",
          "slug": "partydao",
          "name": "PartyDAO",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/hvtbqodl9rmgshukkq3y"
        }
      }
      // ... more items
    ],
    "exits": [
      {
        "organization": {
          "uuid": "2f99323e-72cf-b5d9-d06c-700590ec039f",
          "slug": "paystack",
          "name": "Paystack",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/v1482999816/uph74pwwijksr7hybwzj.png"
        },
        "short_description": "Paystack fintech company that facilitates online and offline payments for businesses across Africa."
      }
      // ... more items
    ],
    "growth_prediction": {
      "generated_on": "2026-05-02",
      "probability_score": 0.6856,
      "probability_tier": "p200_positive_low",
      "unicorn_status": "c200_evidence_present"
    },
    "acquisition_prediction": {
      "generated_on": "2025-09-22",
      "probability_score": 0.0051,
      "probability_tier": "p500_negative_high",
      "unicorn_status": null
    },
    "ipo_prediction": {
      "generated_on": "2026-04-18",
      "probability_score": 0.9509,
      "probability_tier": "p100_positive_high",
      "unicorn_status": "c200_evidence_present"
    },
    "funding_prediction": {
      "generated_on": "2026-04-18",
      "probability_score": 0.9475,
      "unicorn_status": "c200_evidence_present",
      "months_timeseries": {
        "months_0_to_5": 0.9734,
        "months_6_to_11": 0.0000,
        "months_12_to_24": 0.0000,
        "months_24_plus": 0.0265
      }
    },
    "products": [
      {
        "name": "Payments",
        "description": "A suite of tools to accept and process payments online and in person globally."
      }
      // ... more items
    ],
    "tech_stack": [
      {
        "uuid": "c22c40a0-dccc-42b2-9af7-355c83639e3a",
        "name": "DNSSEC",
        "categories": ["ns"],
        "num_companies_using": 778239
      }
      // ... more items
    ],
    "siftery_num_products": 66,
    "builtwith_num_technologies_used": 67,
    "ipqwery_num_patent_granted": 12,
    "ipqwery_num_trademark_registered": 38,
    "semrush_visits_latest_month": 192623772,
    "rank_org": 138,
    "rank_change_90d": 1.8,
    "similar_organizations": [
      {
        "uuid": "cb3fd543-f231-6909-7bcc-af87bee7ba3b",
        "slug": "checkout-com",
        "name": "Checkout.com",
        "type": "organization",
        "image": "https://images.crunchbase.com/image/upload/wam8pfmhebyvp8tnnwvj"
      }
      // ... more items
    ],
    "key_events": [
      {
        "uuid": "7773ef28-8f7b-44b0-953c-cd8ba7422bc5",
        "event_type": "partnership_announcement",
        "title": "Stripe Brings Merchant Checkout to Google's AI Apps",
        "description": "Stripe and Google formed a partnership...",
        "date": "2026-04-29",
        "image": "https://images.crunchbase.com/image/upload/d8df9e009814490fb264f771d45dc498",
        "press_references": [
          {
            "title": "Stripe Brings Merchant Checkout to Google's AI Apps",
            "url": "https://www.pymnts.com/...",
            "posted_on": "2026-04-29",
            "publisher": "PYMNTS.com",
            "thumbnail_url": null
          }
        ]
      }
      // ... more items
    ],
    "recent_press": [
      {
        "title": "Wizard's CEO: 91% of AI Shopping Is Just Chat With No Checkout",
        "url": "https://www.pymnts.com/...",
        "posted_on": "2026-05-04",
        "publisher": "PYMNTS.com",
        "author": "PYMNTS",
        "thumbnail_url": null
      }
      // ... more items
    ],
    "num_timeline_entries": 5979,
    "category_ranks": [
      {
        "category": {
          "name": "Mobile Payments",
          "slug": "mobile-payments",
          "uuid": "33cfeb88-f323-1b4f-8ecc-f3f876a5df05",
          "image_id": "d8df9e009814490fb264f771d45dc498",
          "image": "https://images.crunchbase.com/image/upload/d8df9e009814490fb264f771d45dc498"
        },
        "rank": 2,
        "count": 6232,
        "pageview_rank": 1
      }
      // ... more items
    ]
  },
  "_meta": {
    "is_cached": false,
    "cached_at": 1778019984.97123,
    "cached_at_iso": "2026-05-05T22:26:24Z"
  },
  "request_params": {
    "fresh": "false",
    "id": "stripe"
  }
}

Response Fields

FieldTypeDescription
statusbooleanWhether the request succeeded
request_idstringUnique identifier for this request
data.namestringCompany display name
data.slugstringCrunchbase URL slug
data.uuidstringCrunchbase UUID
data.typestringEntity type (organization)
data.legal_namestringLegal entity name
data.short_descriptionstringOne-line company summary
data.descriptionstringFull company description
data.imagestringCompany logo URL
data.website_urlstringCompany website
data.company_typestringType: for_profit, non_profit
data.operating_statusstringStatus: active, closed, was_acquired
data.ipo_statusstringIPO status: private, public, delisted
data.stock_symbolstring/nullStock ticker symbol
data.emailstringCompany contact email
data.phonestringCompany phone number
data.linkedin_urlstringLinkedIn company page URL
data.twitter_urlstringTwitter/X profile URL
data.facebook_urlstringFacebook page URL
data.employee_countstringEmployee range string
data.employees_minintegerMinimum employees in range
data.employees_maxintegerMaximum employees in range
data.num_employees_knownintegerNumber of employees with known profiles
data.categoriesarrayCompany categories
data.categories[].namestringCategory name
data.categories[].slugstringCategory slug
data.categories[].uuidstringCategory UUID
data.categories[].image_idstringImage identifier
data.categories[].imagestringCategory image URL
data.tagsarrayArray of tag strings (e.g., unicorn)
data.is_investorbooleanWhether this company is also an investor
data.hubsarrayRelated Crunchbase hubs
data.hubs[].uuidstringHub UUID
data.hubs[].slugstringHub slug
data.hubs[].namestringHub name
data.hubs[].typestringEntity type (hub)
data.hubs[].imagestringHub image URL
data.headquartersarrayHQ location objects
data.headquarters[].namestringLocation name
data.headquarters[].slugstringLocation slug
data.headquarters[].uuidstringLocation UUID
data.headquarters[].location_typestringType: city, region, country
data.location_groupsarrayBroader geographic groupings
data.location_groups[].namestringGroup name
data.location_groups[].slugstringGroup slug
data.location_groups[].uuidstringGroup UUID
data.location_groups[].location_typestringAlways group
data.officesarrayOffice locations
data.offices[].uuidstringOffice UUID
data.offices[].namestring/nullOffice name
data.offices[].locationarrayLocation details
data.offices[].opened_onstringDate office opened (YYYY-MM-DD)
data.offices[].opening_descriptionstringDescription of the office opening
data.offices[].opening_press_referenceobjectPress reference about the opening
data.offices[].opening_press_reference.titlestringArticle title
data.offices[].opening_press_reference.urlstringArticle URL
data.offices[].opening_press_reference.posted_onstringPublication date
data.offices[].opening_press_reference.publisherstringPublisher name
data.offices[].opening_press_reference.thumbnail_urlstring/nullThumbnail image URL
data.country_codestringISO country code for HQ
data.foundersarrayFounder objects
data.founders[].uuidstringPerson UUID
data.founders[].slugstringPerson slug
data.founders[].namestringPerson name
data.founders[].typestringEntity type (person)
data.founders[].imagestringPerson photo URL
data.key_employeesarrayKey employee objects
data.key_employees[].personobjectPerson details
data.key_employees[].person.uuidstringPerson UUID
data.key_employees[].person.slugstringPerson slug
data.key_employees[].person.namestringPerson name
data.key_employees[].person.typestringEntity type
data.key_employees[].person.imagestringPerson photo URL
data.key_employees[].titlestringJob title
data.advisorsarrayAdvisor objects
data.advisors[].personobjectPerson details (same structure as key_employees)
data.advisors[].started_onstring/nullAdvisory start date
data.board_membersarrayBoard member objects
data.board_members[].personobjectPerson details (same structure as key_employees)
data.board_members[].started_onstring/nullBoard membership start date
data.num_advisorsintegerTotal number of advisors
data.num_contactsintegerTotal number of B2B contacts
data.parent_organizationobject/nullParent org if subsidiary
data.subsidiariesarraySubsidiary organizations
data.num_subsidiariesinteger/nullTotal subsidiary count
data.last_funding_typestringMost recent funding type
data.num_funding_roundsintegerTotal funding rounds
data.num_investorsintegerTotal investors
data.num_lead_investorsintegerTotal lead investors
data.funding_roundsarrayFunding round objects
data.funding_rounds[].uuidstringRound UUID
data.funding_rounds[].slugstringRound slug
data.funding_rounds[].namestringRound display name
data.funding_rounds[].typestringEntity type (funding_round)
data.funding_rounds[].investment_typestringRound type (e.g., series_a, secondary_market)
data.funding_rounds[].num_investorsintegerInvestors in this round
data.funding_rounds[].lead_investorsarrayLead investor objects
data.investorsarrayAll investor objects
data.investors[].investorobjectInvestor entity details
data.investors[].investor.uuidstringInvestor UUID
data.investors[].investor.slugstringInvestor slug
data.investors[].investor.namestringInvestor name
data.investors[].investor.typestringEntity type
data.investors[].investor.imagestringInvestor logo URL
data.investors[].is_leadbooleanWhether this was a lead investor
data.investors[].investment_typestringWhich round they invested in
data.first_seen_yearintegerYear company first appeared on Crunchbase
data.num_investmentsintegerTotal investments made by this company
data.num_lead_investmentsintegerInvestments where company was lead
data.num_portfolio_companiesintegerNumber of portfolio companies
data.investmentsarrayInvestment objects
data.investments[].uuidstringInvestment UUID
data.investments[].organizationobjectInvested organization details
data.investments[].funding_roundobjectFunding round details
data.participated_funding_roundsarrayFunding rounds participated in as investor
data.participated_funding_rounds[].uuidstringRound UUID
data.participated_funding_rounds[].slugstringRound slug
data.participated_funding_rounds[].namestringRound name
data.participated_funding_rounds[].typestringEntity type
data.participated_funding_rounds[].imagestringImage URL
data.num_acquisitionsintegerTotal acquisitions made
data.acquisitionsarrayAcquisition objects
data.acquisitions[].uuidstringAcquisition UUID
data.acquisitions[].slugstringAcquisition slug
data.acquisitions[].namestringAcquisition display name
data.acquisitions[].typestringEntity type (acquisition)
data.acquisitions[].acquireeobjectAcquired company details
data.exitsarrayExit events
data.exits[].organizationobjectOrganization that exited
data.exits[].short_descriptionstringDescription of the exited company
data.growth_predictionobject/nullGrowth prediction model output
data.growth_prediction.generated_onstringPrediction generation date
data.growth_prediction.probability_scorenumberProbability score (0-1)
data.growth_prediction.probability_tierstringTier classification
data.growth_prediction.unicorn_statusstring/nullUnicorn evidence status
data.acquisition_predictionobject/nullAcquisition probability prediction
data.acquisition_prediction.generated_onstringPrediction date
data.acquisition_prediction.probability_scorenumberProbability score (0-1)
data.acquisition_prediction.probability_tierstringTier classification
data.acquisition_prediction.unicorn_statusstring/nullUnicorn status
data.ipo_predictionobject/nullIPO probability prediction
data.ipo_prediction.generated_onstringPrediction date
data.ipo_prediction.probability_scorenumberProbability score (0-1)
data.ipo_prediction.probability_tierstringTier classification
data.ipo_prediction.unicorn_statusstring/nullUnicorn status
data.funding_predictionobject/nullFunding probability prediction
data.funding_prediction.generated_onstringPrediction date
data.funding_prediction.probability_scorenumberOverall probability score
data.funding_prediction.unicorn_statusstring/nullUnicorn status
data.funding_prediction.months_timeseriesobjectTime-based probability breakdown
data.funding_prediction.months_timeseries.months_0_to_5numberProbability within 0-5 months
data.funding_prediction.months_timeseries.months_6_to_11numberProbability within 6-11 months
data.funding_prediction.months_timeseries.months_12_to_24numberProbability within 12-24 months
data.funding_prediction.months_timeseries.months_24_plusnumberProbability beyond 24 months
data.productsarrayCompany products
data.products[].namestringProduct name
data.products[].descriptionstringProduct description
data.tech_stackarrayTechnologies used
data.tech_stack[].uuidstringTechnology UUID
data.tech_stack[].namestringTechnology name
data.tech_stack[].categoriesarrayTechnology category tags
data.tech_stack[].num_companies_usingintegerCompanies using this technology
data.siftery_num_productsintegerNumber of products on Siftery
data.builtwith_num_technologies_usedintegerTechnologies tracked by BuiltWith
data.ipqwery_num_patent_grantedintegerPatents granted
data.ipqwery_num_trademark_registeredintegerTrademarks registered
data.semrush_visits_latest_monthintegerMonthly website visits (Semrush)
data.rank_orgintegerCrunchbase organization rank
data.rank_change_90dnumberRank change over 90 days
data.similar_organizationsarraySimilar companies
data.similar_organizations[].uuidstringOrganization UUID
data.similar_organizations[].slugstringOrganization slug
data.similar_organizations[].namestringOrganization name
data.similar_organizations[].typestringEntity type
data.similar_organizations[].imagestringLogo URL
data.key_eventsarrayMajor company events
data.key_events[].uuidstringEvent UUID
data.key_events[].event_typestringEvent type (e.g., partnership_announcement, product_launch)
data.key_events[].titlestringEvent title
data.key_events[].descriptionstringEvent description
data.key_events[].datestringEvent date (YYYY-MM-DD)
data.key_events[].imagestringEvent image URL
data.key_events[].press_referencesarrayRelated press articles
data.recent_pressarrayRecent press mentions
data.recent_press[].titlestringArticle title
data.recent_press[].urlstringArticle URL
data.recent_press[].posted_onstringPublication date
data.recent_press[].publisherstringPublisher name
data.recent_press[].authorstring/nullArticle author
data.recent_press[].thumbnail_urlstring/nullThumbnail image URL
data.num_timeline_entriesintegerTotal timeline entries
data.category_ranksarrayCategory ranking data
data.category_ranks[].categoryobjectCategory details
data.category_ranks[].category.namestringCategory name
data.category_ranks[].category.slugstringCategory slug
data.category_ranks[].rankintegerRank within this category
data.category_ranks[].countintegerTotal companies in category
data.category_ranks[].pageview_rankintegerRank by pageviews
_meta.is_cachedbooleanWhether response came from cache
_meta.cached_atnumberUnix timestamp of cache time
_meta.cached_at_isostringISO timestamp of cache time
request_paramsobjectEcho of request parameters

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
import requests

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

params = {
    "id": "stripe",
    "fresh": False
}

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)
company = response.json()["data"]

print(f"{company['name']} ({company['ipo_status']})")
print(f"Employees: {company['employee_count']}")
print(f"Funding rounds: {company['num_funding_rounds']}")
print(f"Monthly visits: {company['semrush_visits_latest_month']:,}")

if company.get("ipo_prediction"):
    print(f"IPO probability: {company['ipo_prediction']['probability_score']:.1%}")
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
const url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/details";

const params = new URLSearchParams({
  id: "stripe",
  fresh: "false"
});

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

const { data: company } = await response.json();

console.log(`${company.name} (${company.ipo_status})`);
console.log(`Employees: ${company.employee_count}`);
console.log(`Funding rounds: ${company.num_funding_rounds}`);
console.log(`Monthly visits: ${company.semrush_visits_latest_month.toLocaleString()}`);

if (company.ipo_prediction) {
  console.log(`IPO probability: ${(company.ipo_prediction.probability_score * 100).toFixed(1)}%`);
}
1
2
3
4
5
curl -G "https://crunchbase-extractor-full-api3.p.rapidapi.com/company/details" \
  --data-urlencode "id=stripe" \
  --data-urlencode "fresh=false" \
  -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