# Icypeas Reverse Email Lookup

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

Look up a professional email address to retrieve the associated LinkedIn profile and person details, returning FOUND or NOT_FOUND synchronously.

## Facts

- Endpoint: POST https://x402.orthogonal.com/icypeas/api/reverse-email-lookup
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/icypeas-reverse-email-lookup-3dcb0b8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2SWe9T0orXZQY7rG7vYIq

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-reverse-email-lookup-3dcb0b8f -d '<json body>'
```

Example prompt: Can you find the LinkedIn profile and person details for the email address john.smith@acme.com?

## When to prefer this

Choose this endpoint when you have a professional email address and need to resolve it to a LinkedIn identity or person details — ideal for sales enrichment, recruiter research, or inbound lead qualification. Prefer this over social search or manual LinkedIn lookups when automation and synchronous results are needed at scale. Best suited for business/corporate email domains rather than personal email providers.

## Known failure modes

- NOT_FOUND status when no LinkedIn profile is associated with the email
- Invalid or malformed email address causing a validation error
- Personal/consumer email addresses (Gmail, Yahoo, etc.) may not yield results as the service targets professional emails
- Rate limiting or payment failure returning an error
- Temporary upstream data provider unavailability

## How this service works

Look up a professional email address to get the associated LinkedIn profile and person details. Returns results synchronously with status FOUND or NOT_FOUND.

## Output

A synchronous response indicating either FOUND (with the associated LinkedIn profile URL and person details such as name, title, company, and other profile data) or NOT_FOUND if no LinkedIn profile could be matched to the given email address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "A professional email address to look up"
  },
  "custom": {
   "type": "object",
   "description": "Optional object with webhookUrl and/or externalId for tracking"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/icypeas-reverse-email-lookup-3dcb0b8f/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)
