{
  "x402Version": 2,
  "id": 11027,
  "slug": "11027",
  "resource": "https://trace.sociologic.ai/trace",
  "description": "Skip trace lookup - find phones, emails, and optionally owner info",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0b6E3594Df4Faa6D66196D5a3271796AD8Bb505d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "120000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "address": "123 Main St",
            "city": "Austin",
            "find_owner": true,
            "first_name": "John",
            "last_name": "Doe",
            "state": "TX",
            "zip": "78701"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "persons": [
              {
                "emails": [
                  {
                    "email": "john.doe@example.com",
                    "rank": 1
                  }
                ],
                "mailing_address": {
                  "city": "Austin",
                  "state": "TX",
                  "street": "456 Oak Ave",
                  "zip": "78702"
                },
                "owner": {
                  "age": "45",
                  "deceased": false,
                  "dob": "1980-03-15",
                  "first_name": "John",
                  "full_name": "John Doe",
                  "last_name": "Doe",
                  "litigator": false,
                  "property_owner": true
                },
                "phones": [
                  {
                    "carrier": "CARRIER NAME",
                    "dnc": false,
                    "number": "5125551234",
                    "rank": 1,
                    "type": "Mobile"
                  }
                ]
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "address": {
                    "description": "Street address",
                    "type": "string"
                  },
                  "city": {
                    "description": "City",
                    "type": "string"
                  },
                  "find_owner": {
                    "default": true,
                    "description": "Set to false to skip owner discovery; first_name and last_name become required",
                    "type": "boolean"
                  },
                  "first_name": {
                    "description": "First name (required when find_owner is false)",
                    "type": "string"
                  },
                  "last_name": {
                    "description": "Last name (required when find_owner is false)",
                    "type": "string"
                  },
                  "state": {
                    "description": "State abbreviation",
                    "type": "string"
                  },
                  "zip": {
                    "description": "ZIP code (optional)",
                    "type": "string"
                  }
                },
                "required": [
                  "address",
                  "city",
                  "state"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "bodyType",
              "body",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "trace.sociologic.ai",
  "lastUpdated": "2026-09-04T18:21:09.387Z",
  "quality": {
    "calls30d": 71,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-04T18:21:20.372Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "trace.sociologic.ai",
    "manifest_name": "trace.sociologic.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}