/companies/enrichEnrich a company
Companies — Enrich
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Enrich a company with normalized firmographic fields (industry, headcount, HQ, founded year, technologies, funding, …). Field-aware waterfall same as `/people/enrich`.
Use cases
Account research for AI sales agents
Lead scoring on company-level signals
ABM workflows scoring target accounts
Parameters
bodyRequest Bodyrequired
Content type: application/json
Responses
Company enrichment result.
{
"type": "object",
"required": [
"success",
"data"
],
"properties": {
"success": {
"type": "boolean",
"enum": [
true
]
},
"data": {
"$ref": "#/components/schemas/CompaniesEnrichResponse"
},
"meta": {
"$ref": "#/components/schemas/AgntMeta"
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "companies_enrich",
"method": "post",
"path": "/companies/enrich",
"summary": "Enrich a company",
"description": "Enrich a company with normalized firmographic fields (industry, headcount, HQ, founded year, technologies, funding, …). REQUIRES a `identifiers` object containing one or more of: `domain`, `name` (or `company_name`), `linkedin_url` (or `company_linkedin_url`). `domain` is the strongest signal — prefer it when available. Optional `fields[]` narrows the waterfall. Field-aware waterfall same as `/people/enrich`.",
"parameters": [],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CompaniesEnrichRequest"
},
"example": {
"identifiers": {
"domain": "stripe.com"
}
}
}
}
},
"responses": [
{
"statusCode": "200",
"description": "Company enrichment result.",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"success",
"data"
],
"properties": {
"success": {
"type": "boolean",
"enum": [
true
]
},
"data": {
"$ref": "#/components/schemas/CompaniesEnrichResponse"
},
"meta": {
"$ref": "#/components/schemas/AgntMeta"
}
}
}
}
}
},
{
"statusCode": "400",
"description": "Validation error."
},
{
"statusCode": "402",
"description": "Insufficient credits."
}
]
}Pricing
$0.01per successful request
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.
company enrichment APIfirmographic data APIB2B company APIlead enrichment APIemail finder APIemail verifier API