Enrich API Documentation
  • Introduction
    • Authentication
    • Rate Limit
    • Credit Usage
  • Reference
    • Check Credit Usage
    • Email to Profile data
    • Email to IP
    • Email Finder
    • Profile URL to Work Email V2
    • Profile URL to Personal Email
    • Verify Emails—Even Behind Catch-Alls
    • Company Lookup
    • Company Funding and Traffic
    • Linkedin Public Profile Enrichment
    • Phone Number Finder
    • Find post details by URL
    • Search Posts
    • Bulk enrichment
    • Email to Phone Number
    • Email to Person Lite
    • Reverse email append
    • Disposable/Spam Email Check
    • IP to Company
    • Logo API
    • Search People Activities
    • Search Company Activities
    • Search Post Reactions
    • Search Post Reactions by URL
    • Search Post Comments
    • Search Post Comments by URL
    • Search Company
    • Search Similar Companies
    • Search People
    • Sales Pointer - People
    • Sales Pointer - People by URL
    • Sales Pointer - Company
    • Sales Pointer - Company by URL
    • Search Company Employees
    • Search Jobs
    • Web search
    • Serp Search
    • News Search
    • Maps Search
    • Places Search
    • Videos Search
    • Shopping Search
    • Image Search
  • Changelog
Powered by GitBook
On this page
  1. Reference

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'
const axios = require('axios');

axios.get('https://api.enrich.so/v1/api/company?name=<example company>&domain=<example.com>', {
    headers: {accept: 'application/json', Authorization: 'Bearer <token>'}
})
  .then(response => {
    console.log(response.data);
  })
  .catch(error => {
    console.log(error);
  });
import requests
payload = {'name':'example company', 'domain': 'example.com'}
headers = {'accept': 'application/json', 'authorization': 'Bearer <token>'}
resp = requests.get('https://api.enrich.so/v1/api/company', params=payload, headers=headers)
print (resp.text)
OkHttpClient client = new OkHttpClient();

Request request = new Request.Builder()
  .url("https://api.enrich.so/v1/api/company?name=example&domain=example.com")
  .get()
  .addHeader("accept", "application/json")
  .addHeader("authorization", "Bearer <token>")
  .build();

Response response = client.newCall(request).execute();
require 'uri'
require 'net/http'

url = URI("https://api.enrich.so/v1/api/company?name=example&domain=example.com")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["accept"] = 'application/json'
request["authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
<?php

$curl = curl_init();

curl_setopt_array($curl, [
  CURLOPT_URL => "https://api.enrich.so/v1/api/company?name=example&domain=example.com",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => "",
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 30,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => "GET",
  CURLOPT_HTTPHEADER => [
    "accept: application/json",
    "authorization: Bearer <token>"
  ],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
  echo "cURL Error #:" . $err;
} else {
  echo $response;
}

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
}
PreviousVerify Emails—Even Behind Catch-AllsNextCompany Funding and Traffic

Last updated 4 months ago