GET
/
api
/
v2
/
crunchbase
/
company
/
info
curl --location --request GET 'https://piloterr.com/api/v2/crunchbase/company/info?query=https://www.crunchbase.com/organization/openai' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "uuid": "cf2c678c-b81a-80c3-10d1-9c5e76448e51",
    "logo": "https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_170,w_170,f_auto,b_white,q_auto:eco,dpr_1/jjykwqqhsscreywea4gb",
    "name": "OpenAI",
    "permalink": "openai",
    "website": "https://www.openai.com",
    "employee_count": "501-1000",
    "phone_number": null,
    "aliases": [
        "OpenAI LP"
    ],
    "founded": "2015-12-11",
    "company_type": "for profit",
    "operating_status": "active",
    "tags": [
        "unicorn"
    ],
    "headline": "OpenAI is an AI research and deployment company that conducts research and implements machine learning.",
    "description": "OpenAI is an AI research and deployment company that conducts research and implements machine learning. The research organization is dedicated to advancing artificial intelligence in a safe and beneficial manner.",
    "funding_rounds_headline": {
        "funding_total": {
            "value": 11300120000,
            "currency": "USD",
            "value_usd": 11300120000
        },
        "num_funding_rounds": 7
    },
    "company_financials_highlights": {
            "num_lead_investments": 1,
            "num_funds": 1,
            "num_investments": 3,
            "num_investors": 12,
            "num_lead_investors": 3,
            "funding_total": {
            "value": 11300120000,
            "currency": "USD",
            "value_usd": 11300120000
        },
        "num_funding_rounds": 7
    },
    "social_networks": [
        {
            "name": "facebook",
            "url": "https://www.facebook.com/openai.research"
        },
        {
            "name": "linkedin",
            "url": "https://www.linkedin.com/company/openai"
        },
        {
            "name": "twitter",
            "url": "https://twitter.com/OpenAI"
        }
    ],
    "semrush_summary": {
        "semrush_global_rank": 36,
        "semrush_visits_latest_month": 2015921063
    },
    "categories": [
        {
            "uuid": "c4d8caf3-5fe7-359b-f9f2-2d708378e4ee",
            "permalink": "artificial-intelligence",
            "name": "Artificial Intelligence"
        },
        {
            "uuid": "5ea0cdb7-c9a6-47fc-50f8-c9b0fac04863",
            "permalink": "machine-learning",
            "name": "Machine Learning"
        },
        {
            "uuid": "789bbbef-c46e-1532-a68d-f17da87090ea",
            "permalink": "natural-language-processing",
            "name": "Natural Language Processing"
        },
        {
            "uuid": "c08b5441-a05b-9777-b7a6-012728caddd9",
            "permalink": "software",
            "name": "Software"
        }
    ],
    "location": [
        {
            "uuid": "528f5e3c-90d1-1111-5d1c-2e4ff979d58e",
            "permalink": "san-francisco-california",
            "name": "San Francisco",
            "type": "city"
        },
        {
            "uuid": "eb879a83-c91a-121e-0bb8-829782dbcf04",
            "permalink": "california-united-states",
            "name": "California",
            "type": "region"
        },
        {
            "uuid": "f110fca2-1055-99f6-996d-011c198b3928",
            "permalink": "united-states",
            "name": "United States",
            "type": "country"
        },
        {
            "uuid": "b25caef9-a1b8-3a5d-6232-93b2dfb6a1d1",
            "permalink": "north-america",
            "name": "North America",
            "type": "continent"
        }
    ]
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A query to search for a company.

domain
string

A domain name to search for a company (reverse website lookup) like piloterr.com, https://piloterr.com.

Response

company
Company Object
uuid
string

The UUID of the company

logo
string

The URL of the company logo

name
string

The name of the company

permalink
string

The permalink of the company

website
string

The website of the company

employee_count
string

The number of employees of the company : 1-10, 11-50, 51-100, 101-250, 251-500, 501-1000, 1001-5000, 5001-10000, 10001+

phone_number
string

The phone number of the company

aliases
array

The aliases of the company

founded
string

The date of the company creation

company_type
string

The type of the company : for profit or non profit

operating_status
string

The operating status of the company

tags
array

The tags of the company

headline
string

The headline of the company

description
string

The description of the company

funding_rounds_headline
object
funding_total
object
value
number

The total funding of the company

currency
string

The currency of the total funding of the company

value_usd
number

The total funding of the company in USD

num_funding_rounds
number

The number of funding rounds of the company

company_financials_highlights
object
num_lead_investments
number

The number of lead investments of the company

num_funds
number

The number of funds of the company

num_investments
number

The number of investments of the company

num_investors
number

The number of investors of the company

num_lead_investors
number

The number of lead investors of the company

funding_total
object
value
number

The total funding of the company

currency
string

The currency of the total funding of the company

value_usd
number

The total funding of the company in USD

num_funding_rounds
number

The number of funding rounds of the company

social_networks
list
facebook
string

The facebook URL of the company

twitter
string

The twitter URL of the company

linkedin
string

The linkedin URL of the company

semrush_summary
object
semrush_global_rank
number

The global rank of the company on SEMRush

semrush_visits_latest_month
number

The number of visits of the company on SEMRush during the latest month

categories
list
uuid
string

The UUID of the category

permalink
string

The permalink of the category

name
string

The name of the category

location
list
uuid
string

The UUID of the location

permalink
string

The permalink of the location

name
string

The name of the location

type
string

The type of the location