People associated with a property address (residents, relatives)
POST /api/properties/skip-tracing/associated-people/
1 credit
What it returns
A list of people associated with a property address — historical residents, current and former owners, related family members. Each person carries a person_id you can pass to skip-tracing/person-details for a full dossier.
When to use it
- Build outreach lists beyond just the legal owner (e.g. family members of a deceased owner).
- Discover hidden parties to a property (trust beneficiaries, relatives).
Pricing
1 credit per call.
FAQ
What's the difference vs. property-owner?
This returns the broader set (everyone linked to the address), at the cost of less identity detail per person. Use property-owner for the legal owner; associated-people for the wider net; person-details for the deep dive on a specific person.
Responses
200400— Bad request — a required parameter is missing or failed validation. Costs 0 credits.401— Authentication failed — missing or invalid API key. Costs 0 credits.402— Payment required — no active subscription or insufficient credit balance. Costs 0 credits.404— Not found — the address or identifier did not resolve to a record. Costs 0 credits.502
More in Skip Tracing
- Property owner name + contact info from an address —
POST /api/properties/skip-tracing/property-owner-information/
The legal owner of a US residential property given its address — name, mailing address (if different from the property), and contact methods (email and phone with connectivity/verification flags). - Full skip-trace dossier for a known person_id —
POST /api/properties/skip-tracing/person-details/
Full skip-trace dossier for a single person — current and previous addresses, phone numbers (with type and connectivity status), email addresses (with verification status), relatives, and associates.