# Company Enrichment API

The **Company Enrichment API** playground is your starting point for exploring Coresignal’s Multi-Source Company dataset. This tool demonstrates how to query company data directly via API, offering examples in multiple programming languages and showing exactly how the enriched output will look.

Whether you're enriching your CRM with detailed firmographics or validating a small batch of companies, the playground provides a simple way to fetch and download data using common identifiers like domain or company name – no infrastructure setup needed.

## How to use

{% stepper %}
{% step %}

#### Execute enrichment request

Enter the company domain or email address and submit the request by clicking the **Enrich data** button.

<figure><img src="/files/0uO8xPyp9PBiWO0xSlOO" alt="" width="563"><figcaption></figcaption></figure>

When the Company domain or email is entered, a preview of the request appears on the right side of the window. You can also see request options for the most commonly used programming languages.

<figure><img src="/files/Cb40bcMpbBwGOdLsCdBK" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Receive enriched data

See a visualized company profile preview based on the data below.

<figure><img src="/files/0WPl1D6s64pewjxfTN86" alt="" width="563"><figcaption></figcaption></figure>

Company record with main data fields in JSON format appears on the right.

<figure><img src="/files/7jTGDEerhzuDvntPKknr" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coresignal.com/self-service/features-and-tools/company-enrichment-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
