# People Data Labs Person Enrichment via x402.orthogonal.com

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

Enriches a person's profile by name, email, phone, LinkedIn URL, or other identifiers, returning full work history, education, skills, and social profiles.

## Facts

- Endpoint: GET https://x402.orthogonal.com/peopledatalabs/v5/person/enrich
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/people-data-labs-person-enrichment-via-x402-orthogonal-com-a883ade1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1tN4-78_gi9w5IjFL2Yu1

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 people-data-labs-person-enrichment-via-x402-orthogonal-com-a883ade1
```

Example prompt: Can you enrich a profile for Jennifer C. Jackson at Acme Corp — her email is jennifer.jackson@acme.com — and pull back her work history, education, and any social profiles you can find? Only return results with a match confidence of at least 5.

## When to prefer this

Choose this endpoint when you need to enrich a person's professional profile using People Data Labs' data — especially when you have partial identifiers like an email or LinkedIn URL and want work history, education, and social profiles back. Prefer this over generic web scraping when you need structured, reliable professional data with a confidence score. Best for B2B sales, recruiting, and CRM enrichment workflows where structured career data matters.

## Known failure modes

- Insufficient identifiers provided — at least one of name, email, phone, or LinkedIn URL is needed
- Low match confidence — returns empty or partial profile when likelihood score is below the specified minimum
- Person not found in database — 404 or empty result for obscure individuals
- Invalid LinkedIn URL format causing query failure
- Rate limiting or payment failure via x402 protocol resulting in 402 response

## How this service works

Enrich a person by name, email, phone, LinkedIn URL, or other identifiers. Returns full profile with work history, education, skills, and social profiles.

## Output

Returns a structured person profile including full name, current and past employers with titles and dates, education institutions and degrees, skills, email addresses, phone numbers, social profile URLs, and a likelihood score (1–10) indicating match confidence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lid": {
       "type": "string",
       "description": "LinkedIn ID or URL"
      },
      "name": {
       "type": "string",
       "description": "Full name (e.g. Jennifer C. Jackson)"
      },
      "email": {
       "type": "string",
       "description": "Email address"
      },
      "phone": {
       "type": "string",
       "description": "Phone number"
      },
      "pretty": {
       "type": "boolean",
       "description": "Pretty print JSON response"
      },
      "company": {
       "type": "string",
       "description": "Current company name"
      },
      "profile": {
       "type": "string",
       "description": "Social profile URL"
      },
      "location": {
       "type": "string",
       "description": "Location string"
      },
      "required": {
       "type": "string",
       "description": "Required fields in response (e.g. experience AND emails)"
      },
      "last_name": {
       "type": "string",
       "description": "Last name"
      },
      "first_name": {
       "type": "string",
       "description": "First name"
      },
      "min_likelihood": {
       "type": "number",
       "description": "Minimum match confidence (1-10, default 2)"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

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