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
| {
"status": true,
"request_id": "6c463629-32a9-d31e-738a-49502327",
"data": {
"uuid": "6f83ddd7-d637-61f8-06b2-438a0037605f",
"slug": "stripe",
"name": "Stripe",
"image": "https://images.crunchbase.com/image/upload/82700c1a09d149ef87c707c065d73317",
"short_description": "Stripe enables businesses to accept payments, manage billing, and embed financial services into digital platforms.",
"employee_count": "5001-10000",
"num_employees_known": 313,
"num_current_positions": 313,
"num_advisors": 12,
"num_board_members": 6,
"num_contacts": 4740,
"num_contact_emails": 6235,
"num_contact_phones": 1035,
"founders": [
{
"uuid": "3c294ebb-b42a-9f8e-5052-b32fc9041f4e",
"slug": "john-collison",
"name": "John Collison",
"type": "person",
"image": "https://images.crunchbase.com/image/upload/l36itwf58jdl58v26fsx"
}
],
"key_employee_changes": [
{
"uuid": "d7b5c4be-984c-4d35-b130-10fa9442ab37",
"event_type": "employee_change",
"title": "AWS Security Director Leaves For Stripe",
"description": "Jenny Brinkley departed AWS, where she was director of security readiness, to join Stripe as head of strategy and operations.",
"date": "2026-03-09",
"image": "https://images.crunchbase.com/image/upload/a789795a46c0403e98cf0308045aab41",
"press_references": [
{
"title": "AWS Security Director Leaves For Stripe",
"url": "https://www.crn.com/news/cloud/2026/aws-security-director-leaves-for-stripe",
"posted_on": "2026-03-16",
"publisher": "CRN",
"thumbnail_url": null
}
]
}
// ... more items
],
"key_employees": [
{
"person": {
"uuid": "32f387a1-0542-a49d-e985-2f210d83a965",
"slug": "steffan-tomlinson",
"name": "Steffan Tomlinson",
"type": "person",
"image": "https://images.crunchbase.com/image/upload/jdq0cksmbrxvszd3e7ox"
},
"title": "CFO"
}
// ... more items
],
"advisors": [
{
"person": {
"uuid": "14ba48f7-f956-6f2d-cf81-fca52fcb02ec",
"slug": "sumiran-das",
"name": "Sumiran Das",
"type": "person",
"image": "https://images.crunchbase.com/image/upload/v1504763980/qsbvuxgt7scueij7wvdb.png"
},
"started_on": "2016-12-01"
}
// ... more items
],
"board_members": [
{
"person": {
"uuid": "3c294ebb-b42a-9f8e-5052-b32fc9041f4e",
"slug": "john-collison",
"name": "John Collison",
"type": "person",
"image": "https://images.crunchbase.com/image/upload/l36itwf58jdl58v26fsx"
},
"started_on": null
}
// ... more items
]
},
"_meta": {
"is_cached": false,
"cached_at": 1778019993.9303288,
"cached_at_iso": "2026-05-05T22:26:33Z"
},
"request_params": {
"id": "stripe",
"fresh": "false"
}
}
|