added

[January 12, 2025] Refreshed App

v0.25.0

v0.25.0 is our biggest API upgrade yet - a top-to-bottom refresh deeply informed by your feedback. We've focused on what matters most: more data, simpler experience, and easier access to tools to build with.

TL;DR - What's New:

🚀 New API dashboard with personalized resource hub

🚀 Basic tier: Now 1,000 free monthly credits + access to property data

🚀 Pro tier: Now 1M monthly credits (50x more!) + credit rollover + annual option

🚀 Streamlined credit management across all endpoints

⚠️ Note: Breaking changes in property endpoints - SDK update required.

Here’s what you need to know:

New API Application Experience

What's new:

  • Clean, modern interface
  • Streamlined onboarding
  • Smart profiles that customize your experience:
    • Select "Lab Technician" if you're a developer - we'll prioritize technical resources
    • Choose "Market Explorer" if you're focused on housing research
  • New market intelligence hub with personalized resources and research
  • Enhanced API dashboard with improved credit management

Better Credits Plans

What's new:

  • Basic plan (free)
    • 1,000 free credits/month (5x more data!)
    • Full access to all endpoints, including property data - previously a premium-only feature
  • Pro plan ($99/month or $999/year)
    • 1M monthly credits (50x more data at the same price!)
    • New credit rollover - bank any unused credits and accumulate across cycles, giving you flexibility to access credits as you need
    • Annual option: Get all 12M credits upfront to use throughout the year and save two months off the price

These plans offer the best value in housing data - upgrade here to get immediate access.

Cross API Updates

What's new:

  • All endpoints now include credit management fields in all responses to help you track usage:
"account": {
    "est_credits_used": 1,
    "est_remaining_credits": 999
}

Definitions:

  • est_credits_used: Estimated number of credits used for this request
  • est_remaining_credits: Estimated remaining credits after this request

Property Endpoint Updates

What's new:

  • Easier credit management for properties
    • New credit management fields are especially valuable for property endpoints, where data volume can vary by request
    • In addition to the new credit management fields, we've introduced a simplified credit calculation:
      • Now 1 property = 1 credit, regardless of events returned
      • Significantly increases the value per credit
      • Makes credit usage more predictable
  • Enhanced Address Search endpoint
    • Now returns clean, validated address information for every provided property
    • Response format:
{
  "items": [
	  {
	    "address": "123 Main St",
	    "unit": "string",
	    "city": "Los Angeles",
	    "state_abbreviation": "AK",
	    "zip_code": "90001",
	    "source_id": "123"
	  }
  ],
  "account": {
    "est_credits_used": 1,
    "est_remaining_credits": 999
  }
}

Pro tip: Use Address Search for address verification and database cleansing - our AI/ML matching system standardizes messy input data into clean property indexes and addresses. Learn more about Address Search here.

⚠️ Breaking Change: Property endpoint updates require SDK updates. Please upgrade your SDK to access these new features.