# Reverse Email to LinkedIn Profile Lookup

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

Finds a LinkedIn profile associated with a given email address, optionally returning full profile metadata.

## Facts

- Endpoint: POST https://x402.orthogonal.com/findymail/api/search/reverse-email
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reverse-email-to-linkedin-profile-lookup-c1d04630
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nz6jrcSypxyMaSK62W-zQ

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 reverse-email-to-linkedin-profile-lookup-c1d04630 -d '<json body>'
```

Example prompt: Can you find the LinkedIn profile associated with john.smith@acmecorp.com — I'd like the full profile data including their job title and company?

## When to prefer this

Use this endpoint when you have an email address and need to identify the person's LinkedIn profile or professional background. Ideal for B2B sales enrichment, recruitment pipelines, CRM contact enrichment, and lead qualification workflows where you start with an email and need professional identity data. Prefer the basic (1-credit) mode when you only need the LinkedIn URL; use with_profile=true when you need structured professional data like title and employer.

## Known failure modes

- Email not found in database — returns no match or empty result
- Email exists but has no associated LinkedIn profile
- LinkedIn profile found but is private or incomplete, limiting returned metadata
- Invalid email format provided — validation error
- Rate limiting or credit exhaustion causing request failure

## How this service works

Find a LinkedIn profile from an email address. 1 credit without profile data, 2 credits with profile data (with_profile=true).

## Output

Returns the LinkedIn profile URL linked to the provided email address. When with_profile=true, also returns full profile metadata such as name, current job title, employer, location, and other professional details available on LinkedIn. Credits consumed vary: 1 credit for URL only, 2 credits with full profile data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "Email address to lookup"
  },
  "with_profile": {
   "type": "boolean",
   "description": "Return full profile metadata (default: false)"
  }
 }
}
```

## More

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