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
| {
"status": true,
"request_id": "86b4f7f9-ec41-7d10-d850-91ce24a4",
"data": {
"total": 58666711,
"page": 1,
"has_next_page": false,
"results": [
{
"name": "Marina Favaro",
"uuid": "e3a292e9-6123-496c-9541-7f1560131ec2",
"type": "contact",
"linkedin_url": "https://linkedin.com/in/marina-favaro-1698a586",
"job_levels": [
"individual",
"director"
],
"job_departments": [
"marketing"
],
"employer": {
"uuid": "e10aaff2-4d89-46d4-820b-b4f64b8d42ca",
"name": "Anthropic",
"slug": "anthropic",
"categories": [
"Artificial Intelligence (AI)",
"Foundational AI"
],
"locations": [
"San Francisco",
"California"
]
}
},
{
"name": "Bret Taylor",
"uuid": "a3093b95-bb32-49ef-811f-4c934cfbaf54",
"type": "contact",
"linkedin_url": "https://linkedin.com/in/brettaylor",
"job_levels": [
"exec"
],
"job_departments": [
"management"
],
"employer": {
"uuid": "cf2c678c-b81a-80c3-10d1-9c5e76448e51",
"name": "OpenAI",
"slug": "openai",
"categories": [
"Agentic AI",
"Artificial Intelligence (AI)"
],
"locations": [
"San Francisco",
"California"
]
}
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"per_page": "2",
"page": "1"
}
}
|