Use when an agent needs pdl people enrich
Use when an agent needs pdl people enrich. Returns PDL-shaped people enrichment from supplied identity signals, with normalized person fields and explicit nulls for unavailable third-party attributes. $0.28.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
20 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://api.oblique.markets/api/v1/paid/pdl-people-enrich
| Category | Everything else |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 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 | 20 ms |
Example input (from the provider)
{
"body": {
"company": "Company or organization",
"domain": "Company domain",
"email": "Person email address",
"first_name": "First name",
"last_name": "Last name",
"linkedin_url": "LinkedIn profile URL",
"name": "Full name"
},
"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": {
"properties": {
"company": {
"description": "Company or organization",
"type": "string"
},
"domain": {
"description": "Company domain",
"type": "string"
},
"email": {
"description": "Person email address",
"type": "string"
},
"first_name": {
"description": "First name",
"type": "string"
},
"last_name": {
"description": "Last name",
"type": "string"
},
"linkedin_url": {
"description": "LinkedIn profile URL",
"type": "string"
},
"name": {
"description": "Full name",
"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"
},
"output": {
"properties": {
"identity_hash": {
"type": "string"
},
"match": {
"properties": {
"confidence": {
"type": "string"
},
"input_signals": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"person": {
"properties": {
"company": {
"type": "string"
},
"company_domain": {
"type": "string"
},
"email": {
"type": "string"
},
"email_domain": {
"type": "string"
},
"first_name": {
"type": "string"
},
"full_name": {
"type": "string"
},
"id": {
"type": "string"
},
"job_title": {
"type": "null"
},
"last_name": {
"type": "string"
},
"linkedin_url": {
"type": "null"
},
"location": {
"type": "null"
},
"profiles": {
"type": "array"
}
},
"type": "object"
},
"retrieved_at": {
"type": "string"
},
"source": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}