# PDL People Enrichment via Stable Enrich

> PDL People Enrichment via Stable Enrich is a paid API for AI agents from stable-enrich-git-shafu-replace-apollo-b2b-37a426-merit-systems.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Enriches a person record with full career history, emails, and phone numbers using People Data Labs, given a LinkedIn URL, email, or name+domain.

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-replace-apollo-b2b-37a426-merit-systems.vercel.app/api/pdl/people-enrich
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pdl-people-enrichment-via-stable-enrich-6bfe6b27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gz5H1-6O2FMpily4A7NbB

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 pdl-people-enrichment-via-stable-enrich-6bfe6b27 -d '<json body>'
```

Example prompt: Can you enrich this contact for me — their LinkedIn is linkedin.com/in/jane-doe-marketing and I need their full career history, any known work emails, and phone numbers?

## When to prefer this

Use this endpoint when you need deep professional profile data including full career history, multiple email addresses, and phone numbers from People Data Labs — particularly well-suited when you have a LinkedIn URL or a confirmed email and want the richest available B2B contact enrichment. Prefer this over simpler enrichment services when career timeline and multiple contact channels matter.

## Known failure modes

- Person not found in PDL database — returns empty or low-confidence match
- Ambiguous name+domain match — may return wrong person if name is common
- LinkedIn URL may be stale or unindexed by PDL — no match returned
- Missing required identifier — request rejected if no LinkedIn URL, email, or name+domain provided
- Rate limit or payment failure — returns error if USDC payment not processed

## How this service works

PDL Person Enrich — full career history, emails, and phone from LinkedIn URL, email, or name+domain. $0.20/request.

## Output

Returns a enriched person record from People Data Labs including full career and employment history, known email addresses, phone numbers, job titles, education, and other professional profile data associated with the matched individual.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {
      "email": {
       "type": "string",
       "description": "Email address."
      },
      "profile": {
       "type": "string",
       "description": "LinkedIn or other social profile URL."
      },
      "last_name": {
       "type": "string",
       "description": "Last name."
      },
      "first_name": {
       "type": "string",
       "description": "First name."
      },
      "company_name": {
       "type": "string",
       "description": "Company name (with first_name + last_name)."
      },
      "company_domain": {
       "type": "string",
       "description": "Company domain, e.g. stripe.com (with first_name + last_name)."
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pdl-people-enrichment-via-stable-enrich-6bfe6b27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-enrich-git-shafu-replace-apollo-b2b-37a426-merit-systems.vercel.app](https://www.zero.xyz/host/stable-enrich-git-shafu-replace-apollo-b2b-37a426-merit-systems.vercel.app/llms.txt)
