S

Sociologic · Trace

by Sociologic

POSTBase

$0.12

per call · USD Coin on Base

Skip trace lookup - find phones, emails, and optionally owner info

Endpoint

POST https://trace.sociologic.ai/trace

71

Calls / 30d

1

Unique payers / 30d

Sep 4

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://trace.sociologic.ai/trace", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "123 Main St",
    "city": "Austin",
    "find_owner": true,
    "first_name": "John",
    "last_name": "Doe",
    "state": "TX",
    "zip": "78701"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://trace.sociologic.ai/trace" \
  -H "Content-Type: application/json" \
  -d '{"address":"123 Main St","city":"Austin","find_owner":true,"first_name":"John","last_name":"Doe","state":"TX","zip":"78701"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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"
        }
      ]
    }
  ]
}

Payment details

Pay to0x0b6e3594df4faa6d66196d5a3271796ad8bb505d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Sociologic & similar services