Field | Type | Description | Example |
---|---|---|---|
listingId | string | Unique identifier for the property listing on Realtor.com | M9871234567 |
address | object | Full property address including street, city, state, and ZIP | {street: '123 Main St', city: 'Austin', state: 'TX', zip: '78701'} |
price | number | Current listing price in USD | 525000 |
bedrooms | number | Number of bedrooms in the property | 3 |
bathrooms | number | Total number of bathrooms including half baths | 2.5 |
squareFootage | number | Total living area in square feet | 2150 |
propertyType | string | Type of property (single family, condo, townhouse, etc.) | single_family |
yearBuilt | number | Year the property was constructed | 2015 |
daysOnMarket | number | Number of days the property has been listed | 12 |
listingAgent | object | Contact information for the listing agent | {name: 'John Smith', phone: '512-555-0123', brokerName: 'Keller Williams'} |
schoolRatings | object | Ratings for nearby elementary, middle, and high schools | {elementary: 8, middle: 7, high: 9} |
walkScore | number | Walkability score from 0-100 indicating pedestrian friendliness | 72 |