# AnyAPI Email Find

> AnyAPI Email Find is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.013/call, status down (last checked 2026-09-15).

Finds a professional email address for a person or domain using AnyAPI's pay-per-request email lookup service

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/email.find
- Price: $0.013/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-email-find-0cc226cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X7cmbXMK7wd0EUUbraxeX

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 anyapi-email-find-0cc226cd -d '<json body>'
```

Example prompt: Can you find the professional email address for Sarah Chen who works at Stripe? I have her first and last name and the company domain is stripe.com.

## When to prefer this

Use this endpoint when you need to find a professional email address for a specific individual at a known company, especially in a pay-per-use context with no subscription overhead. Prefer this over email verification endpoints (which validate known emails) or bulk enrichment tools when you need a single on-demand lookup integrated into an agent workflow.

## Known failure modes

- Email not found for the given person and domain — returns null or empty result
- Invalid or non-existent domain provided — returns error
- Rate limit or payment failure via x402 protocol — returns 402 or 429 error
- Ambiguous name match — may return low-confidence result or no result
- Malformed request body — returns 400 validation error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing the discovered email address for the specified person, typically including the email string, a confidence or validity score, the email pattern used, and possibly additional metadata about the contact such as their name and employer domain.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-email-find-0cc226cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
