# Findymail Email Finder by Name

> Findymail Email Finder by Name is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Finds a verified professional email address given a person's full name and their company domain or name, consuming one finder credit per verified result.

## Facts

- Endpoint: POST https://x402.orthogonal.com/findymail/api/search/name
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findymail-email-finder-by-name-b78d739b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4mT4CUoYhyZGz8bpZznS6

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 findymail-email-finder-by-name-b78d739b -d '<json body>'
```

Example prompt: Can you find the work email for Jane Smith who works at Stripe — her company domain is stripe.com?

## When to prefer this

Use this endpoint when you have a specific person's full name and their company domain or name and need their professional email address for outreach, prospecting, or enrichment. It is credit-based and charges only on verified results, making it cost-efficient for targeted lookups. Prefer this over bulk enrichment APIs when doing targeted, one-off email discovery rather than list uploads.

## Known failure modes

- No email found — person or domain not in database, no credit consumed
- Invalid or unresolvable domain — request fails with error
- Name is too ambiguous — multiple matches or no confident result
- Webhook URL provided but unreachable — async callback fails silently
- Rate limit exceeded — too many requests in a short window

## How this service works

Find someone's email from name and company (website or name). Uses one finder credit if a verified email is found.

## Output

Returns a verified professional email address for the specified person at the given company, along with verification status. One finder credit is consumed if a verified email is found. If no verified email exists, no credit is charged.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Person's full name"
  },
  "domain": {
   "type": "string",
   "description": "Company domain (best) or company name"
  },
  "webhook_url": {
   "type": "string",
   "description": "Webhook URL for async callback"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findymail-email-finder-by-name-b78d739b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
