158M+ Properties • 200+ Attributes • 100 Free Credits

Real Estate Data API

Access comprehensive property data for millions of U.S. addresses through simple RESTful endpoints. New signups are currently paused — join the waitlist and get 100 free credits when you're invited.

GET /api/v1/parcels/get
200 OK
{
  "id": "123-Main-St,-Austin,-TX-78701",
  "formattedAddress": "123 Main St, Austin, TX 78701",
  "latitude": 30.267153,
  "longitude": -97.743057,
  "propertyType": "Single Family",
  "bedrooms": 3,
  "bathrooms": 2,
  "livingArea": 1878,
  "lotSize": 8850,
  "yearBuilt": 1975,
  "ownerName": "Jane Doe",
  "lastSaleDate": "2023-07-15",
  "lastSalePrice": 320000
}