Field | Type | Description | Example |
---|---|---|---|
address | object | Full property address including street, city, state, and ZIP code | {"street": "123 Main St", "city": "Austin", "state": "TX", "zip": "78701"} |
price | number | Current listing price in USD | 450000 |
bedrooms | integer | Number of bedrooms in the property | 3 |
bathrooms | number | Number of bathrooms (can include half baths as decimals) | 2.5 |
squareFeet | integer | Total living area in square feet | 2150 |
lotSize | number | Lot size in acres | 0.25 |
yearBuilt | integer | Year the property was constructed | 1998 |
propertyType | string | Type of property (Single Family, Condo, Townhouse, etc.) | Single Family |
listingDate | string | Date when property was listed (ISO 8601 format) | 2024-03-15 |
mlsNumber | string | Multiple Listing Service identification number | MLS2024-789456 |
photos | array | Array of property photo URLs | ["https://photos.homes.com/p1.jpg", "https://photos.homes.com/p2.jpg"] |
schoolRatings | object | Ratings for nearby schools (elementary, middle, high) | {"elementary": 8, "middle": 7, "high": 9} |