# Hunter Email Count via Locus x402

> Hunter Email Count via Locus x402 is a paid API for AI agents from hunter.x402.paywithlocus.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns the count of email addresses found for a given domain or company, optionally filtered by email type (personal or generic).

## Facts

- Endpoint: POST https://hunter.x402.paywithlocus.com/hunter/email-count
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hunter-email-count-via-locus-x402-af3ae3fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yJYlz2kEKPTKQVtw1oXy3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hunter-email-count-via-locus-x402-af3ae3fe -d '<json body>'
```

Example prompt: How many email addresses does Hunter have on record for stripe.com — and can you break it down by personal emails only?

## When to prefer this

Use this endpoint when you need a lightweight, low-cost check of how many emails Hunter has indexed for a domain or company before committing to a full email search or domain search. It's ideal for pre-qualifying outreach lists, estimating database coverage, or filtering companies worth targeting without paying for full contact details.

## Known failure modes

- Domain or company not found in Hunter database — returns empty or zero count
- Invalid email type filter value (must be 'personal' or 'generic') — may return error
- Missing both domain and company fields — request may fail validation
- Domain exists but has no indexed emails — returns zero count
- Payment failure or insufficient USDC balance — transaction not completed

## How this service works

Email finding, verification, and company enrichment for outreach and lead generation.

## Output

Returns a JSON object with a data field containing the email count (total and/or by type) for the specified domain or company, along with payment metadata including settled USDC amount and a request tracking ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "type": {
   "type": "string"
  },
  "domain": {
   "type": "string"
  },
  "company": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hunter-email-count-via-locus-x402-af3ae3fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hunter.x402.paywithlocus.com](https://www.zero.xyz/host/hunter.x402.paywithlocus.com/llms.txt)
