REST API 50+ Data Points Pay Per Hit

Property Data + Skip Trace API. Pay Per Hit. No Minimums.

One REST endpoint. 50+ data points. Owner contact with DNC flags. $0.20 per hit. Send a property address, get back owner names, phones, emails, property value, equity, mortgage, features, and compliance flags -- all in a single JSON response.

150M+

U.S. Properties

50+

Data Fields

500

Requests/Min

$0.20

Per Hit

$0 on miss -- you only pay when data is returned

See the API in Action

One POST request. One JSON response. Property data and owner contact in under 2 seconds.

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

# Request -- look up property data and owner contact by address

curl -X POST https://www.tracerfy.com/v1/api/lead-builder/lookup/ \
  -H "Authorization: Api-Key YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "address": "742 Evergreen Terrace",
    "city": "Springfield",
    "state": "IL",
    "zip_code": "62704"
  }'

# Response (key fields shown -- full response includes 50+ fields)

{
  "hit": true,
  "credits_deducted": 10,
  "skip_trace_hit": true,
  "property": {
    "address": "4521 E Monte Cristo Ave",
    "city": "Phoenix",
    "state": "AZ",
    "zip_code": "85032",
    "county": "Maricopa",
    "apn": "123-45-6789",
    "property_type": "SFR",
    "year_built": 1978,
    "beds": 4,
    "baths": 2.5,
    "building_size_sqft": 2140,
    "lot_size_sqft": 8712,
    "estimated_value": 485000,
    "estimated_equity": 298000,
    "equity_percent": 61.4,
    "open_mortgage_balance": 134500,
    "lender_name": "Wells Fargo",
    "has_pool": false,
    "has_garage": true,
    "roof_material": "Composition Shingle",
    "flood_zone": false,
    "absentee_owner": false,
    "high_equity": true,
    "pre_foreclosure": false,
    "tax_delinquent": false
  },
  "owners": [
    { "first_name": "JANET", "last_name": "MORRIS" },
    { "first_name": "ROBERT", "last_name": "MORRIS" }
  ],
  "mailing_address": {
    "address": "4521 E Monte Cristo Ave",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "85032"
  },
  "contacts": {
    "phones": [
      { "number": "4805551234", "type": "Mobile", "dnc": false, "tcpa": false, "carrier": "T-Mobile" },
      { "number": "4805559876", "type": "Mobile", "dnc": true, "tcpa": false, "carrier": "AT&T" },
      { "number": "4805550100", "type": "Landline", "dnc": false, "tcpa": false, "carrier": "CenturyLink" }
    ],
    "emails": [
      { "email": "[email protected]" }
    ],
    "litigator": false,
    "has_contact": true,
    "contact_clean": false
  }
}

What's In Every Response

50+ fields organized into three categories -- property intelligence, owner contact, and compliance flags

Property Intelligence

  • Estimated value and assessed value
  • Estimated equity and equity percent
  • Open mortgage balance and lender
  • Estimated monthly payment
  • Price per square foot
  • Year built, beds, baths, sqft, lot size
  • Stories, units, property type
  • Pool, garage, basement, A/C, deck
  • Roof material and construction type
  • APN, county, subdivision, flood zone
  • Sale history, deed info, HOA
  • Portfolio size and total portfolio value

Owner Contact

  • Owner 1 and Owner 2 names
  • Owner mailing address (full)
  • Primary phone with type and carrier
  • Up to 3 mobile numbers
  • Up to 2 landline numbers
  • Per-phone DNC flag
  • Per-phone TCPA litigator flag
  • Up to 3 email addresses
  • has_contact flag
  • contact_clean flag

Compliance and Flags

  • DNC (Do Not Call) per phone
  • TCPA litigator per phone
  • Absentee owner flag
  • Vacant property flag
  • Pre-foreclosure flag
  • Free and clear flag
  • High equity flag
  • Tax delinquent flag
  • Corporate owned flag
  • Cash buyer, inherited, judgment

Simple, Transparent Pricing

$0.20 per hit. $0 on miss. No subscription. No monthly minimum.

$0.20

per successful lookup (10 credits)

$0 on miss. No subscription. No commitment.


Credits never expire

No monthly minimum

Auto top-up available

Provider Pricing Model Minimum
Enterprise providers $1,000+/mo subscription Annual contract
Mid-tier providers $500/mo minimum Monthly commitment
Tracerfy $0.20 per hit None

Buy credits when you need them. Use them when you want. They never expire.

Integration Patterns

Four ways developers use the property data API in production

CRM Enrichment

Auto-enrich addresses as they enter your pipeline. When a new property hits your CRM, call the lookup endpoint to attach owner names, phones with DNC flags, emails, and mailing address -- zero manual data entry.

Due Diligence

Instant property intelligence before making offers. Get estimated value, equity, mortgage balance, tax status, and ownership flags in one call -- no spreadsheets, no manual research.

Portfolio Monitoring

Track property values and ownership changes across your portfolio. Schedule periodic lookups to detect equity shifts, new mortgages, pre-foreclosure status, or ownership transfers.

White-Label

Embed property data in your own product. Give your users property intelligence, owner contacts, and compliance flags without building the data layer yourself. Our API powers your branded experience.

Technical Specs

Everything you need to know before you integrate

Authentication API key via Authorization: Api-Key YOUR_API_KEY header
Rate Limit 500 requests per minute per account
Response Format JSON
Coverage 150M+ U.S. residential properties across all 50 states
Property Types SFR, MFR, Condo, Townhouse, Mobile, Land
Uptime 99.9% target
SSL Required (HTTPS only)
Response Time Under 2 seconds (typical)
Cost 10 credits ($0.20) per hit, 0 on miss

Frequently Asked Questions

Common questions from developers integrating the property data API

The API uses API key authentication. Include your key in the Authorization header as Api-Key YOUR_API_KEY. You can generate an API key from your Tracerfy dashboard after creating a free account. Keys can be rotated or revoked at any time from the dashboard.

The lookup endpoint supports 500 requests per minute per account. This is sufficient for most production use cases including CRM enrichment and real-time lookups. If you need higher throughput for enterprise integrations, contact support and we can adjust your limits.

Each successful lookup costs 10 credits, which is $0.20 at the standard credit rate of $0.02 each. If the address is not found in our database, zero credits are deducted. There is no charge on miss. Credits are purchased in advance and never expire.

No. Tracerfy uses a pure pay-per-hit model. There is no subscription, no monthly minimum, and no annual contract. Buy credits when you need them, use them at your own pace, and they never expire. You can also enable auto top-up to automatically refill your balance when it drops below a threshold.

You are not charged. The response returns "hit": false with zero credits deducted. Your application can handle misses programmatically by checking the hit field in the JSON response.

Yes. Every phone number in the response includes individual DNC (Do Not Call) and TCPA litigator boolean flags, plus carrier name and phone type (Mobile, Landline, VoIP). This lets you filter for compliance before dialing without running a separate scrub step. For deeper compliance, you can also run phone lists through our DNC Scrubbing service.

The lookup endpoint is designed for single-address, synchronous lookups -- ideal for CRM enrichment and on-demand queries. For batch processing with property filters (equity, vacancy, geography, and 90+ more), use the Lead Builder API (async) which supports up to 25,000 rows per request. Both endpoints share the same credit balance.

The API covers 150M+ U.S. properties including single-family residential (SFR), multi-family (MFR), condominiums, townhouses, mobile homes, and vacant land. Coverage spans all 50 states including urban, suburban, and rural areas. The property_type field in the response tells you exactly what type of property was matched.

Start Building With Property Data

Create a free account, generate your API key, and make your first lookup in minutes. Full documentation and code examples available. Not a developer? Try our web-based property lookup instead.

Get Your API Key Full API Reference