v1

latestOpenAPI 3.0.32026-07-222085264.6 KB
Company APIs
Enrich APIs

Get full company enrichment

Get comprehensive company data including firmographics, headcount, funding, web traffic, employee reviews, people (founders, CXOs, decision makers), news, and more. Identify the company by domain, name, profile URL, or Crustdata company ID. Use the fields parameter to select specific data groups and reduce response size.

The API returns a top-level array with one result per submitted identifier. The same endpoint supports multiple identifiers of one type in a single request. No-match responses currently return 200 with an empty matches array.

<Note> Default `rate-limit` is 15 requests per minute. Send an email to [gtm@crustdata.co](mailto:gtm@crustdata.co) to discuss higher limits if needed for your use case. </Note>
post/company/enrich

Headers

x-api-version'2025-11-01' required
Example:2025-11-01

API version to use. This endpoint currently requires 2025-11-01.

Request body

OR
OR
OR

Response

Enriched company matches returned as a top-level array

matched_onstring

The specific input value (e.g., 'google.com')

match_type'name' | 'domain' | 'crustdata_company_id' | 'professional_network_profile_url'

Example response

[
  {
    "matched_on": "mintlify.com",
    "match_type": "domain",
    "matches": []
  }
]