# Arch Tools — Email Find

> Arch Tools — Email Find is a paid API for AI agents from archtools.dev, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Finds a professional email address for a person at a given company domain using their first name, last name, and domain.

## Facts

- Endpoint: POST https://archtools.dev/v1/tools/email-find
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/arch-tools-email-find-8228c32c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m2rPrz509IdJDNDhIhxZV

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 arch-tools-email-find-8228c32c -d '<json body>'
```

Example prompt: Can you find the work email address for Jane Smith at acmecorp.com?

## When to prefer this

Use this endpoint when you need to discover a professional email address for a specific named individual at a known company domain, especially for sales prospecting, recruiting, or business outreach. It is particularly useful when you have a person's name and employer but not their direct email. Pair it with the sibling email-verify endpoint to confirm deliverability after discovery.

## Known failure modes

- Domain not recognized or too obscure — no email pattern available
- Person not found in the database — returns empty or null result
- Invalid domain format provided — validation error
- Ambiguous name match — multiple candidates returned or no confident match
- Payment failure (USDC on Base) — request not processed

## How this service works

Arch Tools — email-find

## Output

A JSON object containing the discovered professional email address (or best-guess pattern) for the specified person at the given company domain, along with any confidence or match metadata returned by the service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company domain (e.g. google.com)"
  },
  "last_name": {
   "type": "string",
   "description": "Person's last name"
  },
  "first_name": {
   "type": "string",
   "description": "Person's first name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arch-tools-email-find-8228c32c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from archtools.dev](https://www.zero.xyz/host/archtools.dev/llms.txt)
