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
| {
"status": true,
"request_id": "64e8b834-6e55-0ef7-79ed-5dda0c07",
"data": {
"uuid": "df662812-7f97-0b43-9d3e-12f64f504fbb",
"slug": "meta",
"name": "Meta",
"image": "https://images.crunchbase.com/image/upload/whm4ed1rrc8skbdi3biv",
"short_description": "Meta is a social technology company that enables people to connect, find communities, and grow businesses.",
"stock_symbol": "META",
"stock_exchange_ticker": "NASDAQ:META",
"last_funding_type": "post_ipo_debt",
"num_funding_rounds": 15,
"num_investors": 30,
"num_lead_investors": 14,
"num_acquisitions": 113,
"num_investments": 66,
"num_lead_investments": 32,
"num_portfolio_companies": 59,
"num_diversity_investments": 9,
"funding_rounds": [
{
"uuid": "db5ef727-461c-43da-9ae6-4b49db00df27",
"slug": "meta-post-ipo-debt--db5ef727",
"name": "Post-IPO Debt - Meta",
"type": "funding_round",
"investment_type": "post_ipo_debt",
"num_investors": 1,
"lead_investors": [
{
"uuid": "3b398a92-e0f1-cb42-7e1b-775549e3b68e",
"slug": "pimco",
"name": "PIMCO",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/v1431766141/nlzvgcflzyibydkyhqkd.png"
}
]
}
// ... more items
],
"investors": [
{
"investor": {
"uuid": "0fc9a5f5-139c-4f91-8f98-da3ebc5ae2cf",
"slug": "blue-owl-e2cf",
"name": "Blue Owl",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/6a2b4e265c37486e85b761d98dd4e285"
},
"is_lead": true,
"investment_type": "Post-IPO Equity - Meta"
}
// ... more items
],
"acquired_by": null,
"acquisitions": [
{
"uuid": "107c4ccb-ab00-4aea-935f-f74493e1bcf9",
"slug": "meta-acquires-assured-robot-intelligence--107c4ccb",
"name": "Assured Robot Intelligence acquired by Meta",
"type": "acquisition",
"acquiree": {
"uuid": "8d672a38-893f-43d0-928d-110391ace02f",
"slug": "assured-robot-intelligence",
"name": "Assured Robot Intelligence",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/3b1a6c69825f472bace5adb5b30198ba"
}
}
// ... more items
],
"investments": [
{
"uuid": "8c8aff67-3679-4dab-8a42-114102be20cf",
"organization": {
"uuid": "d41f3b85-1963-475c-90a8-560427d48368",
"slug": "eliyan",
"name": "Eliyan",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/ujxyoctcgy2clmoa9ehb"
},
"funding_round": {
"uuid": "b996ae0d-604b-421d-82ee-65f8f1c10bf6",
"slug": "eliyan-series-unknown--b996ae0d",
"name": "Venture Round - Eliyan",
"type": "funding_round",
"image": "https://images.crunchbase.com/image/upload/ujxyoctcgy2clmoa9ehb"
}
}
// ... more items
],
"exits": [
{
"organization": {
"uuid": "9d8cb000-43b0-47a7-8231-477c457f7808",
"slug": "essilorluxottica",
"name": "EssilorLuxottica",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/yicqcp50na0imcyljami"
},
"short_description": "EssilorLuxottica is an ophthalmic company that specializes in the design, manufacture, and marketing of eyewear products."
}
// ... more items
],
"diversity_investments": [
{
"uuid": "ca7514b6-b281-4c57-af2e-44e5030e5743",
"organization": {
"uuid": "b23e775b-7799-f36f-fa8c-6b230a1df74e",
"slug": "scale-2",
"name": "Scale",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/wvgipbxfzsc4ehfzrrit"
},
"funding_round": {
"uuid": "142d4804-7b83-4c2a-bd8e-b1e6da27d38e",
"slug": "scale-2-corporate-round--142d4804",
"name": "Corporate Round - Scale",
"type": "funding_round",
"image": "https://images.crunchbase.com/image/upload/wvgipbxfzsc4ehfzrrit"
}
}
// ... more items
],
"funds": []
},
"_meta": {
"is_cached": false,
"cached_at": 1778019992.7488596,
"cached_at_iso": "2026-05-05T22:26:32Z"
},
"request_params": {
"id": "meta",
"fresh": "false"
}
}
|