Email Finding API

Email Finding Hunter count API

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.

POST/v1/run/email_finding.hunter_count
Uptime
100.00%
30d · 3 calls
Requests
3
30d
Response
1.4s
median · 30d

Pricing

One price, in dollars

Providers
Dolphin3 served100.00% uptime1367ms p50$1.00/1k reqflat

Try it

Make your first request

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,
    "type": "general"
  },
  "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;
    type?: string;
  } | null;
  found: boolean;
}

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

Reference

Request, response, and price

Last verified 2026-09-12 · 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.
data.typestringMailbox type the counts are limited to when the request filtered by type: personal or generic. Absent when the counts cover both.
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.4 seconds across 3 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.4 seconds across 3 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.