# ContactOut Batch LinkedIn Profile Contact Lookup

> ContactOut Batch LinkedIn Profile Contact Lookup is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Retrieves contact details (email, phone, etc.) for up to 30 LinkedIn profiles in a single batch request.

## Facts

- Endpoint: POST https://x402.orthogonal.com/contactout/v1/people/linkedin/batch
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/contactout-batch-linkedin-profile-contact-lookup-aa8805e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-xLO64699gbTYdDIqgeyM

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 contactout-batch-linkedin-profile-contact-lookup-aa8805e2 -d '<json body>'
```

Example prompt: Look up the contact details — emails and phone numbers — for these 5 LinkedIn profiles: linkedin.com/in/johndoe, linkedin.com/in/janedoe, linkedin.com/in/bobsmith, linkedin.com/in/alicejones, linkedin.com/in/carlwhite.

## When to prefer this

Use this endpoint when you need to enrich multiple LinkedIn profiles with contact details in a single API call (up to 30 at a time), making it efficient for batch sales prospecting, recruiting, or outreach workflows where individual lookups would be too slow or costly.

## Known failure modes

- Profile not found or private — no contact data returned for that profile
- Invalid LinkedIn URL or profile identifier format — request rejected
- Exceeding the 30-profile batch limit — request rejected
- Rate limiting or quota exhaustion — HTTP 429 or error response
- Network timeout for large batches
- Some profiles return partial data if ContactOut has limited coverage

## How this service works

Get contact details for up to 30 LinkedIn profiles. | ERROR: Unable to calculate price.

## Output

Returns contact information for each submitted LinkedIn profile, including email addresses, phone numbers, and other available professional contact details, up to 30 profiles per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "profiles": {
   "type": "array"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/contactout-batch-linkedin-profile-contact-lookup-aa8805e2/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)
