Skip to main content

Overview

The Company Search API resolves a company name, website domain, or UUID into a structured company record. Its primary purpose is to look up the uuid needed by the other APIs when you only have a company name to start with. This is a free endpoint so it does not consume API credits. Endpoint
Pass a single name query parameter. The backend automatically detects whether the input is a company name, website domain or UUID and resolves it accordingly.

Authentication

All requests must include an API key in the x-api-key HTTP header.
Never expose your API key in client-side code, browser requests, or public repositories. A missing or invalid key returns 401 Unauthorized.

Request Reference

Example requests:

Response

Response envelope

Company object

When no companies match the query, the API returns 204 No Content with an empty data array.

Using the UUID in other APIs

Once you have the uuid, pass it as the company field in downstream API calls: