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 on-demand 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
Build targeted outreach lists for refinance and home equity campaigns. Identify high-equity homeowners and reach them with relevant offers. For marketing outreach only — not for underwriting or credit decisions.
Target homeowners by property characteristics — roof type, year built, pool, lot size — for roofing, solar, HVAC, and landscaping outreach campaigns.
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.
Find motivated sellers, absentee owners, and distressed properties. Look up ownership details and contact info for acquisition outreach campaigns.
Four reasons developers choose Tracerfy for property owner data
No monthly subscription. You pay only when the API returns owner data. Misses cost nothing.
Each lookup triggers a new query — not pulled from a generic pre-built file.
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.
Your balance carries forward indefinitely. No end-of-month resets, no use-it-or-lose-it quotas.
Every result is stored permanently. Fetch via JSON API or re-download anytime — no data expiration.
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