Catalog/Email Finding/Hunter count
POST

Email Finding Hunter count API

/v1/run/email_finding.hunter_count

Count how many contacts a company domain has, split by personal and generic mailboxes and broken down by department and seniority. Scope a domain for $1 per 1,000 requests before paying per contact.

Category enrichmentRequests / mo 2Routing 1 lane · no failover
Get ~100 free requests

Pricing

One price, in dollars

pay per request · no subscription · fallbacks added as the catalog grows
Request
Gateway request
discovered operation
↓
Router
↓
Providers · 1
↳ One lane serves this endpoint today, so a failed call has nowhere to fail over to. Failed attempts are never billed. Uptime, latency and traffic are measured through the gateway, last 30 days.

Try it

Make your first request

run it free, no key · same shape for every API
Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "departmentCounts": {
      "communication": 42,
      "design": 42,
      "education": 42,
      "executive": 42,
      "finance": 42,
      "health": 42,
      "hr": 42,
      "it": 42,
      "legal": 42,
      "management": 29,
      "marketing": 42,
      "operations": 13,
      "sales": 42,
      "support": 42
    },
    "domain": "example.com",
    "genericEmails": 42,
    "personalEmails": 42,
    "seniorityCounts": {
      "executive": 42,
      "junior": 42,
      "senior": 42
    },
    "total": 12500
  },
  "found": true
}
Response interface
interface EmailFindingHunterCountResponse {
  data: {
    departmentCounts?: {
      communication?: number;
      design?: number;
      education?: number;
      executive?: number;
      finance?: number;
      health?: number;
      hr?: number;
      it?: number;
      legal?: number;
      management?: number;
      marketing?: number;
      operations?: number;
      sales?: number;
      support?: number;
    };
    domain: string;
    genericEmails?: number;
    personalEmails?: number;
    seniorityCounts?: {
      executive?: number;
      junior?: number;
      senior?: number;
    };
    total: number;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-08-23 · uptime and latency measured over 30d
POST /v1/run/email_finding.hunter_count
curl -X POST https://api.getanyapi.com/v1/run/email_finding.hunter_count \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"domain":"stripe.com"}'
FieldTypeExample value
Request body
domainstring"stripe.com"Company domain without a scheme or path, e.g. stripe.com.
typeenumCount only personal mailboxes belonging to a named person, or only generic ones such as info@ and support@.
Response
dataobject
data.departmentCountsobjectContacts per department.
data.departmentCounts.communicationintegerContacts in the communication department.
data.departmentCounts.designintegerContacts in the design department.
data.departmentCounts.educationintegerContacts in the education department.
data.departmentCounts.executiveintegerContacts in the executive department.
data.departmentCounts.financeintegerContacts in the finance department.
data.departmentCounts.healthintegerContacts in the health department.
data.departmentCounts.hrintegerContacts in the HR department.
data.departmentCounts.itintegerContacts in the IT department.
data.departmentCounts.legalintegerContacts in the legal department.
data.departmentCounts.managementintegerContacts in the management department.
data.departmentCounts.marketingintegerContacts in the marketing department.
data.departmentCounts.operationsintegerContacts in the operations department.
data.departmentCounts.salesintegerContacts in the sales department.
data.departmentCounts.supportintegerContacts in the support department.
data.domainstringThe company domain the counts describe.
data.genericEmailsintegerContacts that are a shared inbox such as info@ or support@.
data.personalEmailsintegerContacts that are a named person's mailbox.
data.seniorityCountsobjectContacts per seniority level.
data.seniorityCounts.executiveintegerContacts at executive level.
data.seniorityCounts.juniorintegerContacts at junior level.
data.seniorityCounts.seniorintegerContacts at senior level.
data.totalintegerContacts known for the domain.
foundbooleanFalse when the domain has no counted contacts.
Price
Price per requestUSD$0.001
Price /1k reqUSD$1.00

FAQ

About the Email Finding Hunter count API

The AnyAPI Email Finding Hunter count API returns Email Finding hunter count data as normalized JSON from one POST call to /v1/run/email_finding.hunter_count. Count how many contacts a company domain has, split by personal and generic mailboxes and broken down by department and seniority. Scope a domain for $1 per 1,000 requests before paying per contact. AnyAPI returns one normalized schema whichever source serves it. It costs from $1 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Email Finding hunter count calls through AnyAPI succeeded, with a median response time of 1.5 seconds across 2 measured calls.

It costs from $1 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Count how many contacts a company domain has, split by personal and generic mailboxes and broken down by department and seniority. Scope a domain for $1 per 1,000 requests before paying per contact. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 100.0% of Email Finding hunter count calls through AnyAPI succeeded, with a median response time of 1.5 seconds across 2 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.

Get started

Two ways to start on AnyAPI

Humans fund a USD wallet and pay per request. Agents point a coding agent at one URL and onboard themselves.

Get ~100 free requests
Works with
Terminal agentsClaude CodeCursorCodexMCP clients