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
| {
"status": true,
"request_id": "97f00186-b7a0-a5be-b548-2818020c",
"data": {
"total": 16133129,
"page": 1,
"has_next_page": true,
"results": [
{
"name": "AI Startup Raises $50M Series B",
"slug": null,
"uuid": "6f6cf0f6-2b79-594a-b9c5-33e60b2e9598",
"image": null,
"type": "press_reference",
"posted_on": "2025-06-15",
"publisher": "TechCrunch",
"author": "sarah.jones",
"thumbnail_url": "https://images.crunchbase.com/image/upload/example123",
"url": "https://techcrunch.com/example-article",
"title": "AI Startup Raises $50M Series B",
"mentions": [
{
"uuid": "12345678-abcd-efgh-ijkl-123456789012",
"slug": "example-company",
"name": "Example Company",
"type": "organization"
}
]
},
{
"name": "New CEO Appointed at Cloud Provider",
"slug": null,
"uuid": "fce8097f-cb5e-ad80-91f7-4c43f52f1dce",
"image": null,
"type": "press_reference",
"posted_on": "2025-06-14",
"publisher": "Bloomberg",
"author": "john.doe",
"thumbnail_url": null,
"url": "https://bloomberg.com/example-article",
"title": "New CEO Appointed at Cloud Provider",
"mentions": []
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"per_page": "2",
"sort": "asc"
}
}
|