Property owner name + contact info from an address
POST /api/properties/skip-tracing/property-owner-information/
4 credits
What it returns
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). Built from county records + skip-trace providers.
When to use it
- Direct-mail and cold-outreach campaigns for real-estate investors.
- Owner verification before drafting an offer.
- CRM enrichment by property address.
Pricing
4 credits per address resolved.
FAQ
How fresh is the data?
Upstream providers refresh on their own cadence. Treat data older than 12 months as stale for high-stakes outreach.
Does this work for commercial properties?
Limited. Residential is the primary use case.
What's the difference between this and associated-people?
This returns the legal owner (one or two persons). associated-people returns everyone the address can be linked to (residents, relatives, prior owners).
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
- People associated with a property address (residents, relatives) —
POST /api/properties/skip-tracing/associated-people/
A list of people associated with a property address — historical residents, current and former owners, related family members. - 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.