Company Lookup

This API enables you to retrieve comprehensive information associated with an a company or domain name.

cURL 'https://api.enrich.so/v1/api/company?name=<example company>&domain=<example.com>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'

Example response

{
    "name": "Google",
    "universal_name": "google",
    "company_id": 1441,
    "description": "A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone.\n\nCheck out our career opportunities at goo.gle/3DLEokh",
    "phone": null,
    "followers": 31797199,
    "urls": {
        "company_page": "https://goo.gle/3DLEokh",
        "li_url": "https://www.linkedin.com/company/google"
    },
    "industries": [
        "Software Development"
    ],
    "images": {
        "logo": "https://media.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_400_400/0/1519856215226?e=1704326400&v=beta&t=SkkwvOSeN0t77eRcO6bnX-vqTqmZhdA-kMVvKoVCe6I",
        "cover": "https://media.licdn.com/dms/image/D4E3DAQFqgeEvzgMxSA/image-scale_191_1128/0/1668202316205/google_cover?e=1696798800&v=beta&t=MZkvxTa6SAX3sE6j8XqZEZvtBCtZvEptwwfXcgzLUB8"
    },
    "tagline": null,
    "founded": null,
    "type": "Public Company",
    "staff": {
        "total": 288580,
        "range": {
            "start": 10001,
            "end": null
        }
    },
    "call_to_action": {
        "url": "https://goo.gle/3DLEokh",
        "text": "Visit website"
    },
    "locations": {
        "headquarter": {
            "country": "US",
            "geographic_area": "CA",
            "city": "Mountain View",
            "postal_code": "94043",
            "line1": "1600 Amphitheatre Parkway",
            "line2": null,
            "description": null
        },
        "other": [
            {
                "country": "US",
                "geographic_area": "CA",
                "city": "Mountain View",
                "postal_code": "94043",
                "line1": "1600 Amphitheatre Parkway",
                "line2": null,
                "description": null
            },
            {
                "country": "US",
                "geographic_area": "NY",
                "city": "New York",
                "postal_code": "10011",
                "line1": "111 8th Ave",
                "line2": null,
                "description": null
            },
            {
                "country": "NL",
                "geographic_area": "North Holland",
                "city": "Amsterdam",
                "postal_code": "1082 MD",
                "line1": "Claude Debussylaan 34",
                "line2": null,
                "description": null
            },
            {
                "country": "BR",
                "geographic_area": "SP",
                "city": "Sao Paulo",
                "postal_code": "04538-133",
                "line1": "Avenida Brigadeiro Faria Lima, 3477",
                "line2": null,
                "description": null
            }
        ]
    },
    "specialities": [
        "search",
        "ads",
        "mobile",
        "android",
        "online video",
        "apps",
        "machine learning",
        "virtual reality",
        "cloud",
        "hardware",
        "artificial intelligence",
        "youtube",
        "software"
    ],
    "funding_data": {
        "num_of_funding_rounds": 3,
        "last_funding_round": {
            "funding_type": "SERIES_A",
            "money_raised": {
                "currency": "USD",
                "amount": 25000000
            },
            "announced_on": {
                "month": 6,
                "day": 7,
                "year": 1999
            },
            "lead_investors": [
                {
                    "name": "Sequoia Capital",
                    "logo": "https://media.licdn.com/dms/image/sync/D4D38AQFTbW9ThA5fOw/crunchbase_investor_logo_100/0/1695257094396?e=1696798800&v=beta&t=8ihkiBeObeNdWBq5Yqyn-iZGf7VBvl_HBLmZ4AnIjEg",
                    "investor_url": "https://www.crunchbase.com/organization/sequoia-capital?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=investor"
                },
                {
                    "name": "Kleiner Perkins",
                    "logo": "https://media.licdn.com/dms/image/sync/D4D38AQFcDueDDWFLRw/crunchbase_investor_logo_100/0/1695257094677?e=1696798800&v=beta&t=gWxAlNUuNYJzGmdehyR_5foQ4Hb9Onswds15wsTG3v0",
                    "investor_url": "https://www.crunchbase.com/organization/kleiner-perkins-caufield-byers?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=investor"
                }
            ],
            "num_of_other_investors": 6,
            "round_url": "https://www.crunchbase.com/funding_round/google-series-a--6c4715f9?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=last_funding"
        },
        "organization_url": "https://www.crunchbase.com/organization/google?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=profile_cta",
        "funding_rounds_url": "https://www.crunchbase.com/organization/google/funding_rounds/funding_rounds_list?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=all_fundings"
    },
    "hashtags": [
        "google"
    ],
    "domain": "https://goo.gle/3DLEokh",
    "total_credits": 298806,
    "credits_used": -32879,
    "credits_remaining": 331685
}

Last updated