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
| {
"status": true,
"request_id": "c2f478c6-35d4-7c3e-6582-42ec2ce0",
"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.",
"headquarters": [
{
"name": "Menlo Park",
"slug": "menlo-park-california",
"uuid": "1f8abfef-5379-b26b-7020-05a09908492f",
"location_type": "city"
},
{
"name": "California",
"slug": "california-united-states",
"uuid": "eb879a83-c91a-121e-0bb8-829782dbcf04",
"location_type": "region"
}
],
"offices": [
{
"uuid": "bc3caefe-d59e-41fe-b53e-c32e501ff4b5",
"name": "Meta Temple Data Center",
"location": [],
"opened_on": "2027-01-01",
"opening_description": "Meta Platforms Inc. is constructing a new data center campus in Temple, Texas, expected to be completed by 2027.",
"opening_press_reference": {
"title": "Construction of Meta's data center campus north of Austin to continue through 2026",
"url": "https://www.bizjournals.com/austin/news/2025/03/26/meta-temple-data-center-construction-update-austin.html",
"posted_on": "2025-03-26",
"publisher": "Seattle TechFlash",
"thumbnail_url": null
}
},
{
"uuid": "5034fe04-262f-4bc3-99a4-d0873bb05a3d",
"name": null,
"location": [],
"opened_on": "2026-03-18",
"opening_description": "Meta Platforms signed a 10-year lease with Vornado Realty Trust for a five-story townhouse at 697 Fifth Avenue in Midtown Manhattan.",
"opening_press_reference": {
"title": "Meta leases from Vornado again, this time for retail space",
"url": "https://therealdeal.com/new-york/2026/03/18/meta-leases-from-vornado-again-this-time-for-retail-space/",
"posted_on": "2026-03-18",
"publisher": "The Real Deal",
"thumbnail_url": null
}
}
// ... more items
]
},
"_meta": {
"is_cached": false,
"cached_at": 1778020004.7748556,
"cached_at_iso": "2026-05-05T22:26:44Z"
},
"request_params": {
"id": "meta",
"fresh": "false"
}
}
|