# Crunchbase Company Info ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/crunchbase/company/info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 2 credits per call | | **Documentation** | https://www.piloterr.com/library/crunchbase-company-info | ## Description Convert URLs into detailed Crunchbase profiles for immediate company insights. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/crunchbase/company/info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Company lookup by name 'openai' ```json { "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/jjykwqqhsscreywea4gb", "name": "OpenAI", "tags": [ "unicorn" ], "uuid": "cf2c678c-b81a-80c3-10d1-9c5e76448e51", "aliases": [ "OpenAI LP" ], "founded": "2015-12-11", "website": "https://www.openai.com", "headline": "OpenAI creates artificial intelligence technologies to assist with tasks and provide support for human activities.", "location": [ { "name": "San Francisco", "type": "city", "uuid": "528f5e3c-90d1-1111-5d1c-2e4ff979d58e", "permalink": "san-francisco-california" }, { "name": "California", "type": "region", "uuid": "eb879a83-c91a-121e-0bb8-829782dbcf04", "permalink": "california-united-states" }, { "name": "United States", "type": "country", "uuid": "f110fca2-1055-99f6-996d-011c198b3928", "permalink": "united-states" }, { "name": "North America", "type": "continent", "uuid": "b25caef9-a1b8-3a5d-6232-93b2dfb6a1d1", "permalink": "north-america" } ], "permalink": "openai", "categories": [ { "name": "Artificial Intelligence (AI)", "uuid": "c4d8caf3-5fe7-359b-f9f2-2d708378e4ee", "permalink": "artificial-intelligence" }, { "name": "Generative AI", "uuid": "8314a534-8f18-4ee0-869b-05bc6e46258e", "permalink": "generative-ai" }, { "name": "Machine Learning", "uuid": "5ea0cdb7-c9a6-47fc-50f8-c9b0fac04863", "permalink": "machine-learning" } ], "description": "OpenAI is an AI research and deployment company that conducts research and develops machine learning technologies.", "company_type": "for profit", "phone_number": "(800) 217-3145", "employee_count": "251-500", "semrush_summary": { "semrush_global_rank": 30, "semrush_visits_latest_month": 1478777166 }, "social_networks": [ { "url": "https://www.facebook.com/openai", "name": "facebook" }, { "url": "https://www.linkedin.com/company/openai", "name": "linkedin" }, { "url": "https://www.twitter.com/OpenAI", "name": "twitter" } ], "operating_status": "active", "funding_rounds_headline": { "funding_total": { "value": 21900120000, "currency": "USD", "value_usd": 21900120000 }, "num_funding_rounds": 10 }, "company_financials_highlights": { "num_exits": 1, "num_funds": 1, "funding_total": { "value": 21900120000, "currency": "USD", "value_usd": 21900120000 }, "num_investors": 39, "num_investments": 16, "num_funding_rounds": 10, "num_lead_investors": 9, "num_lead_investments": 6 } } ``` ### Reverse domain lookup 'piloterr.com' ```json { "logo": "https://images.crunchbase.com/image/upload/c_pad,h_45,w_45,f_auto,b_white,q_auto:eco,dpr_1/bb2a781e2ebf4221ae24f7ef37bf9f58", "name": "Piloterr", "tags": null, "uuid": "e734d8a0-5baa-45eb-88da-65c8f736f75c", "aliases": [ "Piloterr API" ], "founded": null, "website": "https://www.piloterr.com", "headline": "Web scraping and data management API that helps businesses extract data and handle crawlers and proxies on a unified interface.", "location": [ { "name": "Toulouse", "type": "city" }, { "name": "Occitanie", "type": "region" }, { "name": "France", "type": "country" }, { "name": "Europe", "type": "continent" } ], "permalink": null, "categories": [], "description": "Piloterr is a web scraping and data management API platform providing structured data extraction endpoints for platforms such as LinkedIn, Amazon, Crunchbase, and more.", "company_type": null, "phone_number": null, "employee_count": null, "social_networks": [], "operating_status": "active", "funding_rounds_headline": { "funding_total": null, "num_funding_rounds": 0 }, "company_financials_highlights": { "num_investors": 0, "num_investments": 0, "num_funding_rounds": 0 } } ``` ## Documentation ## Overview Retrieve detailed company profiles from Crunchbase by searching via company name, permalink, UUID, or Crunchbase URL. Alternatively, perform a **reverse domain lookup** to find the Crunchbase record associated with any domain. Returns funding data, employee count, categories, social networks, SEMrush traffic stats, and more. ## Quickstart ``` GET https://api.piloterr.com/v2/crunchbase/company/info?query=openai GET https://api.piloterr.com/v2/crunchbase/company/info?domain=piloterr.com ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | no | Company name, permalink, UUID, or full Crunchbase URL. Mutually exclusive with `domain`. | | `domain` | string | no | Domain name for reverse lookup (e.g. `openai.com`). Mutually exclusive with `query`. | ## Response fields | Field | Type | Description | |---|---|---| | `uuid` | string | Unique Crunchbase identifier | | `name` | string | Company name | | `logo` | string | Logo image URL | | `permalink` | string | Crunchbase permalink | | `website` | string | Company website URL | | `headline` | string | Short tagline | | `description` | string | Full company description | | `founded` | string | Founding date | | `company_type` | string | `for profit` or `non profit` | | `operating_status` | string | Current operating status | | `employee_count` | string | Employee range (e.g. `501-1000`) | | `phone_number` | string\|null | Contact phone number | | `aliases` | array | Alternative company names | | `tags` | array | Labels such as `unicorn` | | `categories` | array | Industry categories with uuid and permalink | | `location` | array | City, region, country, continent | | `social_networks` | array | Facebook, LinkedIn, Twitter URLs | | `funding_rounds_headline.funding_total` | object | Total funding amount and currency | | `funding_rounds_headline.num_funding_rounds` | number | Number of funding rounds | | `company_financials_highlights` | object | Investors, investments, funds counts | | `semrush_summary` | object | Global rank and monthly visits | | `overview_timeline` | object | Recent press references and events | ## Notes - Use either `query` **or** `domain`: never both in a single request. - The `domain` parameter supports both plain domains (`openai.com`) and full URLs (`https://openai.com`). - Some fields may be `null` for lesser-known companies. ## Main use cases - Enrich CRM records with live firmographic data from Crunchbase (funding, employee count, categories) - Identify the Crunchbase profile of any company via reverse domain lookup for lead qualification - Monitor startup funding history and investor lists for competitive intelligence - Build automated prospect enrichment pipelines that append Crunchbase data to outbound leads