Search and filter people using Elasticsearch or SQL queries
Search and filter people using Elasticsearch or SQL queries. Find people by job title, company, location, skills, education, and more. | ERROR: Unable to calculate price.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
265 msmedian answer time
$0.35listed price per call
$0.35price 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://x402.orthogonal.com/peopledatalabs/v5/person/search
| Category | Company and compliance |
|---|---|
| Provider host | x402.orthogonal.com |
| Networks | eip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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.35 | 265 ms |
Example input (from the provider)
{
"body": {
"size": 0
},
"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": {
"dataset": {
"description": "Dataset to search (all, resume, email, phone, mobile_phone)",
"type": "string"
},
"from": {
"description": "Offset for pagination",
"type": "number"
},
"query": {
"description": "Elasticsearch DSL query",
"type": "object"
},
"scroll_token": {
"description": "Pagination token from previous response",
"type": "string"
},
"size": {
"description": "Number of results to return (max 100, cost is )",
"type": "number"
},
"sql": {
"description": "SQL query (alternative to Elasticsearch)",
"type": "string"
},
"titlecase": {
"description": "Title case text fields in response",
"type": "boolean"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}