Piloterr

Crunchbase Company Info

Convert URLs into detailed Crunchbase profiles for immediate company insights.

Credit cost: 2 credits per call

GET
/v2/crunchbase/company/info

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query?string

Search for a company by its name, permalink, or full Crunchbase URL.

  • openai: Search by company name or slug
  • e8faa410-c307-482b-a389-74c6507ed242: Search by UUID
  • https://www.crunchbase.com/organization/openai: Full Crunchbase organization URL

Note: Mutually exclusive with domain — use one or the other, never both.

Example:

openai
domain?string

Perform a reverse lookup by domain name to find the associated Crunchbase company profile.

Accepted formats:

  • piloterr.com: Plain domain name
  • https://piloterr.com: Full URL with protocol

Note: Mutually exclusive with query — use one or the other, never both.

Example:

piloterr.com

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/crunchbase/company/info"

{
  "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
  }
}

{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}