companystring · optionalCompany name or domain used as the lookup target.
minLength: 3 · maxLength: 500
Loading tools…
Hunter
Estimate the number and type of email addresses available for a domain.
Count available professional email addresses for a domain or company, including available department and seniority totals. One flat price per completed request, including a zero count. The worked example shows selected recorded fields and at most one item per list; counts retain their recorded values.
Agents select this operation with tool ID hunter.email-count, then check its current inputs and price before a run.
companystring · optionalCompany name or domain used as the lookup target.
minLength: 3 · maxLength: 500
domainstring · optionalCompany or website domain used as the lookup target.
minLength: 3 · maxLength: 500
typestring · optionalValue supplied for type.
minLength: 1 · maxLength: 500 · enum: personal, generic
departmentobjectReturned department value.
generic_emailsnumberReturned generic emails value.
personal_emailsnumberReturned personal emails value.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
seniorityobjectReturned seniority value.
totalnumberReturned total value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "hunter.email-count",
"input": {
"domain": "stripe.com"
}
}{
"total": 3433,
"seniority": {
"junior": 109,
"senior": 887,
"executive": 336
},
"department": {
"hr": 119,
"it": 1221,
"legal": 76,
"sales": 441,
"design": 48,
"health": 1,
"product": 110,
"support": 116,
"research": 96,
"education": 17,
"executive": 33,
"marketing": 67,
"operation": 0,
"consulting": 18,
"management": 157,
"operations": 231,
"procurement": 9,
"communication": 32,
"administrative": 10,
"finance & accounting": 237
},
"generic_emails": 189,
"personal_emails": 3244
}invalid_input: domain or company is requiredexample: {"domain":"stripe.com"}