Crunchbase Company

/api/v2/crunchbase/company_info API endpoint allows you to scrape Crunchbase company profile, members, investors...

API Parameters

NameTitleTypeDescription
query *Crunchbase company pageparameterA crunchbase page url `https://www.crunchbase.com/organization/airbus-group` or slug like `airbus-group`.
x_api_key *Piloterr API keyparameterParameter defines the Piloterr private key to use.

Endpoint

GET https://piloterr.com/api/v2/crunchbase/company_info?query=airbus-group&x_api_key=xxxxxx

Example

{
    "name": "Airbus",
    "legal_name": "Airbus",
    "alternate_name": [
        "EADS",
        "Airbus Group"
    ],
    "logo": "https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/v1481743171/kdj3xapgcqrd5yrzgnk8.png",
    "url": "https://www.crunchbase.com/organization/airbus-group",
    "description": "Airbus is an aircraft manufacturer whose customer focus, commercial know-how, technological leadership, and manufacturing efficiency.",
    "social_networks": [
        "https://www.facebook.com/airbus",
        "https://www.linkedin.com/showcase/airbus",
        "https://twitter.com/Airbus",
        "http://www.airbus.com"
    ],
    "founding_date": "1970-12-18",
    "city": "Blagnac",
    "region": "Midi-Pyrenees",
    "country": "France",
    "founders": [
        {
            "name": "xx",
            "url": "https://www.crunchbase.com/person/xx",
            "image": "https://res.cloudinary.com/crunchbase-production/image/upload/xx"
        }
    ],
    "employees": [
        {
            "name": "xx",
            "url": "https://www.crunchbase.com/person/xx",
            "title": "CEO",
            "image": "https://res.cloudinary.com/crunchbase-production/image/upload/xx"
        }
    ],
    "members": [
        {
            "name": "xx",
            "url": "https://www.crunchbase.com/person/xx",
            "image": "https://res.cloudinary.com/crunchbase-production/image/upload/xx"
        }
    ]
}

We respect your privacy.

This website uses cookies to help personalize your online experience. Learn more.