S
$0.12
per call · USD Coin on Base
Skip trace lookup - find phones, emails, and optionally owner info
Endpoint
POST https://trace.sociologic.ai/trace71
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 to
0x0b6e3594df4faa6d66196d5a3271796ad8bb505dAsset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Sociologic & similar services
S
Sociologic · Random
rng.sociologic.ai
Generate cryptographically secure random float(s) between 0 and 1
GETBaseGames & Fun
$0.01 / call6 calls / 30d
S
Sociologic · Random INT
rng.sociologic.ai
Generate a cryptographically secure random integer within a range
GETBaseGames & Fun
$0.01 / call5 calls / 30d
S
Sociologic · Dice
rng.sociologic.ai
Roll a die with configurable number of sides (2-1000)
GETBaseGames & Fun
$0.02 / call3 calls / 30d