Skip to main content

Getting Started

In order to use our Company Enrichment API, you must have an active API key. You can look up your API key by logging into our self-serve dashboard and going to the API Keys section.
Need an API Key?If you don’t have an API key, you can easily create one by signing up for a self-serve account. For more information, check out our Self-Serve Quickstart Guide, which walks you through the sign-up process as well as shows you how to use the self-serve API dashboard.

Simple Example

As mentioned in the Overview, the Company Enrichment API is a means of performing a one-to-one match of a company with those included in our Company Dataset. In order to use the Company Enrichment API, you will need one of the input parameters of the API. Here’s a quick example that demonstrates retrieving a record with a website of google.com:
The API will return the matching company record if the website matches one in our dataset. The result of running the above code should be the profile for Google from our Company Dataset. To see a full company profile that would be returned, check out our Example Company Record.
JSON
If you don’t get this response, check out our Errors page for more information.