# Hunter Email Enrichment via Locus x402

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

Enriches an email address or LinkedIn handle with professional and company data for outreach and lead generation.

## Facts

- Endpoint: POST https://hunter.x402.paywithlocus.com/hunter/email-enrichment
- Price: $0.013/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-enrichment-via-locus-x402-f847be53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I-CumAIPUoGgHCPcDJzCT

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-enrichment-via-locus-x402-f847be53 -d '<json body>'
```

Example prompt: Can you enrich the contact profile for john.doe@acme.com — I need their company info, job title, and any other professional details Hunter has on them?

## When to prefer this

Choose this endpoint when you need to enrich a known email address or LinkedIn handle with professional and company context for B2B sales, outreach, or CRM purposes. It is ideal for per-contact, pay-as-you-go enrichment without a monthly subscription commitment, particularly when you have an email or LinkedIn handle as your starting point rather than just a name or company.

## Known failure modes

- Email address not found in Hunter database — returns empty or null data object
- Invalid email format provided — request rejected with validation error
- LinkedIn handle not recognized or not mapped to a contact — empty enrichment result
- Payment failure or insufficient USDC balance — 402 payment required error
- Rate limiting or quota exceeded on the Hunter backend — service temporarily unavailable

## How this service works

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

## Output

Returns a JSON object containing enriched contact data including the person's name, job title, company name, company domain, social profiles, and email verification status, along with payment settlement details confirming the $0.013 USDC charge.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string"
  },
  "linkedin_handle": {
   "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-enrichment-via-locus-x402-f847be53/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)
