REST API 150M+ Properties Pay Per Hit

Property Owner Data API for Developers

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

What You Get From One API Call

Pass a property address and get back a complete owner dossier

Input

address city state zip

Owner Identity

  • Names (up to 2 owners)
  • Ownership type
  • Years owned

Contact Info

  • Up to 5 phones
  • Carrier, DNC, TCPA flags
  • Up to 3 emails
  • Litigator flag

Property Details

  • Value, equity
  • Beds, baths, sqft
  • Year built, roof type
  • Pool, garage

Mailing Address

  • Owner's mailing address
  • Often different from property
  • Key for absentee owners

Two Ways to Get Owner Data

Single-address lookup for real-time enrichment, or bulk search to build targeted owner lists at scale

POST /v1/api/lead-builder/lookup/

Single Lookup

One address in, full owner dossier out. Synchronous response in under 2 seconds.

  • 10 credits per hit ($0.20)
  • 0 credits on miss
  • Real-time response

Use cases: CRM enrichment, due diligence, on-the-fly lookups in your app

POST /v1/api/leads/execute/ + GET /rows/

Bulk Search

Set filters (equity, vacancy, geography, 90+ options), get up to 25,000 skip-traced owner records.

  • 5 credits per row ($0.10)
  • Free preview endpoint
  • Typically 1-5 minutes

Use cases: building lead lists, market analysis, mass outreach campaigns

See It In Action

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"
  }
}

Built For Your Industry

Property owner data powers workflows across mortgage, insurance, real estate, and more

Mortgage and Lending

Verify property ownership before underwriting. Confirm the applicant is the actual owner and pull current contact details for follow-up during the loan process.

Insurance

Enrich policyholder records with current owner data. Validate ownership status, pull updated contact information, and flag property characteristics relevant to risk assessment.

Direct Mail and Marketing

Build targeted mailing lists with verified owner addresses. The mailing address field captures where absentee owners actually receive mail, not just the property address.

Real Estate Platforms

Embed owner lookup directly in your PropTech product. Give your users property intelligence and owner contacts without building the data layer yourself.

Title and Escrow

Automate ownership verification workflows. Look up current owner names and contact details as part of your title search and closing process.

Why Tracerfy

Four reasons developers choose Tracerfy for property owner data

Pay Per Result

No monthly subscription. You pay only when the API returns owner data. Misses cost nothing.

Real-Time Data

Owner contacts are skip traced on demand, not pulled from stale or pre-compiled databases.

Compliance Built In

DNC, TCPA, and carrier flags are included on every phone number. No separate scrub step needed.

Full Coverage

150M+ residential properties across all 50 states. Urban, suburban, and rural addresses included.

Simple, Transparent Pricing

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.

Frequently Asked Questions

Common questions about the Property Owner Lookup API

No charge. You only pay for hits -- if the API cannot find owner data for the address you submit, zero credits are deducted. The response will indicate a miss so your application can handle it accordingly.

Phone numbers are skip traced in real time with DNC, TCPA, and carrier flags included on every number. This is not scraped or aged data -- each lookup triggers a fresh trace. For additional compliance, you can run phone lists through our DNC Scrubbing service.

The API is primarily designed for residential properties. Commercial property data is limited and may not include full owner contact information. For best results, use it with single-family homes, condos, townhouses, and small multi-family properties.

Rate limits are documented per endpoint in the API documentation. Limits are designed to be generous for production use cases while preventing abuse. If you need higher throughput for enterprise-scale integrations, contact support and we can adjust your limits.

This page focuses on owner contact data -- looking up who owns a property and how to reach them. The full Lead Builder API adds 90+ property filters, AI-powered natural language search, and batch list building for finding properties you don't already have addresses for. Both use the same endpoints and credit balance.

Start Looking Up Property Owners Today

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