# ContactOut People Enrichment via x402.orthogonal.com

> ContactOut People Enrichment via x402.orthogonal.com is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.55/call, status unknown (last checked 2026-09-13).

Enrich a person's profile by combining multiple data points (name, email, phone, LinkedIn URL, company) to return expanded contact and professional information.

## Facts

- Endpoint: POST https://x402.orthogonal.com/contactout/v1/people/enrich
- Price: $0.55/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/contactout-people-enrichment-via-x402-orthogonal-com-81eb90b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6qc4a9zDWZW88J4LJimPm

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-people-enrichment-via-x402-orthogonal-com-81eb90b4 -d '<json body>'
```

Example prompt: Can you enrich the contact info for Sarah Chen, who works at Stripe as a Product Manager? I have her LinkedIn at linkedin.com/in/sarah-chen-stripe — I need her work email and phone number.

## When to prefer this

Prefer this endpoint when you need to resolve a person's contact details (especially work email or phone) from partial professional identity data like name + company or LinkedIn URL. It is particularly strong for B2B sales and recruiting use cases where you have some identity signal but need verified contact info. Choose this over generic search or scraping endpoints when you want structured, directly usable contact data rather than raw web content.

## Known failure modes

- Insufficient identity signals provided — returns empty or partial results if too few fields are supplied
- Person not found in ContactOut's database — returns no match
- Invalid LinkedIn URL format causes lookup failure
- Rate limiting or payment failure via x402 protocol
- Ambiguous name/company combination matches multiple people, returning low-confidence results

## How this service works

Enrich a person using multiple data points (name, email, phone, LinkedIn, company).

## Output

Returns an enriched person profile including available work email, personal email, phone numbers, and other professional details resolved from the provided identity signals such as name, LinkedIn URL, company, or domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string"
  },
  "phone": {
   "type": "string"
  },
  "company": {
   "type": "array"
  },
  "include": {
   "type": "array",
   "description": "work_email, personal_email, phone"
  },
  "location": {
   "type": "string"
  },
  "education": {
   "type": "array"
  },
  "full_name": {
   "type": "string"
  },
  "job_title": {
   "type": "string"
  },
  "last_name": {
   "type": "string"
  },
  "first_name": {
   "type": "string"
  },
  "linkedin_url": {
   "type": "string"
  },
  "company_domain": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/contactout-people-enrichment-via-x402-orthogonal-com-81eb90b4/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)
