# Icypeas Bulk Reverse Email Lookup (LinkedIn Enrichment)

> Icypeas Bulk Reverse Email Lookup (LinkedIn Enrichment) 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-15).

Look up up to 50 professional email addresses in a single call to retrieve associated LinkedIn profiles.

## Facts

- Endpoint: POST https://x402.orthogonal.com/icypeas/api/reverse-email-lookups
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/icypeas-bulk-reverse-email-lookup-linkedin-enrichment-0cba5dab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nII5EAVJ_MrBM_S3Xbv-_

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-bulk-reverse-email-lookup-linkedin-enrichment-0cba5dab -d '<json body>'
```

Example prompt: I have a list of 30 business email addresses from our CRM — can you look them all up at once and find their LinkedIn profiles? Here's the list: [john.doe@acme.com, jane.smith@globex.com, ...]

## When to prefer this

Use this endpoint when you need to bulk-enrich email addresses with LinkedIn profile data in a single API call (up to 50 at a time), especially when working with CRM lists, recruiting pipelines, or sales lead databases. Prefer this over single-lookup endpoints when processing large contact lists to reduce overhead. Best suited for B2B workflows where professional identity verification via LinkedIn is needed.

## Known failure modes

- Email address has no associated LinkedIn profile — returns null or empty result for that entry
- Batch exceeds 50 emails — request rejected with validation error
- Invalid email format in array — individual entry may fail or be skipped
- Webhook URL unreachable — async results may not be delivered
- Rate limiting or quota exceeded — HTTP 429 or payment-related error
- Payment not fulfilled — x402 payment required error before processing

## How this service works

Look up multiple professional email addresses in bulk (up to 50 per call) to get associated LinkedIn profiles.

## Output

For each submitted email address, the endpoint returns the associated LinkedIn profile data (such as profile URL, name, and professional details) discovered by Icypeas. Results may include a match confidence or null if no LinkedIn profile is found for a given email. The response also supports async delivery via a webhook URL if provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "array",
   "description": "Array of objects, each with an email field and optional custom object"
  },
  "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-bulk-reverse-email-lookup-linkedin-enrichment-0cba5dab/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)
