Field | Type | Description | Example |
---|---|---|---|
zpid | string | Zillow's unique property identifier for tracking and reference. | 2098659689 |
address | object | Full property address including street, city, state, and ZIP code. | {"street": "123 Main St", "city": "Seattle", "state": "WA", "zip": "98101"} |
price | number | Current listing price in USD for the property. | 750000 |
zestimate | number | Zillow's estimated market value for the property. | 762500 |
bedrooms | integer | Number of bedrooms in the property. | 3 |
bathrooms | number | Number of bathrooms in the property. | 2.5 |
squareFeet | integer | Total living area of the property in square feet. | 2150 |
propertyType | string | Type of property (e.g., single family, condo, townhouse). | Single Family |
yearBuilt | integer | Year the property was constructed. | 1985 |
daysOnMarket | integer | Number of days the property has been listed for sale. | 14 |
listingStatus | string | Current status of the listing (for sale, pending, sold). | FOR_SALE |
monthlyHoaFee | number | Monthly homeowners association fee if applicable. | 250 |