# Findymail Business Profile Email Finder

> Findymail Business Profile Email Finder 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-15).

Finds a verified email address for a person given their LinkedIn profile URL, consuming one finder credit per successful match.

## Facts

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

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-business-profile-email-finder-93da370b -d '<json body>'
```

Example prompt: Can you find the verified email address for the person at this LinkedIn profile: linkedin.com/in/john-smith-cto?

## When to prefer this

Use this endpoint when you have a LinkedIn profile URL and need to discover a person's verified professional email address. It is ideal for sales prospecting, recruiting outreach, or B2B lead enrichment workflows where you already know the LinkedIn identity but lack contact email. Prefer this over generic email guessing tools because it leverages Findymail's verified database tied to LinkedIn profiles, reducing bounce rates.

## Known failure modes

- No verified email found for the given LinkedIn profile — no credit consumed
- Invalid or non-existent LinkedIn URL provided — request fails with error
- Rate limit hit — limited to 30 concurrent synchronous requests
- Finder credits exhausted — no lookups possible until credits are replenished
- Webhook URL unreachable or invalid when async mode is used

## How this service works

Find someone's email from a business profile URL. Uses one finder credit if a verified email is found. Limited to 30 concurrent sync requests.

## Output

Returns a verified email address associated with the given LinkedIn profile if one is found, consuming one finder credit. If no verified email is found, no credit is used. Async delivery is supported via a webhook URL callback.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "webhook_url": {
   "type": "string",
   "description": "Webhook URL for async callback"
  },
  "linkedin_url": {
   "type": "string",
   "description": "Person's LinkedIn URL or username"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findymail-business-profile-email-finder-93da370b/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)
