# Orthogonal People Lookup by Email

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

Looks up a person's professional profile by email address, resolving the company from the email domain and returning the best-matching person record.

## Facts

- Endpoint: POST https://x402.orthogonal.com/company-enrich/people/lookup
- Price: $0.06125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-people-lookup-by-email-880e84e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O5QqzBhbvjR_qwf3EaRW7

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 orthogonal-people-lookup-by-email-880e84e3 -d '<json body>'
```

Example prompt: Can you look up the person behind the email address john.smith@acme.com and tell me who they are and what company they work for?

## When to prefer this

Choose this endpoint when you have an email address and need to identify the person and/or company behind it without any other context. It is especially useful for B2B lead enrichment, sales intelligence, CRM auto-population, and inbound contact identification. Prefer this over a general company-only lookup when you need person-level data tied to a specific email, and over a name-based search when the email is the only identifier you have.

## Known failure modes

- Email domain not recognized or company cannot be resolved — returns no match or low-confidence result
- Personal/non-corporate email domains (gmail.com, yahoo.com) may not resolve to a meaningful company or person
- Person not found in the database even if company is resolved — returns empty or partial profile
- Malformed email address input — likely returns a validation error
- Multiple people matching the domain with insufficient disambiguation — may return the best guess which could be incorrect

## How this service works

Look up a person by their email address. Resolves the company from the email domain, then matches the person. Returns the best matching person profile.

## Output

Returns the best-matching person profile resolved from the provided email address, including inferred company name (derived from the email domain) and matched personal/professional details such as name, role, and other available profile attributes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "The email address of the person to look up"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-people-lookup-by-email-880e84e3/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)
