New Feature: Bulk Address Enrichment

Turn Addresses into
Actionable Intelligence

Have a list of leads but missing the data? Send us raw addresses, and we'll match them to our database of 1M+ properties to return Zestimates, foreclosure status, and specs.

Smart Matching Engine

Address formats are messy. Our lookup engine uses fuzzy logic and normalization to find the right property even if your input isn't perfect.

  • Bulk Processing

    Send up to 10 addresses in a single API call to minimize latency and manage quotas efficiently.

  • Flexible Formats

    Works with 123 Main St, City, ST or just 123 Main, Zipcode. We handle the parsing.

POST /lookup
JSON
// Request Payload
{
  "addresses": [
    "123 Main St, Springfield, IL",
    "904 W Linden, Carbondale 62901"
  ]
}
// Response
{
  "results": [
    {
      "found": true,
      "data": { ...zestimate, beds, etc... }
    }
  ]
}

Perfect For

List Enrichment

You have a list of addresses from a marketing campaign but no property values. Fill in the blanks instantly.

CRM Sync

Automatically update your CRM records with fresh Zestimates and rent data whenever a new lead comes in.

Verification

Validate that user-provided addresses exist and retrieve their official standardized format.