# Icypeas Domain Email Search

> Icypeas Domain Email Search is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Scans a domain or company name to discover all associated email addresses, returning a search ID to poll for results.

## Facts

- Endpoint: POST https://x402.orthogonal.com/icypeas/api/domain-search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/icypeas-domain-email-search-39f7a7b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TiR6guq5KXK6DFh_SBDm2

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 icypeas-domain-email-search-39f7a7b9 -d '<json body>'
```

Example prompt: Can you scan the domain acme.com and find all the email addresses associated with it so I can reach out to their team?

## When to prefer this

Choose this endpoint when you need to enumerate all email addresses associated with a specific domain or company name, particularly for sales prospecting, PR outreach, recruiting, or lead generation. It is best suited for bulk contact discovery per domain rather than single-address lookup or validation. Prefer this over manual web scraping when you need a structured, automated result.

## Known failure modes

- Invalid or non-existent domain returns empty results or error
- Domain with no discoverable email addresses returns empty list
- Rate limiting or payment failure prevents search initiation
- Search ID returned but results not yet ready — requires polling
- Malformed domain or company name input causes validation error

## How this service works

Scan a domain to discover all associated email addresses. Returns a search ID to poll for results via the Fetch Search Result endpoint.

## Output

Returns a search ID that can be used to poll the Fetch Search Result endpoint for the full list of discovered email addresses associated with the submitted domain or company name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "custom": {
   "type": "object",
   "description": "Optional object with webhookUrl and/or externalId for tracking"
  },
  "domainOrCompany": {
   "type": "string",
   "description": "The domain or company name to scan"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/icypeas-domain-email-search-39f7a7b9/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)
