PDL Person Enrich — career history, emails, phone
PDL Person Enrich — career history, emails, phone. Requires one of: `email`, `profile` (LinkedIn URL), or `first_name` + `last_name` + (`company_name` OR `company_domain`). `{ first_name, last_name }` alone returns 400. Prefer `email` when known, then `profile`. No match: HTTP 200, status 404, data null — not billed. Match: $0.28.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
271 msmedian answer time
$0.28listed price per call
$0.28price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://stableenrich.dev/api/pdl/people-enrich
| Category | Everything else |
|---|---|
| Provider host | stableenrich.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1,036 from 46 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.28 | 271 ms |
Example input (from the provider)
{
"body": {
"profile": "https://www.linkedin.com/in/patrickcollison"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"company_domain": {
"description": "Company domain (with first_name + last_name). Fallback; similar coverage to profile.",
"type": "string"
},
"company_name": {
"description": "Company name (with first_name + last_name). Fallback; similar coverage to profile.",
"type": "string"
},
"email": {
"description": "Email address \u2014 highest-reliability input; prefer over profile/name when known.",
"type": "string"
},
"first_name": {
"description": "First name.",
"type": "string"
},
"last_name": {
"description": "Last name.",
"type": "string"
},
"profile": {
"description": "LinkedIn or other social profile URL. Similar coverage to name+domain \u2014 not a fallback when person is absent (data: null).",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}