Public Records Lookup
Ethical public-records enrichment from open web signals only.
Step 1 โ Understand the use case
Combine a name + optional location to retrieve high-level public signals. This service does not return licensed consumer phone/address databases.
Step 2 โ curl
curl -s -X POST https://x402-micro-pay.com/api/skills/whitepages \
-H "Content-Type: application/json" \
-d '{"name":"Jane Doe","location":"Minneapolis, MN"}'
Step 3 โ Humanless agent
python -m agent.humanless_client whitepages --name "Jane Doe" --location "Minneapolis"
Step 4 โ Chain with OSINT Graph
- Run whitepages for initial signals
- Feed a confident public name into osint_graph for relationship expansion
Input schema
| Field | Type | Required |
|---|---|---|
| name | string | yes |
| location | string | no |
Billing
Free beta now ยท x402 wallet required soon ($0.003/call)