Skip to main content

Get Crunchbase person

GET 

/crunchbase/person/:id

Retrieves all available Crunchbase fields for the specified person ID, including name, title, biography, affiliations, etc.

Crunchbase Person in response
\{
"code": 200,
"msg": "OK",
"data": \{
"id": "ab0e4c9635b4f071ac70d79470cfda3d",
"crunchbase_id": "vicki-cheung",
"cb_url": "https://www.crunchbase.com/person/vicki-cheung",
"name": "Vicki Cheung",
"about": "Vicki Cheung currently serves as the co-founder and CTO at Gantry. Previously, Vicki spent over two years at Lyft as a senior staff software engineer and engineering manager. Vicki also worked at OpenAI as the head of infrastructure and founding engineer.",
"locations": [
"San Francisco Bay Area",
"California",
"United States"
],
"city": "San Francisco Bay Area",
"state": "California",
"country": "United States",
"regions": [
"West Coast",
"Western US"
],
"gender": "Female",
"social_media_links": \{
"Facebook": "https://www.facebook.com/vmcheung",
"LinkedIn": "https://www.linkedin.com/in/vickicheung",
"Twitter": "https://twitter.com/vmcheung"
\},
"primary_job_title": "Co-Founder and CTO",
"primary_organization_id": "gantry-590c",
"investor_type": "",
"investor_stage": "",
"number_of_exits": 0,
"number_of_investments": 0,
"personal_investments": null,
"job_summary": "Vicki Cheung is the Co-Founder and CTO at Gantry. Additionally, Vicki Cheung has had 4 past jobs including Senior Staff Software Engineer at Lyft.",
"experiences": [
\{
"organization_id": "gantry-590c",
"organization_name": " Gantry ",
"is_current": true,
"title": "Co-Founder and CTO",
"start_date": "2020-11-01T00:00:00Z"
\},
\{
"organization_id": "lyft",
"organization_name": " Lyft ",
"is_current": false,
"title": "Senior Staff Software Engineer",
"start_date": "2020-01-01T00:00:00Z",
"end_date": "2020-10-01T00:00:00Z"
\},
\{
"organization_id": "lyft",
"organization_name": " Lyft ",
"is_current": false,
"title": "Engineering Manager",
"start_date": "2018-02-01T00:00:00Z",
"end_date": "2019-12-01T00:00:00Z"
\},
\{
"organization_id": "openai",
"organization_name": " OpenAI ",
"is_current": false,
"title": "Head Of Infrastructure & Founding Engineer",
"start_date": "2015-12-01T00:00:00Z",
"end_date": "2017-12-01T00:00:00Z"
\},
\{
"organization_id": "duolingo",
"organization_name": " Duolingo ",
"is_current": false,
"title": "Founding Engineer",
"start_date": "2010-05-01T00:00:00Z",
"end_date": "2014-11-01T00:00:00Z"
\}
],
"educations": [
\{
"organization_id": "carnegie-mellon-university",
"organization_name": " Carnegie Mellon University ",
"degree": "B.S.",
"field_of_study": "Computer Science"
\}
],
"board_and_advisor_roles": null,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z"
\}
\}

Request

Responses

Person data