Get Crunchbase organization
GET/crunchbase/organization/:id
Retrieves all available Crunchbase fields for the specified organization ID, including name, description, funding, location, founders, etc.
Crunchbase Organization in response
\{
"code": 200,
"msg": "OK",
"data": \{
"id": "2c6ee24b09816a6f14f95d1698b24ead",
"crunchbase_id": "openai",
"cb_url": "https://www.crunchbase.com/organization/openai",
"name": "OpenAI",
"about": "OpenAI creates artificial intelligence technologies to assist with tasks and provide support for human activities.",
"locations": [
"San Francisco",
"California",
"United States"
],
"city": "San Francisco",
"state": "California",
"country": "United States",
"number_of_employees": "1001-5000",
"cb_rank": 1,
"last_funding_type": "Venture - Series Unknown",
"website": "https://www.openai.com",
"industries": [
"Artificial Intelligence (AI)",
"Generative AI",
"Machine Learning",
"Natural Language Processing",
"SaaS"
],
"location_groups": [
"San Francisco Bay Area",
"West Coast",
"Western US"
],
"founded_date": "2015-12-11T00:00:00Z",
"founders": [
\{
"id": "andrej-karpathy-7d6e",
"name": "Andrej Karpathy"
\},
\{
"id": "durk-kingma",
"name": "Durk Kingma"
\},
\{
"id": "elon-musk",
"name": "Elon Musk"
\},
\{
"id": "greg-brockman",
"name": "Greg Brockman"
\},
\{
"id": "ilya-sutskever",
"name": "Ilya Sutskever"
\},
\{
"id": "john-schulman-950d",
"name": "John Schulman"
\},
\{
"id": "pamela-vagata",
"name": "Pamela Vagata"
\},
\{
"id": "sam-altman",
"name": "Sam Altman"
\},
\{
"id": "trevor-blackwell",
"name": "Trevor Blackwell"
\},
\{
"id": "vicki-cheung",
"name": "Vicki Cheung"
\},
\{
"id": "wojciech-zaremba",
"name": "Wojciech Zaremba"
\}
],
"operating_status": "Active",
"legal_name": "OpenAI Inc.",
"stock_symbol": "",
"company_type": "For Profit",
"contact_email": "[email protected]",
"phone_number": "(800) 217-3145",
"description": "OpenAI is an AI research and deployment company that conducts research and develops machine learning technologies. OpenAI works on projects that involve autonomous learning and task performance. It serves industries such as technology, healthcare, and education.",
"social_media_links": \{
"Facebook": "https://www.facebook.com/openai",
"LinkedIn": "https://www.linkedin.com/company/openai",
"Twitter": "https://x.com/OpenAI"
\},
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z"
\}
\}
Request
Responses
- 200
- 400
- 429
- 500
Organization data
Organization ID is required
Rate limit exceeded
Failed to fetch organization data