{
  "x402Version": 2,
  "id": 6689,
  "slug": "6689",
  "resource": "https://stablepeopledata.dev/api/pdl/person/search",
  "description": "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).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7f33B3C113915a0f2981070553BA9538C0f90171",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "280000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {},
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$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 — 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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "stablepeopledata.dev",
  "lastUpdated": "2026-08-28T14:43:10.613Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T14:43:10.343Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "stablepeopledata.dev",
    "manifest_name": "stablepeopledata.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}