Field | Type | Description | Example |
---|---|---|---|
companyId | string | Unique Crunchbase organization identifier | cb:org:uber |
companyName | string | Official company name | Uber Technologies Inc. |
foundedDate | string | Company founding date | 2009-03-01 |
headquarters | object | Primary headquarters location | {
"city": "San Francisco",
"country": "United States"
} |
totalFundingAmount | number | Total funding raised in USD | 25200000000 |
lastFundingRound | object | Most recent funding round details | {
"type": "Series G",
"amount": 1000000000,
"date": "2024-01-15"
} |
employeeRange | string | Current employee count range | 10001+ |
industries | array | Industry categories and tags | [
"Transportation",
"Mobile Apps",
"Ride Sharing"
] |
founders | array | List of company founders | [
{
"name": "Travis Kalanick",
"title": "Co-Founder"
}
] |
investors | array | List of investors across all rounds | [
"Benchmark",
"Google Ventures",
"SoftBank Vision Fund"
] |
acquisitions | array | Companies acquired by this organization | [
{
"company": "Postmates",
"date": "2020-12-01",
"amount": 2650000000
}
] |
websiteUrl | string | Company website URL | https://www.uber.com |