PDL Person Search
PDL Person Search - Search across 3B+ person records using Elasticsearch DSL or SQL queries. Returns matching person records with pagination via scroll_token. Price scales with the requested `size` (1 PDL credit per result).
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://stablepeopledata.dev/api/pdl/person/search
| Category | Market data |
|---|---|
| Provider host | stablepeopledata.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 11 from 3 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": {},
"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": {
"dataset": {
"description": "Datasets to include: resume, email, phone, mobile_phone, street_address, consumer_social, developer, all",
"type": "string"
},
"query": {
"additionalProperties": {},
"description": "Elasticsearch v7.7 DSL query object",
"propertyNames": {
"type": "string"
},
"type": "object"
},
"scroll_token": {
"description": "Pagination token from previous response",
"type": "string"
},
"size": {
"description": "Batch size (1-100, default 1)",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"sql": {
"description": "SQL query: SELECT * FROM person WHERE ... Do not include LIMIT \u2014 use size for result count.",
"type": "string"
},
"titlecase": {
"description": "Titlecase text in response",
"type": "boolean"
}
},
"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"
}