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
| {
"status": true,
"request_id": "6d6196c8-b8ac-4ab0-1222-6c89fcf4",
"data": {
"organizations": [
{
"uuid": "4f26fd0b-9827-4ac6-b81b-695d0be91124",
"slug": "sierra-1124",
"name": "Sierra",
"image": "https://images.crunchbase.com/image/upload/4a27fe0b9ebf4e8cb7d03cf99afb93d6",
"score": 100.0,
"short_description": "Sierra helps businesses to build and deploy AI agents that communicate with users across channels such as chat, voice, email, and messaging.",
"rank_org": 14,
"categories": [
{
"name": "Artificial Intelligence (AI)",
"slug": "artificial-intelligence",
"uuid": "c4d8caf3-5fe7-359b-f9f2-2d708378e4ee",
"image_id": "930c72a5a7b544999596ac1c0dc8b549",
"image": "https://images.crunchbase.com/image/upload/930c72a5a7b544999596ac1c0dc8b549"
}
// ... more items
],
"headquarters": [
{
"name": "San Francisco",
"slug": "san-francisco-california",
"uuid": "528f5e3c-90d1-1111-5d1c-2e4ff979d58e",
"location_type": "city"
},
{
"name": "California",
"slug": "california-united-states",
"uuid": "eb879a83-c91a-121e-0bb8-829782dbcf04",
"location_type": "region"
}
],
"employee_count": "251-500"
}
// ... more items
]
},
"request_params": {
"limit": "3"
}
}
|