Field | Type | Description | Example |
---|---|---|---|
address | string | Full property address including street, city, state, and ZIP code | 123 Main St, San Francisco, CA 94102 |
price | number | Current listing price in USD | 850000 |
bedrooms | number | Number of bedrooms in the property | 3 |
bathrooms | number | Number of bathrooms including half baths | 2.5 |
squareFootage | number | Total living area in square feet | 1850 |
propertyType | string | Type of property (Single Family, Condo, Townhouse, etc.) | Single Family Home |
yearBuilt | number | Year the property was constructed | 1998 |
daysOnMarket | number | Number of days the property has been listed | 15 |
listingStatus | string | Current status of the listing (Active, Pending, Sold) | Active |
schoolRatings | object | Ratings for nearby elementary, middle, and high schools | {
"elementary": 8,
"middle": 7,
"high": 9
} |
walkScore | number | Walkability score from 0-100 | 85 |
crimeGrade | string | Neighborhood crime safety grade | B+ |