Enrich a company account with firmographic data.
Looks up the company by domain and fills in firmographic fields: employee count, funding stage, HQ location (city/region/country), industry, revenue, LinkedIn follower count, and description.
Behavior:
Fields enriched:
| Field | Description |
|---|---|
employee_count | Estimated employee count |
funding_stage | Normalized funding stage (seed, series_a, ipo, etc.) |
location | Formatted HQ location string (e.g. “San Francisco, California, US”) |
hq_city | HQ city name |
hq_region | HQ state/region name |
hq_country | HQ country name or code |
industry | Primary industry |
revenue_usd | Estimated annual revenue in USD |
linkedin_follower_count | LinkedIn page follower count |
description | Company description |
Example request:
{"domain": "stripe.com"}
Error codes:
INVALID_REQUEST (400) — Domain is empty or invalidINTERNAL_ERROR (500) — Internal service failureRequest to enrich a company account with firmographic data.
Provide a company domain to look up firmographic data (employee count, funding stage, HQ location, industry, revenue, LinkedIn followers, description). If the account already exists, missing fields are backfilled. If not, a new account is created with all available data.
Company website domain (e.g., 'stripe.com', 'notion.so')
1 - 200"stripe.com"
"notion.so"
"databricks.com"
Successful Response
Response from account firmographic enrichment.
Contains the enriched account with all available firmographic data.
fields_updated lists which fields were newly populated (empty if the account
already had all data or no data was found for this domain).
Account ID in OpenFunnel
Normalized company domain
True if a new account was created, False if an existing account was updated
Firmographic data from enrichment
Company name
LinkedIn company page URL
List of firmographic field names that were newly populated. Empty if all fields were already set or no data was found. Possible values: employee_count, funding_stage, location, hq_city, hq_region, hq_country, industry, revenue_usd, linkedin_follower_count, description