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
| {
"status": true,
"request_id": "f286996b-eb09-2dd1-9cfa-5dfcf57e",
"data": {
"total": 330797,
"page": 1,
"has_next_page": false,
"results": [
{
"name": "Lovable",
"slug": "lovable-803a",
"uuid": "10843a45-04a6-4668-a427-c67f4095803a",
"image": "https://images.crunchbase.com/image/upload/0b69ba62755441dda73fd1a95d128345",
"type": "organization",
"short_description": "Lovable provides an AI-driven platform enabling users to generate and deploy web applications and websites from natural language prompts.",
"rank_investor": 9,
"num_investments": 1,
"headquarters": [
{
"name": "Stockholm",
"slug": "stockholm-stockholms-lan",
"uuid": "52ed0e71-d0c7-5c77-8fe3-84ce4349ebcf",
"location_type": "city"
},
{
"name": "Stockholms Lan",
"slug": "stockholms-lan-sweden",
"uuid": "374fe002-81bd-de17-f595-2da924209ec6",
"location_type": "region"
}
],
"aliases": [],
"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
],
"category_groups": [
{
"uuid": "e5514a50-8200-7f6b-de87-b07990670800",
"slug": "artificial-intelligence-e551",
"name": "Artificial Intelligence (AI)",
"type": "category_group",
"image": null
}
// ... more items
]
},
{
"name": "Perplexity",
"slug": "perplexity-ai",
"uuid": "5639c94c-408b-450a-9694-df238f6d9da9",
"image": "https://images.crunchbase.com/image/upload/ae1234e9e4bb4347b589eceb981c2a8a",
"type": "organization",
"short_description": "Perplexity is an AI-powered platform that retrieves, analyzes information from the web to deliver structured answers with cited sources.",
"rank_investor": 12,
"num_investments": 1,
"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"
}
],
"aliases": [],
"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
],
"category_groups": [
{
"uuid": "e5514a50-8200-7f6b-de87-b07990670800",
"slug": "artificial-intelligence-e551",
"name": "Artificial Intelligence (AI)",
"type": "category_group",
"image": null
}
// ... more items
]
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"per_page": "2",
"order_by": "num_investments_funding_rounds",
"sort": "asc",
"page": "1"
}
}
|