# Ocean.io Person Enrichment via x402.orthogonal.com

> Ocean.io Person Enrichment via x402.orthogonal.com is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Matches a person against the Ocean.io database and enriches them with job title, company, location, social profiles, and other professional details.

## Facts

- Endpoint: POST https://x402.orthogonal.com/ocean-io/v2/enrich/person
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ocean-io-person-enrichment-via-x402-orthogonal-com-73bfbd1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3m_5rl0eh--P_6E7JFlO8

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 ocean-io-person-enrichment-via-x402-orthogonal-com-73bfbd1d -d '<json body>'
```

Example prompt: Can you enrich the profile for Jane Smith — her LinkedIn handle is janesmith-sales and she works at stripe.com — I need her job title, location, and any social profiles Ocean.io has on her?

## When to prefer this

Choose this endpoint when you need to enrich a professional's profile with B2B-grade data from Ocean.io's database, especially for sales, CRM, or lead generation workflows. It excels when you have partial identity signals (name + email or LinkedIn handle) and need to resolve job title, company, and social profiles. Prefer it over generic web scraping when you need structured, database-backed professional data rather than scraped page content.

## Known failure modes

- No match found when insufficient identifying information is provided
- Ambiguous match when a common name is given without company context
- Rate limiting or payment failure via x402 protocol
- Invalid country code or LinkedIn handle format causes a 400 error
- Person exists in database but has limited enrichment data available

## How this service works

Match a person with Ocean.io database and enrich with additional information (job title, company, location, social profiles, etc.).

## Output

Returns an enriched person object from the Ocean.io database containing available fields such as full name, job title, company name, location, country, email, phone, and social profile handles (LinkedIn, Twitter, Facebook). Match confidence and Ocean.io person ID may also be included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "person": {
   "type": "object",
   "description": "object - Person to match. Fields: id: string (Ocean.io person ID), name: string (full name), firstName: string, lastName: string, jobTitle: string, email: string, phone: string, facebook: string (Facebook handle), twitter: string (Twitter handle), linkedin: string (LinkedIn handle, NOT full URL, e.g. \"satyanadella\"), country: string (ISO 3166 alpha-2)"
  },
  "company": {
   "type": "object",
   "description": "object - Company context to improve person matching. Fields: domain: string (company website domain, e.g. \"stripe.com\"), name: string (company name), registrationNumber: string (company registration number), email: string (company email), phone: string (company phone), countryCode: string (ISO 3166 alpha-2), state: string, city: string, streetAddress: string, postalCode: string, address: string (full address), facebook: string (Facebook handle), twitter: string (Twitter handle), linkedin: string (LinkedIn company handle), instagram: string, xing: string, youtube: string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ocean-io-person-enrichment-via-x402-orthogonal-com-73bfbd1d/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)
