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.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
260 msmedian answer time
$0.04listed price per call
$0.04price 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://stable-people-data-git-pdl-signoz-usage-alarms-merit-systems.vercel.app/api/pdl/person/search
| Category | Code and developer |
|---|---|
| Provider host | stable-people-data-git-pdl-signoz-usage-alarms-merit-systems.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 32 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-27 | valid payment request | 402 | $0.04 | 260 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 ...",
"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"
}