# Company Enrichment

To get more detail about the API parameters, response types and sample calls, click the arrow to the right on the card below.

## Enrich a company&#x20;

<mark style="color:blue;">`GET`</mark> `https://api.exactbuyer.com/v1/company`

This endpoint allows you to enrich a single company via the website URL. We clean the input domain and remove any subdomain before enrichment.

#### Query Parameters

| Name            | Type    | Description                                                                                |
| --------------- | ------- | ------------------------------------------------------------------------------------------ |
| url             | string  | The URL of the company's website e.g. exactbuyer.com                                       |
| fetch\_realtime | boolean | Enable realtime data fetching. This may increase the latency by 30 seconds. Default: false |

#### Headers

| Name      | Type   | Description  |
| --------- | ------ | ------------ |
| X-API-Key | string | Your API key |

{% tabs %}
{% tab title="200 Company enriched successfully." %}

```json
{
    "result": {
        "_id": "exactbuyer",
        "employees": [ 
        /* a sample list of employees at the company. */
            {
                "employee_name": "Haris Muneer",
                "job_title": "Founding Member",
                "linkedin_url": "pk.linkedin.com/in/harismuneer"
            },
            {
                "employee_name": "Dylan Rochon-Terry",
                "job_title": "Data Science Intern ",
                "linkedin_url": "ca.linkedin.com/in/dylan-rochon-terry"
            },
            {
                "employee_name": "Yann Bonzom",
                "job_title": "Data Science Intern",
                "linkedin_url": "ca.linkedin.com/in/yann-bonzom"
            },
            {
                "employee_name": "Andrew Wood",
                "job_title": "Software Engineer Intern",
                "linkedin_url": "https://ca.linkedin.com/in/-andrewwood"
            },
            {
                "employee_name": "Jennifer Morris",
                "job_title": "Data Solutions Specialist",
                "linkedin_url": "linkedin.com/in/jennifer-morris-5170491a8"
            },
            {
                "employee_name": "Daniel Ben Ari",
                "job_title": "Account Executive",
                "linkedin_url": "https://www.linkedin.com/in/daniel-ben-ari-7219301a6"
            }
        ],
        "funding": {
            "funding_rounds_list": [],
            "investments": {},
            "investors": {},
            "total_funding_amount": null
        },
        "overview": {
            "company_size": [
                11,
                50
            ],
            "company_size_on_linkedin": 12,
            "company_type": "PRIVATELY_HELD",
            "description": "Exact Buyer provides audience intelligence data to Account Based Sales & Marketing teams. Go beyond list building and retargeting with ExactBuyer’s proprietary audiences across all of your digital channels for 2-3x increases in multi-channel campaign revenue.",
            "follower_count": 520,
            "founded_year": 2019,
            "hq": {
                "city": "New York",
                "country": "US",
                "is_hq": true,
                "line_1": null,
                "postal_code": "11215",
                "state": "NY"
            },
            "industry": "Internet",
            is_ecommerce: false,
            "last_updated": "1 week ago",
            "linkedin_url": "https://www.linkedin.com/company/exactbuyer",
            "locations": [
                {
                    "city": "New York",
                    "country": "US",
                    "is_hq": true,
                    "line_1": null,
                    "postal_code": "11215",
                    "state": "NY"
                }
            ],
            "name": "ExactBuyer",
            "profile_pic_url": "https://api.exactbuyer.com/v1/image/company/a592bcca1326933d84d1cda44cfa95dc698f05c6",
            "similar_companies": [
                {
                    "industry": "Computer Software",
                    "link": "https://www.linkedin.com/company/gorgias",
                    "location": "San Francisco, California",
                    "name": "Gorgias"
                },
                {
                    "industry": "Information Services",
                    "link": "https://www.linkedin.com/company/charm-io",
                    "location": "Chicago, IL",
                    "name": "Charm.io"
                },
                {
                    "industry": "Venture Capital & Private Equity",
                    "link": "https://www.linkedin.com/company/dealtorch",
                    "location": "New York, New York",
                    "name": "Dealtorch"
                },
                {
                    "industry": "Financial Services",
                    "link": "https://www.linkedin.com/company/true-source-capital",
                    "location": "Grand Rapids, MI",
                    "name": "True Source Capital"
                },
                {
                    "industry": "Health, Wellness and Fitness",
                    "link": "https://www.linkedin.com/company/greenwitch",
                    "location": "Brooklyn, New York",
                    "name": "Green Witch"
                },
                {
                    "industry": "Motion Pictures and Film",
                    "link": "https://www.linkedin.com/company/three-dollar-bill-cinema",
                    "location": "Seattle, WA",
                    "name": "Three Dollar Bill Cinema"
                },
                {
                    "industry": "Human Resources",
                    "link": "https://www.linkedin.com/company/akron-area-shrm",
                    "location": "Akron, OH",
                    "name": "Akron Area SHRM"
                },
                {
                    "industry": "Computer Software",
                    "link": "https://www.linkedin.com/company/oneshot-ai",
                    "location": null,
                    "name": "OneShot.ai"
                },
                {
                    "industry": "Media Production",
                    "link": "https://www.linkedin.com/company/spoton-productions",
                    "location": "Liberty Township, Ohio",
                    "name": "SpotOn Productions"
                },
                {
                    "industry": "Information Technology and Services",
                    "link": "https://ca.linkedin.com/company/cyberlobe-technologies",
                    "location": null,
                    "name": "Cyberlobe Technologies"
                }
            ],
            "social_fields": {
                "linkedin": {
                    "value": "https://www.linkedin.com/company/exactbuyer"
                },
                "twitter": {
                    "value": "https://twitter.com/exactbuyer"
                }
            },
            "specialities": [
                "Sales Intelligence",
                "Audience Intelligence",
                "Account Based Marketing",
                "Account Based Sales",
                "Digital Marketing",
                "Audience Enrichment"
            ],
            "tagline": "ExactBuyer provides audience intelligence that helps B2B companies discover and target their total addressable market.",
            "universal_name_id": "exactbuyer",
            "website": "https://www.exactbuyer.com/"
        },
        "technologies": [
            {
                "categories": [
                    "Page builders"
                ],
                "icon": "webflow.svg",
                "name": "Webflow",
                "website": "https://webflow.com"
            },
            {
                "categories": [
                    "Caching"
                ],
                "icon": "Varnish.svg",
                "name": "Varnish",
                "website": "http://www.varnish-cache.org"
            },
            {
                "categories": [
                    "Web servers",
                    "Reverse proxies"
                ],
                "icon": "Nginx.svg",
                "name": "Nginx",
                "website": "http://nginx.org/en"
            },
            {
                "categories": [
                    "Web servers"
                ],
                "icon": "OpenResty.png",
                "name": "OpenResty",
                "website": "http://openresty.org"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Twitter.svg",
                "name": "Twitter Analytics",
                "website": "https://analytics.twitter.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Segment.svg",
                "name": "Segment",
                "website": "https://segment.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot Analytics",
                "website": "https://www.hubspot.com/products/marketing/analytics"
            },
            {
                "categories": [
                    "Font scripts"
                ],
                "icon": "Google Font API.png",
                "name": "Google Font API",
                "website": "http://google.com/fonts"
            },
            {
                "categories": [
                    "JavaScript libraries"
                ],
                "icon": "jQuery.svg",
                "name": "jQuery",
                "website": "https://jquery.com"
            },
            {
                "categories": [
                    "Advertising"
                ],
                "icon": "Twitter.svg",
                "name": "Twitter Ads",
                "website": "https://ads.twitter.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Matomo.png",
                "name": "Matomo Analytics",
                "website": "https://matomo.org"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Linkedin.svg",
                "name": "Linkedin Insight Tag",
                "website": "https://business.linkedin.com/marketing-solutions/insight-tag"
            },
            {
                "categories": [
                    "Cookie compliance"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot Cookie",
                "website": "https://knowledge.hubspot.com/reports/what-cookies-does-hubspot-set-in-a-visitor-s-browser"
            },
            {
                "categories": [
                    "Live chat"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot Chat",
                "website": "https://www.hubspot.com/products/crm/live-chat"
            },
            {
                "categories": [
                    "Marketing automation"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot",
                "website": "https://www.hubspot.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Hotjar.svg",
                "name": "Hotjar",
                "website": "https://www.hotjar.com"
            },
            {
                "categories": [
                    "Tag managers"
                ],
                "icon": "Google Tag Manager.svg",
                "name": "Google Tag Manager",
                "website": "http://www.google.com/tagmanager"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Google Analytics.svg",
                "name": "Google Analytics",
                "website": "http://google.com/analytics"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Google.svg",
                "name": "Google Ads Conversion Tracking",
                "website": "https://support.google.com/google-ads/answer/1722022"
            },
            {
                "categories": [
                    "Webmail",
                    "Email"
                ],
                "icon": "Google Workspace.svg",
                "name": "Google Workspace",
                "website": "https://workspace.google.com/"
            }
        ],
        "website": "exactbuyer.com"
    }
}
```

{% endtab %}

{% tab title="404 Could not find the company." %}

```json
{
    "errorText": "No company found for randomcompany123.com"
}
```

{% endtab %}
{% endtabs %}

<details>

<summary>API Response</summary>

{% code title="Enriched Company" overflow="wrap" %}

```json
{
    "result": {
        "_id": "exactbuyer",
        "employees": [ 
        /* a sample list of employees at the company. */
            {
                "employee_name": "Haris Muneer",
                "job_title": "Founding Member",
                "linkedin_url": "pk.linkedin.com/in/harismuneer"
            },
            {
                "employee_name": "Dylan Rochon-Terry",
                "job_title": "Data Science Intern ",
                "linkedin_url": "ca.linkedin.com/in/dylan-rochon-terry"
            },
            {
                "employee_name": "Yann Bonzom",
                "job_title": "Data Science Intern",
                "linkedin_url": "ca.linkedin.com/in/yann-bonzom"
            },
            {
                "employee_name": "Andrew Wood",
                "job_title": "Software Engineer Intern",
                "linkedin_url": "https://ca.linkedin.com/in/-andrewwood"
            },
            {
                "employee_name": "Jennifer Morris",
                "job_title": "Data Solutions Specialist",
                "linkedin_url": "linkedin.com/in/jennifer-morris-5170491a8"
            },
            {
                "employee_name": "Daniel Ben Ari",
                "job_title": "Account Executive",
                "linkedin_url": "https://www.linkedin.com/in/daniel-ben-ari-7219301a6"
            }
        ],
        "funding": {
            "funding_rounds_list": [],
            "investments": {},
            "investors": {},
            "total_funding_amount": null
        },
        "overview": {
            "company_size": [
                11,
                50
            ],
            "company_size_on_linkedin": 12,
            "company_type": "PRIVATELY_HELD",
            "description": "Exact Buyer provides audience intelligence data to Account Based Sales & Marketing teams. Go beyond list building and retargeting with ExactBuyer’s proprietary audiences across all of your digital channels for 2-3x increases in multi-channel campaign revenue.",
            "follower_count": 520,
            "founded_year": 2019,
            "hq": {
                "city": "New York",
                "country": "US",
                "is_hq": true,
                "line_1": null,
                "postal_code": "11215",
                "state": "NY"
            },
            "industry": "Internet",
            is_ecommerce: false,
            "last_updated": "1 week ago",
            "linkedin_url": "https://www.linkedin.com/company/exactbuyer",
            "locations": [
                {
                    "city": "New York",
                    "country": "US",
                    "is_hq": true,
                    "line_1": null,
                    "postal_code": "11215",
                    "state": "NY"
                }
            ],
            "name": "ExactBuyer",
            "profile_pic_url": "https://api.exactbuyer.com/v1/image/company/a592bcca1326933d84d1cda44cfa95dc698f05c6",
            "similar_companies": [
                {
                    "industry": "Computer Software",
                    "link": "https://www.linkedin.com/company/gorgias",
                    "location": "San Francisco, California",
                    "name": "Gorgias"
                },
                {
                    "industry": "Information Services",
                    "link": "https://www.linkedin.com/company/charm-io",
                    "location": "Chicago, IL",
                    "name": "Charm.io"
                },
                {
                    "industry": "Venture Capital & Private Equity",
                    "link": "https://www.linkedin.com/company/dealtorch",
                    "location": "New York, New York",
                    "name": "Dealtorch"
                },
                {
                    "industry": "Financial Services",
                    "link": "https://www.linkedin.com/company/true-source-capital",
                    "location": "Grand Rapids, MI",
                    "name": "True Source Capital"
                },
                {
                    "industry": "Health, Wellness and Fitness",
                    "link": "https://www.linkedin.com/company/greenwitch",
                    "location": "Brooklyn, New York",
                    "name": "Green Witch"
                },
                {
                    "industry": "Motion Pictures and Film",
                    "link": "https://www.linkedin.com/company/three-dollar-bill-cinema",
                    "location": "Seattle, WA",
                    "name": "Three Dollar Bill Cinema"
                },
                {
                    "industry": "Human Resources",
                    "link": "https://www.linkedin.com/company/akron-area-shrm",
                    "location": "Akron, OH",
                    "name": "Akron Area SHRM"
                },
                {
                    "industry": "Computer Software",
                    "link": "https://www.linkedin.com/company/oneshot-ai",
                    "location": null,
                    "name": "OneShot.ai"
                },
                {
                    "industry": "Media Production",
                    "link": "https://www.linkedin.com/company/spoton-productions",
                    "location": "Liberty Township, Ohio",
                    "name": "SpotOn Productions"
                },
                {
                    "industry": "Information Technology and Services",
                    "link": "https://ca.linkedin.com/company/cyberlobe-technologies",
                    "location": null,
                    "name": "Cyberlobe Technologies"
                }
            ],
            "social_fields": {
                "linkedin": {
                    "value": "https://www.linkedin.com/company/exactbuyer"
                },
                "twitter": {
                    "value": "https://twitter.com/exactbuyer"
                }
            },
            "specialities": [
                "Sales Intelligence",
                "Audience Intelligence",
                "Account Based Marketing",
                "Account Based Sales",
                "Digital Marketing",
                "Audience Enrichment"
            ],
            "tagline": "ExactBuyer provides audience intelligence that helps B2B companies discover and target their total addressable market.",
            "universal_name_id": "exactbuyer",
            "website": "https://www.exactbuyer.com/"
        },
        "technologies": [
            {
                "categories": [
                    "Page builders"
                ],
                "icon": "webflow.svg",
                "name": "Webflow",
                "website": "https://webflow.com"
            },
            {
                "categories": [
                    "Caching"
                ],
                "icon": "Varnish.svg",
                "name": "Varnish",
                "website": "http://www.varnish-cache.org"
            },
            {
                "categories": [
                    "Web servers",
                    "Reverse proxies"
                ],
                "icon": "Nginx.svg",
                "name": "Nginx",
                "website": "http://nginx.org/en"
            },
            {
                "categories": [
                    "Web servers"
                ],
                "icon": "OpenResty.png",
                "name": "OpenResty",
                "website": "http://openresty.org"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Twitter.svg",
                "name": "Twitter Analytics",
                "website": "https://analytics.twitter.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Segment.svg",
                "name": "Segment",
                "website": "https://segment.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot Analytics",
                "website": "https://www.hubspot.com/products/marketing/analytics"
            },
            {
                "categories": [
                    "Font scripts"
                ],
                "icon": "Google Font API.png",
                "name": "Google Font API",
                "website": "http://google.com/fonts"
            },
            {
                "categories": [
                    "JavaScript libraries"
                ],
                "icon": "jQuery.svg",
                "name": "jQuery",
                "website": "https://jquery.com"
            },
            {
                "categories": [
                    "Advertising"
                ],
                "icon": "Twitter.svg",
                "name": "Twitter Ads",
                "website": "https://ads.twitter.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Matomo.png",
                "name": "Matomo Analytics",
                "website": "https://matomo.org"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Linkedin.svg",
                "name": "Linkedin Insight Tag",
                "website": "https://business.linkedin.com/marketing-solutions/insight-tag"
            },
            {
                "categories": [
                    "Cookie compliance"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot Cookie",
                "website": "https://knowledge.hubspot.com/reports/what-cookies-does-hubspot-set-in-a-visitor-s-browser"
            },
            {
                "categories": [
                    "Live chat"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot Chat",
                "website": "https://www.hubspot.com/products/crm/live-chat"
            },
            {
                "categories": [
                    "Marketing automation"
                ],
                "icon": "HubSpot.png",
                "name": "HubSpot",
                "website": "https://www.hubspot.com"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Hotjar.svg",
                "name": "Hotjar",
                "website": "https://www.hotjar.com"
            },
            {
                "categories": [
                    "Tag managers"
                ],
                "icon": "Google Tag Manager.svg",
                "name": "Google Tag Manager",
                "website": "http://www.google.com/tagmanager"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Google Analytics.svg",
                "name": "Google Analytics",
                "website": "http://google.com/analytics"
            },
            {
                "categories": [
                    "Analytics"
                ],
                "icon": "Google.svg",
                "name": "Google Ads Conversion Tracking",
                "website": "https://support.google.com/google-ads/answer/1722022"
            },
            {
                "categories": [
                    "Webmail",
                    "Email"
                ],
                "icon": "Google Workspace.svg",
                "name": "Google Workspace",
                "website": "https://workspace.google.com/"
            }
        ],
        "website": "exactbuyer.com"
    }
}
```

{% endcode %}

</details>

#### Credits Deduction:

Enriching one company costs one credit. If the company was previously enriched in the past 30 days, then no additional credit is charged.

## Examples

{% tabs %}
{% tab title="Python" %}

```python
import requests

url = "https://api.exactbuyer.com/v1/company"

headers = {
  'X-API-Key': 'YOUR_API_KEY'
}

params = {
    'url': 'exactbuyer.com',
}

response = requests.get(
  url,
  headers=headers,
  params=params)

print(response.text)
```

{% endtab %}

{% tab title="cURL" %}

```bash
curl --location --request GET 'https://api.exactbuyer.com/v1/company?url=exactbuyer.com' \
--header 'X-API-Key: YOUR_API_KEY'
```

{% endtab %}

{% tab title="Javascript" %}

```javascript
const myHeaders = new Headers();
myHeaders.append("X-API-Key", "YOUR_API_KEY");


const requestOptions = {
  method: 'GET',
  headers: myHeaders,
  redirect: 'follow'
};

fetch("https://api.exactbuyer.com/v1/company?url=exactbuyer.com", requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));
```

{% endtab %}
{% endtabs %}
