/companies/domain-emailsList a domain's emails
Companies — Email
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Return the email addresses found for a domain (or company name) along with first/last name, position, type (personal/generic), and verification metadata. Filter by seniority and department to scope to the right buyer team.
Use cases
Listing all decision-makers at a target account
Building org charts for ABM outreach
Discovering technical contacts at a target domain
Parameters
bodyRequest Bodyrequired
Content type: application/json
Responses
Domain email results.
{
"type": "object",
"required": [
"success",
"data"
],
"properties": {
"success": {
"type": "boolean",
"enum": [
true
]
},
"data": {
"$ref": "#/components/schemas/CompaniesDomainEmailsResponse"
},
"meta": {
"$ref": "#/components/schemas/AgntMeta"
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "companies_domain_emails",
"method": "post",
"path": "/companies/domain-emails",
"summary": "List a domain's emails",
"description": "Return the email addresses found for a domain (or company name) along with first/last name, position, type (personal/generic), and verification metadata when available.",
"parameters": [],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CompaniesDomainEmailsRequest"
},
"example": {
"domain": "stripe.com",
"limit": 25,
"department": "engineering"
}
}
}
},
"responses": [
{
"statusCode": "200",
"description": "Domain email results.",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"success",
"data"
],
"properties": {
"success": {
"type": "boolean",
"enum": [
true
]
},
"data": {
"$ref": "#/components/schemas/CompaniesDomainEmailsResponse"
},
"meta": {
"$ref": "#/components/schemas/AgntMeta"
}
}
}
}
}
},
{
"statusCode": "400",
"description": "Validation error."
},
{
"statusCode": "401",
"description": "Unauthorized."
}
]
}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.
domain email search APIdomain to email APIcompany contacts APIlead enrichment APIemail finder APIemail verifier API