Look up any U.S. property owner by address. Get names, phone numbers, emails, mailing address, and ownership details in one API call.
No charge on miss -- you only pay when owner data is found
Pass a property address and get back a complete owner dossier
Input
Single-address lookup for real-time enrichment, or bulk search to build targeted owner lists at scale
/v1/api/lead-builder/lookup/
One address in, full owner dossier out. Synchronous response in under 2 seconds.
Use cases: CRM enrichment, due diligence, on-the-fly lookups in your app
/v1/api/leads/execute/
+
GET
/rows/
Set filters (equity, vacancy, geography, 90+ options), get up to 25,000 skip-traced owner records.
Use cases: building lead lists, market analysis, mass outreach campaigns
A single API call returns the property owner's full contact profile
# Look up the owner of a property by address
curl -X POST https://tracerfy.com/v1/api/lead-builder/lookup/ \
-H "Authorization: Api-Key YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"address": "4821 Oak Ridge Dr",
"city": "Phoenix",
"state": "AZ",
"zip_code": "85032"
}'
# Response (simplified)
{
"hit": true,
"credits_charged": 10,
"owner": {
"first_name": "Jane",
"last_name": "Miller",
"phones": [
{
"number": "6025551234",
"type": "Mobile",
"carrier": "T-Mobile",
"dnc": false,
"tcpa_litigator": false
}
],
"emails": ["[email protected]"],
"mailing_address": {
"street": "4821 Oak Ridge Dr",
"city": "Phoenix",
"state": "AZ",
"zip": "85032"
}
},
"property": {
"estimated_value": 385000,
"equity_percent": 72,
"beds": 4,
"baths": 2,
"sqft": 2200,
"year_built": 1987,
"property_type": "Single Family"
}
}
Property owner data powers workflows across mortgage, insurance, real estate, and more
Verify property ownership before underwriting. Confirm the applicant is the actual owner and pull current contact details for follow-up during the loan process.
Enrich policyholder records with current owner data. Validate ownership status, pull updated contact information, and flag property characteristics relevant to risk assessment.
Build targeted mailing lists with verified owner addresses. The mailing address field captures where absentee owners actually receive mail, not just the property address.
Embed owner lookup directly in your PropTech product. Give your users property intelligence and owner contacts without building the data layer yourself.
Automate ownership verification workflows. Look up current owner names and contact details as part of your title search and closing process.
Four reasons developers choose Tracerfy for property owner data
No monthly subscription. You pay only when the API returns owner data. Misses cost nothing.
Owner contacts are skip traced on demand, not pulled from stale or pre-compiled databases.
DNC, TCPA, and carrier flags are included on every phone number. No separate scrub step needed.
150M+ residential properties across all 50 states. Urban, suburban, and rural addresses included.
No subscription. No minimums. Pay only for delivered results.
| Endpoint | Cost | Notes |
|---|---|---|
| Single Lookup | 10 credits ($0.20) | Per hit. 0 on miss. |
| Bulk Search | 5 credits ($0.10) | Per delivered row. |
| Preview, Filters, Status, Rows | Free | No credits charged. |
No subscription. No minimums. Buy credits when you need them.
Common questions about the Property Owner Lookup API
Get your API key, look up your first property owner, and integrate owner data into your application. Full documentation and code examples available. Need the full suite? See our Real Estate Data API. Not a developer? Try the Lead Builder web interface instead.
View API Documentation Create Free Account