GET /person/details

Person Details

Get a full Crunchbase person profile including jobs, education, investments, board roles, event appearances, and timeline.

Crunchbase Data API

Retrieve the complete Crunchbase profile for a person, including their current and past jobs, board roles, education, investments (personal and partner), portfolio exits, event appearances, hubs, timeline, and recent press. This endpoint uses the “Real-Time Details” quota.

HTTP Request

1
GET /person/details

Parameters

ParameterTypeRequiredDefaultDescription
idstringYesPerson slug (e.g., marc-andreessen, elad-gil) or UUID
freshbooleanNofalseSkip cache and fetch fresh data (billed as non-cached request)
max_age_secondsintegerNoReturn fresh fetch if cached record is older than this many seconds
fieldsstringNoComma-separated allow-list of top-level fields. Example: name,slug,primary_organization,investments

Response

Example Response

  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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
{
  "status": true,
  "request_id": "2eca7d4c-d832-0423-3657-975498a5",
  "data": {
    "name": "Marc Andreessen",
    "slug": "marc-andreessen",
    "type": "person",
    "title": "Marc Andreessen - Co-founder @ LoudCloud Systems",
    "short_description": "Marc Andreessen was the Co-founder of LoudCloud Systems.",
    "description": "Marc Andreessen was the Co-founder of LoudCloud Systems.",
    "image": "https://images.crunchbase.com/image/upload/v1504858127/zi0tahpprgr1yolo1scf.png",
    "is_investor": true,
    "primary_job_title": "Co-founder",
    "primary_organization": {
      "uuid": "c31b51b8-48ec-9248-60bd-81e8283447c5",
      "slug": "loudcloud-systems",
      "name": "LoudCloud Systems",
      "type": "organization",
      "image": "https://images.crunchbase.com/image/upload/v1397204047/07909d12359eb8f9a0a0bdea1ab30563.jpg"
    },
    "gender": "male",
    "born_on": "1971-07-09",
    "country_code": "US",
    "linkedin_url": null,
    "twitter_url": "https://x.com/pmarca",
    "facebook_url": "http://www.facebook.com/pmarca",
    "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"
      }
    ],
    "location_groups": [
      {
        "name": "San Francisco Bay Area",
        "slug": "san-francisco-bay-area-california",
        "uuid": "f79bcf34-5d9e-4a01-837e-f6012edd056c",
        "location_type": "group"
      }
      // ... more items
    ],
    "rank_person": 324,
    "current_jobs": [
      {
        "uuid": "6323ab03-b86c-0ea2-ac9f-1ce9ab877d27",
        "organization": {
          "uuid": "ce91bad7-b6d8-e56e-0f45-4763c6c5ca29",
          "slug": "andreessen-horowitz",
          "name": "Andreessen Horowitz",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/a6eb3a1422d244bb940a52ea0fea7f36"
        },
        "title": "Co-Founder & General Partner",
        "started_on": "2009-06-01"
      }
      // ... more items
    ],
    "past_jobs": [
      {
        "uuid": "9cd53618-93f1-65db-ad1a-ffe66b605620",
        "organization": {
          "uuid": "b3a7efa7-e3d3-2d4c-962c-b9fdb1da496f",
          "slug": "opsware",
          "name": "Opsware",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/v1397186802/4249928978afec3c5a47522fbd5dd400.jpg"
        },
        "title": "Co-Founder",
        "started_on": "1999-09-01",
        "ended_on": "2007-07-01"
      }
      // ... more items
    ],
    "current_board_roles": [
      {
        "uuid": "645302a2-6bfe-4266-974e-c121f9fd858f",
        "organization": {
          "uuid": "a58bea81-faa3-5a29-b99c-ed112a9dde41",
          "slug": "pave",
          "name": "Pave",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/kilu9orbjckx279wwb5o"
        },
        "title": "Board Observer",
        "started_on": "2020-09-05"
      }
      // ... more items
    ],
    "past_board_roles": [
      {
        "uuid": "3370314b-8d80-00d3-874c-2ae1ed2f41e9",
        "organization": {
          "uuid": "e56b0ceb-bb30-bbec-805e-d5dc7412dcb1",
          "slug": "ebay",
          "name": "eBay",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/kx4zcwarburlmyywxgmi"
        },
        "title": "Member of the Board of Directors",
        "started_on": null,
        "ended_on": "2014-10-20"
      }
      // ... more items
    ],
    "num_current_jobs": 4,
    "num_past_jobs": 4,
    "education": [
      {
        "uuid": "1683920d-1c0d-7755-09d9-054c4070e5e3",
        "school": {
          "uuid": "84d690d3-432f-1f30-ab79-16e78adffe52",
          "slug": "university-of-illinois",
          "name": "University of Illinois Urbana-Champaign",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/xgeegxowyvq5970skr7k"
        },
        "subject": "Computer Science",
        "degree_type": "BS",
        "started_on": null,
        "completed_on": "1993-01-01"
      }
    ],
    "event_appearances": [
      {
        "uuid": "96735a62-c66a-4f09-b65c-e9045f165aac",
        "event": {
          "uuid": "34c8c487-46d4-448b-a249-ba8a834b6d51",
          "slug": "fortune-brainstorm-a-i-2019",
          "name": "FORTUNE Brainstorm A.I. 2019",
          "type": "event",
          "image": "https://images.crunchbase.com/image/upload/kzgv3ugbgsp2kdd7fx4y"
        },
        "appearance_type": "speaker",
        "event_starts_on": "2019-09-23"
      }
      // ... more items
    ],
    "num_event_appearances": 9,
    "hubs": [
      {
        "uuid": "4a741690-ec2b-49c2-a7b6-8ffc75863433",
        "slug": "free-university-of-brussels-alumni-founded-companies",
        "name": "Free University of Brussels Alumni Founded Companies",
        "type": "hub",
        "image": "https://images.crunchbase.com/image/upload/e6v1cgcm1io77xkruodh"
      }
      // ... more items
    ],
    "num_investments": 44,
    "num_lead_investments": 2,
    "num_partner_investments": 82,
    "num_founded_organizations": 5,
    "num_portfolio_companies": 43,
    "num_current_advisor_jobs": 19,
    "num_past_advisor_jobs": 4,
    "rank_principal_investor": 21971,
    "investments": [
      {
        "uuid": "75614d9e-bf47-4af1-a399-064f53641a23",
        "organization": {
          "uuid": "c8d01177-5759-4f88-8ede-273865bbc690",
          "slug": "phi-c690",
          "name": "Phi",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/lluswvgtzqi6ipj96dnk"
        },
        "funding_round": {
          "uuid": "8f0fec6a-a7bc-4d89-8c02-0dfbb4da4e7f",
          "slug": "phi-c690-seed--8f0fec6a",
          "name": "Seed Round - Phi",
          "type": "funding_round",
          "image": "https://images.crunchbase.com/image/upload/lluswvgtzqi6ipj96dnk"
        }
      }
      // ... more items
    ],
    "partner_investments": [
      {
        "uuid": "c19c7f28-1706-4b20-86a7-18f8841fc682",
        "organization": {
          "uuid": "cf909ca8-1b1b-0f1d-a6c9-e83df329a5d7",
          "slug": "replit",
          "name": "Replit",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/d75d6cc453be4f598a83631a99949d3b"
        },
        "funding_round": {
          "uuid": "d8ce1288-84ee-4b0b-839f-afa79c675ac5",
          "slug": "replit-series-d--d8ce1288",
          "name": "Series D - Replit",
          "type": "funding_round",
          "image": "https://images.crunchbase.com/image/upload/d75d6cc453be4f598a83631a99949d3b"
        }
      }
      // ... more items
    ],
    "exits": [
      {
        "organization": {
          "uuid": "5da6106f-0d27-0d37-e9d7-dcfeccc1f709",
          "slug": "twitter",
          "name": "X (formerly Twitter)",
          "type": "organization",
          "image": "https://images.crunchbase.com/image/upload/vginybkvesfudfowmsgw"
        },
        "short_description": "X is a social networking platform that allows its users to send and read microblogs."
      }
      // ... more items
    ],
    "timeline": [
      {
        "uuid": "0b25a36d-2067-4b5b-9962-97c41e9eddae",
        "entity_type": "press_reference",
        "date": "2025-08-26",
        "title": "Why AI Is Your Edge, Not Your Replacement",
        "image": null,
        "url": "https://news.crunchbase.com/ai/your-edge-not-replacement-walsh/",
        "publisher": "Crunchbase News",
        "author": "Guest Author",
        "thumbnail_url": "https://news.crunchbase.com/wp-content/uploads/AI-cowork.jpg",
        "investment_type": null,
        "participants": []
      }
      // ... more items
    ],
    "recent_press": [
      {
        "title": "Why AI Is Your Edge, Not Your Replacement",
        "url": "https://news.crunchbase.com/ai/your-edge-not-replacement-walsh/",
        "posted_on": "2025-08-26",
        "publisher": "Crunchbase News",
        "author": "Guest Author",
        "thumbnail_url": "https://news.crunchbase.com/wp-content/uploads/AI-cowork.jpg"
      }
      // ... more items
    ],
    "num_timeline_entries": 3408,
    "num_articles": 3347,
    "uuid": "3ba9203f-c79b-3166-2183-c1d690f00bcb",
    "profile_created_at": "2007-11-13T17:58:50Z",
    "profile_updated_at": "2024-06-13T06:01:27Z"
  },
  "_meta": {
    "is_cached": false,
    "cached_at": 1778020020.2093232,
    "cached_at_iso": "2026-05-05T22:27:00Z"
  },
  "request_params": {
    "id": "marc-andreessen",
    "fresh": "false"
  }
}

Response Fields

FieldTypeDescription
statusbooleanWhether the request was successful
request_idstringUnique identifier for the request
data.namestringFull name of the person
data.slugstringCrunchbase URL slug
data.typestringEntity type (always "person")
data.titlestringFull title string (name + primary role)
data.short_descriptionstringBrief bio
data.descriptionstringFull description text
data.imagestringURL to profile image
data.is_investorbooleanWhether this person is flagged as an investor
data.primary_job_titlestringCurrent primary job title
data.primary_organizationobjectPrimary organization details
data.primary_organization.uuidstringOrganization UUID
data.primary_organization.slugstringOrganization slug
data.primary_organization.namestringOrganization name
data.primary_organization.typestringEntity type
data.primary_organization.imagestringOrganization logo URL
data.genderstringGender (e.g., male, female)
data.born_onstring/nullDate of birth (ISO format)
data.country_codestringTwo-letter country code
data.linkedin_urlstring/nullLinkedIn profile URL
data.twitter_urlstring/nullTwitter/X profile URL
data.facebook_urlstring/nullFacebook profile URL
data.headquartersarrayLocation objects (city, region)
data.headquarters[].namestringLocation name
data.headquarters[].slugstringLocation slug
data.headquarters[].uuidstringLocation UUID
data.headquarters[].location_typestringType: city, region
data.location_groupsarrayHigher-level location groupings
data.location_groups[].namestringGroup name (e.g., “San Francisco Bay Area”)
data.location_groups[].slugstringGroup slug
data.location_groups[].uuidstringGroup UUID
data.location_groups[].location_typestringAlways "group"
data.rank_personintegerCrunchbase person rank (lower = more prominent)
data.current_jobsarrayActive job positions
data.current_jobs[].uuidstringJob record UUID
data.current_jobs[].organizationobjectOrganization details (uuid, slug, name, type, image)
data.current_jobs[].titlestringJob title
data.current_jobs[].started_onstringStart date (ISO format)
data.past_jobsarrayPrevious job positions
data.past_jobs[].uuidstringJob record UUID
data.past_jobs[].organizationobjectOrganization details
data.past_jobs[].titlestringJob title
data.past_jobs[].started_onstringStart date
data.past_jobs[].ended_onstringEnd date
data.current_board_rolesarrayActive board positions
data.current_board_roles[].uuidstringRole UUID
data.current_board_roles[].organizationobjectOrganization details
data.current_board_roles[].titlestringBoard role title
data.current_board_roles[].started_onstringStart date
data.past_board_rolesarrayPrevious board positions
data.past_board_roles[].uuidstringRole UUID
data.past_board_roles[].organizationobjectOrganization details
data.past_board_roles[].titlestringBoard role title
data.past_board_roles[].started_onstring/nullStart date
data.past_board_roles[].ended_onstringEnd date
data.num_current_jobsintegerCount of current jobs
data.num_past_jobsintegerCount of past jobs
data.educationarrayEducation entries
data.education[].uuidstringEducation record UUID
data.education[].schoolobjectSchool details (uuid, slug, name, type, image)
data.education[].subjectstringField of study
data.education[].degree_typestringDegree type (e.g., BS, MBA, PhD)
data.education[].started_onstring/nullStart date
data.education[].completed_onstring/nullCompletion date
data.event_appearancesarrayEvent appearances
data.event_appearances[].uuidstringAppearance UUID
data.event_appearances[].eventobjectEvent details (uuid, slug, name, type, image)
data.event_appearances[].appearance_typestringRole at event (e.g., speaker, sponsor)
data.event_appearances[].event_starts_onstringEvent start date
data.num_event_appearancesintegerTotal number of event appearances
data.hubsarrayAssociated Crunchbase hubs
data.hubs[].uuidstringHub UUID
data.hubs[].slugstringHub slug
data.hubs[].namestringHub name
data.hubs[].typestringEntity type (always "hub")
data.hubs[].imagestringHub image URL
data.num_investmentsintegerTotal personal investments
data.num_lead_investmentsintegerNumber of lead investments
data.num_partner_investmentsintegerInvestments made through a firm
data.num_founded_organizationsintegerNumber of organizations founded
data.num_portfolio_companiesintegerNumber of portfolio companies
data.num_current_advisor_jobsintegerCurrent advisory roles
data.num_past_advisor_jobsintegerPast advisory roles
data.rank_principal_investorintegerInvestor rank
data.investmentsarrayPersonal investment records
data.investments[].uuidstringInvestment UUID
data.investments[].organizationobjectInvested company (uuid, slug, name, type, image)
data.investments[].funding_roundobjectFunding round details (uuid, slug, name, type, image)
data.partner_investmentsarrayInvestments made through a firm
data.partner_investments[].uuidstringInvestment UUID
data.partner_investments[].organizationobjectInvested company details
data.partner_investments[].funding_roundobjectFunding round details
data.exitsarrayPortfolio exits
data.exits[].organizationobjectExited company (uuid, slug, name, type, image)
data.exits[].short_descriptionstringDescription of the exited company
data.timelinearrayTimeline entries (press, funds, investments)
data.timeline[].uuidstringEntry UUID
data.timeline[].entity_typestringType: press_reference, fund, funding_round, etc.
data.timeline[].datestringEntry date
data.timeline[].titlestringEntry title
data.timeline[].imagestring/nullAssociated image URL
data.timeline[].urlstring/nullSource URL
data.timeline[].publisherstring/nullPublisher name
data.timeline[].authorstring/nullAuthor name
data.timeline[].thumbnail_urlstring/nullThumbnail image URL
data.timeline[].investment_typestring/nullInvestment type (for funding entries)
data.timeline[].participantsarrayPeople/orgs involved in the event
data.recent_pressarrayRecent press references
data.recent_press[].titlestringArticle title
data.recent_press[].urlstringArticle URL
data.recent_press[].posted_onstringPublication date
data.recent_press[].publisherstringPublisher name
data.recent_press[].authorstringAuthor name
data.recent_press[].thumbnail_urlstring/nullThumbnail image URL
data.num_timeline_entriesintegerTotal timeline entries
data.num_articlesintegerTotal article mentions
data.uuidstringPerson’s Crunchbase UUID
data.profile_created_atstringWhen the profile was first created (ISO 8601)
data.profile_updated_atstringWhen the profile was last updated (ISO 8601)
_metaobjectCache metadata
_meta.is_cachedbooleanWhether response came from cache
_meta.cached_atnumberCache timestamp (Unix)
_meta.cached_at_isostringCache timestamp (ISO 8601)
request_paramsobjectEcho of request parameters

Code Examples

 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
import requests

url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/person/details"

params = {
    "id": "marc-andreessen",
    "fresh": "true"
}

headers = {
    "X-RapidAPI-Key": "YOUR_API_KEY",
    "X-RapidAPI-Host": "crunchbase-extractor-full-api3.p.rapidapi.com"
}

response = requests.get(url, headers=headers, params=params)
person = response.json()["data"]

print(f"{person['name']}{person['primary_job_title']}")
print(f"Investor: {person['is_investor']}")
print(f"Investments: {person['num_investments']} personal, {person['num_partner_investments']} partner")

print("\nCurrent Jobs:")
for job in person["current_jobs"]:
    print(f"  {job['title']} @ {job['organization']['name']} (since {job['started_on']})")

print("\nEducation:")
for edu in person["education"]:
    print(f"  {edu['degree_type']} in {edu['subject']}{edu['school']['name']}")
 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
const url = "https://crunchbase-extractor-full-api3.p.rapidapi.com/person/details";

const params = new URLSearchParams({
  id: "marc-andreessen",
  fresh: "true",
});

const response = await fetch(`${url}?${params}`, {
  method: "GET",
  headers: {
    "X-RapidAPI-Key": "YOUR_API_KEY",
    "X-RapidAPI-Host": "crunchbase-extractor-full-api3.p.rapidapi.com",
  },
});

const { data: person } = await response.json();

console.log(`${person.name}${person.primary_job_title}`);
console.log(`Investor: ${person.is_investor}`);
console.log(`Investments: ${person.num_investments} personal, ${person.num_partner_investments} partner`);

console.log("\nCurrent Jobs:");
person.current_jobs.forEach((job) => {
  console.log(`  ${job.title} @ ${job.organization.name} (since ${job.started_on})`);
});

console.log("\nEducation:");
person.education.forEach((edu) => {
  console.log(`  ${edu.degree_type} in ${edu.subject}${edu.school.name}`);
});
1
2
3
4
5
curl -G "https://crunchbase-extractor-full-api3.p.rapidapi.com/person/details" \
  --data-urlencode "id=marc-andreessen" \
  --data-urlencode "fresh=true" \
  -H "X-RapidAPI-Key: YOUR_API_KEY" \
  -H "X-RapidAPI-Host: crunchbase-extractor-full-api3.p.rapidapi.com"
Start building today

Get your API key and make your first request in under a minute.

Get Your API Key on RapidAPI