https://github.com/chrismichaelps/zillow-api
The Custom Zillow API Scraper is a tool designed to collect real estate data from Zillow. It fetches property details, location data, photos, and historical prices, ideal for real estate analysis, market research, and investment opportunities.
https://github.com/chrismichaelps/zillow-api
zillow zillow-api zillow-scraper
Last synced: over 1 year ago
JSON representation
The Custom Zillow API Scraper is a tool designed to collect real estate data from Zillow. It fetches property details, location data, photos, and historical prices, ideal for real estate analysis, market research, and investment opportunities.
- Host: GitHub
- URL: https://github.com/chrismichaelps/zillow-api
- Owner: chrismichaelps
- Created: 2024-06-23T23:34:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T23:40:52.000Z (about 2 years ago)
- Last Synced: 2025-02-03T15:43:32.310Z (over 1 year ago)
- Topics: zillow, zillow-api, zillow-scraper
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✓ Custom Zillow API Scraper
> The Custom Zillow API Scraper is a tool designed to collect real estate data from Zillow. It fetches property details, location data, photos, and historical prices, ideal for real estate analysis, market research, and investment opportunities.
# In Development ...
## 📦 Installation
```shell
npm install zillow-api
yarn add zillow-api
```
# 📚 Documentation
# `fn agentFilter({query}: Filter)`
| @interface | @member | @type | @values |
|----------------------|---------------------|:-------------:|-----------------------------------------------------------------------:|
| Filter | query.page | number | |
| | query.locationText | string | Neighborhood/City/Zip |
| | query.language | Language | 'english-speaking', 'arabic-speaking', 'bengali-speaking', 'cantonese-speaking', 'farsi-speaking', 'french-speaking', 'german-speaking', 'greek-speaking', 'hebrew-speaking', 'hindi-speaking', 'hungarian-speaking', 'italian-speaking', 'japanese-speaking', 'korean-speaking', 'mandarin-speaking', 'polish-speaking', 'portuguese-speaking', 'russian-speaking', 'spanish-speaking', 'filipino-speaking', 'thai-speaking', 'turkish-speaking', 'vietnamese-speaking'|
| | query.specialty | Specialty | 'any', 'buyersagent-agent', 'listingagent-agent', 'relocation-agent', 'foreclosure-agent', 'shortsale-agent', 'consulting-agent' |
## Example
```typescript
const result = await agentFilter({
query: {
page: 1,
locationText: '00729',
language: 'spanish-speaking',
specialty: 'buyersagent-agent',
},
})
```
## Response
```json
{
"featuredAgents": [
{
"fullName": "Ricardo Garcia Jay Dean Nelson Team",
"profileLink": "/profile/jaynelson25359753/",
"profilePhotoSrc": "https://photos.zillowstatic.com/fp/05ec7385d6564fc21ad593f2adc58872-h_g.jpg",
"phoneNumber": "(240) 898-4337",
"reviewRating": 5,
"numReviews": 82,
"reviewLink": "/profile/jaynelson25359753/#reviews",
"isTopAgent": false
}
],
"mapUrl": "https://maps.googleapis.com/maps/api/staticmap?center=18.369479,-65.903507&zoom=9&size=400x160&maptype=roadmap&key=AIzaSyCadFmqeT-wY9jYJ9TJi5x8J1GzggZ5oFQ&style=feature%3Aadministrative.land_parcel%7Celement%3Aall%7Cvisibility%3Aoff%7C&style=feature%3Aadministrative.locality%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Aadministrative.neighborhood%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Aadministrative.province%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Alandscape%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Alandscape.man_made%7Celement%3Ageometry%7Csaturation%3A-100%7C&style=feature%3Alandscape.man_made%7Celement%3Ageometry.stroke%7Ccolor%3A0xdcdcdc%7C&style=feature%3Alandscape.natural%7Celement%3Aall%7Ccolor%3A0xe6e6e6%7C&style=feature%3Alandscape.natural%7Celement%3Alabels.text.fill%7Ccolor%3A0x7f7f7f%7C&style=feature%3Alandscape.natural.landcover%7Celement%3Aall%7Ccolor%3A0xe6e6e6%7C&style=feature%3Alandscape.natural.terrain%7Celement%3Aall%7Ccolor%3A0xe6e6e6%7C&style=feature%3Apoi%7Celement%3Ageometry.fill%7Ccolor%3A0xd6d6d6%7C&style=feature%3Apoi%7Celement%3Alabels.text%7Cvisibility%3Aoff%7C&style=feature%3Apoi.attraction%7Celement%3Aall%7Cvisibility%3Aoff%7C&style=feature%3Apoi.business%7Celement%3Aall%7Cvisibility%3Aoff%7C&style=feature%3Apoi.government%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.medical%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.medical%7Celement%3Alabels.text%7Cvisibility%3Aon%7C&style=feature%3Apoi.park%7Celement%3Aall%7Ccolor%3A0xb0d896%7C&style=feature%3Apoi.park%7Celement%3Alabels%7Cvisibility%3Aon%7Cweight%3A2.5%7C&style=feature%3Apoi.park%7Celement%3Alabels.text.fill%7Ccolor%3A0x787878%7Cinvert_lightness%3Atrue%7C&style=feature%3Apoi.park%7Celement%3Alabels.text.stroke%7Ccolor%3A0xffffff%7C&style=feature%3Apoi.place_of_worship%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.school%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.sports_complex%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Aroad%7Celement%3Ageometry%7Ccolor%3A0xf8f8f8%7C&style=feature%3Aroad%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Atransit%7Celement%3Alabels.text%7Cvisibility%3Aoff%7C&style=feature%3Awater%7Celement%3Ageometry%7Ccolor%3A0xb1bdd7%7C&style=feature%3Awater%7Celement%3Alabels.text.fill%7Ccolor%3A0xffffff%7C&style=feature%3Awater%7Celement%3Alabels.text.stroke%7Ccolor%3A0xa0aecc%7C&signature=cTapAZw-GBO6v06hWvrJI7CnwSE=",
"results": {
"professionals": [
{
"agentLicense": "",
"businessName": "Conrad Realty",
"encodedZuid": "X1-ZUtnfvqnx5t7nt_1wtuu",
"fullName": "Debby Conrad",
"location": "Rio Grande, PR",
"phoneNumber": "(787) 462-9919",
"profileLink": "/profile/conradrealtypr/",
"profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISvggwaum6k3f00000000000.jpg",
"reviewExcerpt": "Al time she call me yo up day every situation.",
"reviewExcerptDate": "2021-09-01 22:07:00",
"reviewLink": "/profile/conradrealtypr/#reviews",
"numTotalReviews": 1,
"reviews": "1 reviews",
"reviewStarsRating": 5,
"saleCountAllTime": 0,
"saleCountLastYear": 0,
"salePriceRangeThreeYearMin": 0,
"salePriceRangeThreeYearMax": 0,
"isTeamLead": false,
"isTopAgent": false
}
/// ...
],
"total": 135
}
}
```
# `fn getAgentProfile(profileLink: string)`
## Example
```typescript
const profileLink = '/profile/arrietarealtypr'
const result = await getAgentProfile(profileLink)
```
## Response
```json
{
"about": {
"title": null,
"specialties": [
"Buyer's agent",
"Listing agent",
"Short sale specialist",
"Consulting/advice",
"Property Management"
],
"description": "
We provide real estate services throughout Puerto Rico. Call us today at (787) 963-5043.
\n",
"yearsExperience": "2006"
},
"breadcrumbs": [
{
"text": "Puerto Rico",
"url": "/professionals/real-estate-agent-reviews/pr/"
},
{
"text": "San Juan PR 00926",
"url": "/professionals/real-estate-agent-reviews/san-juan-pr-00926-pr/"
},
{
"text": "Carolyn Arrieta"
}
],
"currentUrl": "www.zillow.com/profile/arrietarealtypr",
"displayUser": {
"encodedZuid": "X1-ZU10orcwon9whe1_aau4d",
"screenName": "arrietarealtypr",
"inCanada": false,
"name": "Carolyn Arrieta",
"flag": 50575858,
"profileTypeIds": [
1,
2
],
"profileTypes": [
"consumer",
"agent"
],
"sidebarVideoUrl": null,
"businessAddress": {
"city": "San Juan PR 00926",
"state": "PR"
},
"businessName": "Arrieta Realty",
"cpdUserPronouns": "She/Her/Hers",
"isTopAgent": false,
"profilePhotoSrc": "https://photos.zillowstatic.com/h_l/IS2bxvjwtg95ng0000000000.jpg",
"isPremierAgent": false,
"ratings": {
"count": 1,
"average": 5
}
},
"lastYearPastSalesTotal": {
"count": 0
},
"forSaleListings": {
"listings": [
{
"zpid": 352404908,
"home_type": "singleFamily",
"address": {
"line1": "(undisclosed Address)",
"line2": "Cidra, PR 00739",
"city": "Cidra",
"stateOrProvince": "PR",
"postalCode": "00739"
},
"bedrooms": 3,
"bathrooms": 3,
"openHouses": "",
"hasOpenHouse": false,
"primary_photo_url": "https://photos.zillowstatic.com/fp/cbc5f9e0d0bafa0c4a6fd12f506e08b9-a_a.jpg",
"price": 575000,
"price_currency": "usd",
"status": "fsba",
"latitude": null,
"longitude": null,
"brokerage_name": "CAROLYN ARRIETA",
"home_marketing_status": "active",
"home_marketing_type": "forSale",
"has_vr_model": false,
"listing_url": "/homedetails/Cidra-PR-00739/352404908_zpid/"
},
{
"zpid": 352317040,
"home_type": "singleFamily",
"address": {
"line1": "844 Cuper Bajo",
"line2": "San Juan, PR 00926",
"city": "San Juan",
"stateOrProvince": "PR",
"postalCode": "00926"
},
"bedrooms": 3,
"bathrooms": 2,
"openHouses": "",
"hasOpenHouse": false,
"primary_photo_url": "https://photos.zillowstatic.com/fp/fef71aa7aed1a3916a2167d15765b992-a_a.jpg",
"price": 320000,
"price_currency": "usd",
"status": "fsba",
"latitude": 18.362183,
"longitude": -66.04165,
"brokerage_name": "CAROLYN ARRIETA",
"home_marketing_status": "active",
"home_marketing_type": "forSale",
"has_vr_model": false,
"listing_url": "/homedetails/844-Cuper-Bajo-San-Juan-PR-00926/352317040_zpid/"
},
{
"zpid": 352309902,
"home_type": "condo",
"address": {
"line1": "Carr 115 Cond Mar Azul #7F",
"line2": "Aguada, PR 00602",
"city": "Aguada",
"stateOrProvince": "PR",
"postalCode": "00602"
},
"bedrooms": 3,
"bathrooms": 2,
"openHouses": "",
"hasOpenHouse": false,
"primary_photo_url": "https://photos.zillowstatic.com/fp/d9fa3b9b2a5fcc67437c5592949d3bc6-a_a.jpg",
"price": 415000,
"price_currency": "usd",
"status": "fsba",
"latitude": 18.38208,
"longitude": -67.18203,
"brokerage_name": "CAROLYN ARRIETA",
"home_marketing_status": "active",
"home_marketing_type": "forSale",
"has_vr_model": false,
"listing_url": "/homedetails/Carr-115-Cond-Mar-Azul-7F-Aguada-PR-00602/352309902_zpid/"
},
{
"zpid": 352229254,
"home_type": "multiFamily",
"address": {
"line1": "Extension Borinquen Gardens Violeta #TT4B",
"line2": "San Juan, PR 00926",
"city": "San Juan",
"stateOrProvince": "PR",
"postalCode": "00926"
},
"bedrooms": 3,
"bathrooms": 3,
"openHouses": "",
"hasOpenHouse": false,
"primary_photo_url": "https://photos.zillowstatic.com/fp/21c5ca78c78b5215f342aa90e8a14a9d-a_a.jpg",
"price": 264500,
"price_currency": "usd",
"status": "fsba",
"latitude": 18.356277,
"longitude": -66.07607,
"brokerage_name": "CAROLYN ARRIETA",
"home_marketing_status": "active",
"home_marketing_type": "forSale",
"has_vr_model": false,
"listing_url": "/homedetails/Extension-Borinquen-Gardens-Violeta-TT4B-San-Juan-PR-00926/352229254_zpid/"
},
{
"zpid": 352173572,
"home_type": "singleFamily",
"address": {
"line1": "Urb San Francisco Violeta #1684",
"line2": "San Juan, PR 00927",
"city": "San Juan",
"stateOrProvince": "PR",
"postalCode": "00927"
},
"bedrooms": 4,
"bathrooms": 2,
"openHouses": "",
"hasOpenHouse": false,
"primary_photo_url": "https://photos.zillowstatic.com/fp/757bebd5a0870c525d1883de11daad7a-a_a.jpg",
"price": 575000,
"price_currency": "usd",
"status": "fsba",
"latitude": 18.381872,
"longitude": -66.08332,
"brokerage_name": "CAROLYN ARRIETA",
"home_marketing_status": "active",
"home_marketing_type": "forSale",
"has_vr_model": false,
"listing_url": "/homedetails/Urb-San-Francisco-Violeta-1684-San-Juan-PR-00927/352173572_zpid/"
}
],
"listing_count": 8
},
"forRentListings": {
"listings": [],
"listing_count": 0
},
"getToKnowMe": {
"title": null,
"description": "We provide real estate services throughout Puerto Rico. Call us today at (787) 963-5043.
\n",
"inBusinessSince": "2006",
"videoUrl": null,
"specialties": [
"Buyer's agent",
"Listing agent",
"Short sale specialist",
"Consulting/advice",
"Property Management"
],
"languages": [
"Spanish"
],
"facebookUrl": "https://www.facebook.com/arrietarealestate/"
},
"isImpersonating": false,
"isReviewModerator": false,
"pastSales": {
"total": 0,
"past_sales": []
},
"preferredLenders": {
"lenders": []
},
"professionalInformation": [
{
"term": "Broker address",
"lines": [
"Arrieta Realty",
"Montehiedra Office Center Suite 301",
"San Juan PR 00926, PR 00926"
]
},
{
"term": "Cell phone",
"description": "(787) 963-5043"
},
{
"term": "Broker phone",
"description": "(787) 645-5068"
},
{
"term": "Websites",
"links": [
{
"text": "Facebook",
"url": "https://www.facebook.com/arrietarealestate/"
}
]
},
{
"term": "Screenname",
"description": "arrietarealtypr"
},
{
"term": "Member since",
"description": "02/02/2016"
},
{
"term": "Real Estate Licenses",
"lines": [
"C-20942 (PR)"
]
},
{
"term": "Languages",
"description": "English, Spanish"
}
],
"reviewsData": {
"reviews": [
{
"reviewComment": "I recently had the pleasure of working with Carolyn when buying my apartment , and I couldn’t be happier with the experience. From start to finish, she was professional, knowledgeable, and dedicated to ensuring that I found the perfect home.\n\nFrom our first meeting, it was clear that Carolyn was not just interested in making a sale but in finding a property that truly met my needs and preferences.",
"reviewId": 8339742,
"subRatings": [
{
"description": "Local knowledge",
"score": 5
},
{
"description": "Process expertise",
"score": 5
},
{
"description": "Responsiveness",
"score": 5
},
{
"description": "Negotiation skills",
"score": 5
}
],
"reviewee": {
"screenName": "arrietarealtypr",
"firstName": "Carolyn",
"lastName": "Arrieta",
"suffix": null,
"showName": true,
"encodedZuid": "X1-ZU10orcwon9whe1_aau4d"
},
"reviewer": {
"screenName": "sama1018",
"firstName": null,
"lastName": null,
"suffix": null,
"showName": true,
"encodedZuid": "X1-ZU16qi292qhfv9l_3fm19"
},
"rating": 5,
"createDate": "2024-06-12T09:15:00",
"rebuttal": null,
"workDescription": "South fork, Eagle river, AK."
}
],
"filters": [
{
"prompt": "All reviews",
"count": 1,
"serviceTypeIds": null
}
]
},
"serviceAreas": [
{
"regionId": 5011,
"text": "Guaynabo, PR",
"url": "/guaynabo-pr/"
},
{
"regionId": 10656,
"text": "Caguas, PR",
"url": "/caguas-pr/"
},
{
"regionId": 15403,
"text": "Gurabo, PR",
"url": "/gurabo-pr/"
},
{
"regionId": 20334,
"text": "San Juan, PR",
"url": "/san-juan-pr/"
},
{
"regionId": 25208,
"text": "Humacao, PR",
"url": "/humacao-pr/"
},
{
"regionId": 31247,
"text": "Dorado, PR",
"url": "/dorado-pr/"
},
{
"regionId": 44452,
"text": "Carolina, PR",
"url": "/carolina-pr/"
},
{
"regionId": 44495,
"text": "Cayey, PR",
"url": "/cayey-pr/"
},
{
"regionId": 51522,
"text": "Condado, San Juan, PR",
"url": "/condado-san-juan-pr/"
},
{
"regionId": 217567,
"text": "Bayamon, PR",
"url": "/bayamon-pr/"
}
]
}
```
# `fn getCurrentHomeDetails(listing_url: string)`
## Example
```typescript
const listing_url = '/homedetails/2435-Aspen-Rd-UNIT-104-Ames-IA-50010/114303858_zpid/'
const result = await getCurrentHomeDetails(listing_url)
```
## Response
```json
{
"property": {
"zpid": 114303858,
"listingSource": null,
"listingAccount": null,
"ownerAccount": null,
"lfaViewPropertyPageUrl": null,
"listingOwnerConfigIDs": null,
"postingPresentationTypes": null,
"maloneId": "2052867991",
"city": "Ames",
"state": "IA",
"homeStatus": "RECENTLY_SOLD",
"address": {
"streetAddress": "2435 Aspen Rd UNIT 104",
"city": "Ames",
"state": "IA",
"zipcode": "50010",
"neighborhood": null,
"community": null,
"subdivision": null
},
"isListingClaimedByCurrentSignedInUser": false,
"isCurrentSignedInAgentResponsible": false,
"bedrooms": 2,
"bathrooms": 2,
"price": 195000,
"yearBuilt": 2004,
"streetAddress": "2435 Aspen Rd UNIT 104",
"zipcode": "50010",
"isCurrentSignedInUserVerifiedOwner": false,
"propertyUpdatePageLink": null,
"moveHomeMapLocationLink": null,
"propertyEventLogLink": null,
"editPropertyHistorylink": null,
"isVerifiedClaimedByCurrentSignedInUser": false,
"listingDataSource": "Phoenix",
"responsivePhotos": [
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/bacd3cfa00932e4711ac2b58f71a90b9-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/67fdb8c0f6d0b05436428607b40393da-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/8146d2ef5ae9814045495c8c3e292bc0-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/9625098ac73a8f9a77f55cfef95b1e49-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/356a6c50d415598357cbc5f44e3b6b16-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/4a248bf5efa82d2e15557f3249a3b0d8-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/d47464aab2bc225cdfd6c5e1daa0bdb3-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/b4eb160cd6f365e229c442bd761f8af0-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/563a8b2de57f3773c46f173ead313977-cc_ft_1536.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"subjectType": null,
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-p_d.jpg",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_192.jpg",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_384.jpg",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_576.jpg",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_768.jpg",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_960.jpg",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_1152.jpg",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_1344.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_1536.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_192.webp",
"width": 192
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_384.webp",
"width": 384
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_576.webp",
"width": 576
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_768.webp",
"width": 768
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_960.webp",
"width": 960
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_1152.webp",
"width": 1152
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_1344.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/61edb682d24e8641098f231a885c6cec-cc_ft_1536.webp",
"width": 1536
}
]
}
}
],
"longitude": -93.64204,
"latitude": 42.050488,
"hasBadGeocode": false,
"isCamo": null,
"listing_sub_type": {
"is_FSBA": false,
"is_newHome": false,
"is_FSBO": false,
"is_pending": false,
"is_bankOwned": false,
"is_openHouse": false,
"is_forAuction": false,
"is_comingSoon": false,
"is_foreclosure": false
},
"streetViewMetadataUrlMediaWallLatLong": "https://maps.googleapis.com/maps/api/streetview/metadata?location=42.050488,-93.64204&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=tEiFYysUxwdD3uysijg0Hv0rqnU=",
"streetViewMetadataUrlMediaWallAddress": "https://maps.googleapis.com/maps/api/streetview/metadata?location=2435%20Aspen%20Rd%2C%20Ames%2C%20IA%2050010&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=oI7eEKOhP-QADXB2tk0F2XLEjuI=",
"streetViewServiceUrl": "https://street-view-url.prod.zgk-partner.zillowapi.com?zpid=114303858&address=2435%20Aspen%20Rd%2C%20Ames%2C%20IA%2050010&width=512&height=234&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&maxdistance=5280&lat=42.050488&lon=-93.64204&ttloverrides=%7B%22yesAddressSeconds%22:604800%7D&signature=B1bcQuyiVXqLL-pZ2-VUzsljv6U=",
"streetView": {
"addressSources": [
{
"width": 192,
"url": "https://maps.googleapis.com/maps/api/streetview?location=2435%20Aspen%20Rd%2C%20Ames%2C%20IA%2050010&size=192x72&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=rsW1LPNsDVLbm4W3v7u00REzV1U="
},
{
"width": 384,
"url": "https://maps.googleapis.com/maps/api/streetview?location=2435%20Aspen%20Rd%2C%20Ames%2C%20IA%2050010&size=384x144&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=ID4YGRNjuDP81NhDUY6LF_JMZPg="
},
{
"width": 768,
"url": "https://maps.googleapis.com/maps/api/streetview?location=2435%20Aspen%20Rd%2C%20Ames%2C%20IA%2050010&size=768x288&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=0BvXXG_poX_W_ZxsxaR6vxfijP4="
}
],
"latLongSources": [
{
"width": 192,
"url": "https://maps.googleapis.com/maps/api/streetview?location=42.050488,-93.64204&size=192x72&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=RFyReF0CCmxw4XEDtfoXnhp6_GI="
},
{
"width": 384,
"url": "https://maps.googleapis.com/maps/api/streetview?location=42.050488,-93.64204&size=384x144&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=310bLOFsJ0grY4wMMSfaYGKnkK8="
},
{
"width": 768,
"url": "https://maps.googleapis.com/maps/api/streetview?location=42.050488,-93.64204&size=768x288&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=ESHUQP7sUQQVCNTVKqDZbvxb8xQ="
}
]
},
"staticMap": {
"sources": [
{
"width": 192,
"url": "https://maps.googleapis.com/maps/api/staticmap?center=42.050488,-93.64204&zoom=13&size=192x144&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&signature=Ud0TJo7WRbhppRnimG3RBjtMJl8=",
"isHighResolutionStaticMap": null
},
{
"width": 192,
"url": "https://maps.googleapis.com/maps/api/staticmap?center=42.050488,-93.64204&zoom=15&size=192x144&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&scale=2&signature=k2oGcRlIgaaRNA-YKwcna5b7bE0=",
"isHighResolutionStaticMap": true
},
{
"width": 384,
"url": "https://maps.googleapis.com/maps/api/staticmap?center=42.050488,-93.64204&zoom=14&size=384x288&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&signature=O95Ix1t9vqS5bQ39fE107lNw_UQ=",
"isHighResolutionStaticMap": null
},
{
"width": 384,
"url": "https://maps.googleapis.com/maps/api/staticmap?center=42.050488,-93.64204&zoom=15&size=384x288&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&scale=2&signature=_RGRNqH44DpFt9KkB5v7tcRlSd0=",
"isHighResolutionStaticMap": true
},
{
"width": 768,
"url": "https://maps.googleapis.com/maps/api/staticmap?center=42.050488,-93.64204&zoom=15&size=768x576&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&signature=xSJllpIglcIu3WMn8_CB5TyrdDY=",
"isHighResolutionStaticMap": null
},
{
"width": 768,
"url": "https://maps.googleapis.com/maps/api/staticmap?center=42.050488,-93.64204&zoom=15&size=768x576&maptype=roadmap&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&scale=2&signature=XcZsH40mLBlsCAozv-MqaBhEvdY=",
"isHighResolutionStaticMap": true
}
]
},
"livingArea": 1133,
"homeType": "CONDO",
"lotSize": null,
"lotAreaValue": null,
"lotAreaUnits": "sqft",
"livingAreaValue": 1133,
"livingAreaUnitsShort": "sqft",
"resoFacts": {
"bathroomsFull": 2,
"bathroomsThreeQuarter": null,
"bathroomsHalf": null,
"bathroomsOneQuarter": null,
"accessibilityFeatures": null,
"additionalFeeInfo": null,
"associations": [
{
"feeFrequency": "$276 annually",
"name": "BRIAN REICHERT",
"phone": null
}
],
"associationFee": "$276 annually",
"associationAmenities": [
"Clubhouse",
"Maintenance Grounds",
"Snow Removal",
"Pool",
"Trash"
],
"associationFee2": null,
"associationFeeIncludes": null,
"associationName": "BRIAN REICHERT",
"associationName2": null,
"associationPhone": null,
"associationPhone2": null,
"basementYN": null,
"buildingName": null,
"buyerAgencyCompensation": "2.5",
"buyerAgencyCompensationType": "%",
"appliances": [
"Dishwasher",
"Disposal",
"Dryer",
"Microwave",
"Range",
"Refrigerator",
"Washer"
],
"atAGlanceFacts": [
{
"factLabel": "Type",
"factValue": "Condominium, Residential"
},
{
"factLabel": "Year Built",
"factValue": "2004"
},
{
"factLabel": "Heating",
"factValue": "Forced Air"
},
{
"factLabel": "Cooling",
"factValue": "Central Air"
},
{
"factLabel": "Parking",
"factValue": "Garage"
},
{
"factLabel": "HOA",
"factValue": "$276 annually"
},
{
"factLabel": "Buyers Agency Fee",
"factValue": "2.5"
},
{
"factLabel": "Offer Review Date",
"factValue": null
}
],
"attic": null,
"availabilityDate": null,
"basement": null,
"bathrooms": 2,
"bathroomsPartial": null,
"bathroomsFloat": 2,
"bedrooms": 2,
"bodyType": null,
"canRaiseHorses": false,
"carportParkingCapacity": null,
"cityRegion": "Ames",
"commonWalls": null,
"communityFeatures": null,
"cooling": [
"Central Air"
],
"coveredParkingCapacity": null,
"cropsIncludedYN": null,
"developmentStatus": null,
"doorFeatures": null,
"electric": null,
"elevation": null,
"elevationUnits": null,
"entryLevel": null,
"entryLocation": null,
"exclusions": null,
"feesAndDues": [
{
"type": "HOA",
"fee": "$276 annually",
"name": "BRIAN REICHERT",
"phone": null
},
{
"type": "HOA",
"fee": null,
"name": null,
"phone": null
}
],
"fencing": null,
"fireplaceFeatures": null,
"fireplaces": null,
"flooring": null,
"foundationArea": null,
"furnished": false,
"garageParkingCapacity": null,
"gas": null,
"greenBuildingVerificationType": null,
"greenEnergyEfficient": null,
"greenIndoorAirQuality": null,
"greenSustainability": null,
"greenWaterConservation": null,
"hasAssociation": true,
"hasAttachedGarage": null,
"hasAttachedProperty": false,
"hasCooling": true,
"hasCarport": null,
"hasElectricOnProperty": null,
"hasFireplace": null,
"hasGarage": true,
"hasHeating": true,
"hasLandLease": false,
"hasOpenParking": null,
"hasSpa": false,
"hasPrivatePool": null,
"hasView": false,
"hasWaterfrontView": null,
"heating": [
"Forced Air"
],
"highSchool": null,
"highSchoolDistrict": "Ames",
"hoaFee": "$276 annually",
"hoaFeeTotal": "$276 annually",
"homeType": "Condo",
"horseAmenities": null,
"horseYN": null,
"interiorFeatures": [
"Ceiling Fan(s)"
],
"irrigationWaterRightsAcres": null,
"irrigationWaterRightsYN": null,
"isSeniorCommunity": null,
"landLeaseAmount": null,
"landLeaseExpirationDate": null,
"laundryFeatures": [
"Main Level"
],
"levels": "One",
"listingId": null,
"lotFeatures": [
"Level"
],
"lotSize": null,
"livingQuarters": [],
"mainLevelBathrooms": null,
"mainLevelBedrooms": null,
"marketingType": null,
"middleOrJuniorSchool": null,
"middleOrJuniorSchoolDistrict": null,
"municipality": null,
"numberOfUnitsInCommunity": null,
"offerReviewDate": null,
"onMarketDate": 1706659200000,
"openParkingCapacity": null,
"otherEquipment": null,
"otherFacts": [],
"otherParking": null,
"ownershipType": null,
"parkingCapacity": 0,
"parkingFeatures": [
"Garage"
],
"patioAndPorchFeatures": null,
"poolFeatures": [
"Association"
],
"pricePerSquareFoot": 172,
"roadSurfaceType": [
"Hard Surface"
],
"roofType": null,
"rooms": [
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": "Kitchen",
"roomWidth": null
},
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": null,
"roomWidth": null
},
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": "Laundry",
"roomWidth": null
},
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": "MasterBedroom",
"roomWidth": null
},
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": "MasterBathroom",
"roomWidth": null
},
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": "Bedroom2",
"roomWidth": null
},
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": "LivingRoom",
"roomWidth": null
},
{
"area": null,
"description": null,
"dimensions": null,
"level": null,
"features": null,
"roomArea": null,
"roomAreaSource": null,
"roomAreaUnits": null,
"roomDescription": null,
"roomDimensions": null,
"roomFeatures": null,
"roomLength": null,
"roomLengthWidthSource": null,
"roomLengthWidthUnits": null,
"roomLevel": "Main",
"roomType": null,
"roomWidth": null
}
],
"securityFeatures": null,
"sewer": [
"Public Sewer"
],
"spaFeatures": null,
"specialListingConditions": "Standard",
"stories": null,
"storiesTotal": null,
"subdivisionName": null,
"totalActualRent": null,
"utilities": null,
"view": [],
"waterSource": [
"Public"
],
"waterBodyName": null,
"waterfrontFeatures": null,
"waterView": null,
"waterViewYN": null,
"windowFeatures": null,
"yearBuilt": 2004,
"zoning": "F-VR",
"zoningDescription": null,
"aboveGradeFinishedArea": "1,133",
"additionalParcelsDescription": null,
"architecturalStyle": null,
"belowGradeFinishedArea": null,
"builderModel": null,
"builderName": null,
"buildingArea": "1,133",
"buildingAreaSource": null,
"buildingFeatures": null,
"constructionMaterials": [],
"exteriorFeatures": [],
"foundationDetails": [],
"frontageLength": null,
"frontageType": null,
"hasAdditionalParcels": false,
"hasPetsAllowed": null,
"hasRentControl": null,
"hasHomeWarranty": false,
"inclusions": null,
"incomeIncludes": null,
"isNewConstruction": null,
"listingTerms": null,
"livingAreaRange": null,
"livingAreaRangeUnits": null,
"livingArea": "1,133 sqft",
"lotSizeDimensions": null,
"numberOfUnitsVacant": null,
"otherStructures": null,
"ownership": null,
"parcelNumber": "0528490915",
"propertyCondition": null,
"propertySubType": [
"Condominium",
"Residential"
],
"structureType": null,
"topography": null,
"vegetation": null,
"woodedArea": null,
"yearBuiltEffective": null,
"listAOR": null,
"elementarySchool": null,
"elementarySchoolDistrict": null
},
"isUndisclosedAddress": false,
"formattedChip": {
"location": [
{
"fullValue": "2435 Aspen Rd UNIT 104"
},
{
"fullValue": "Ames, IA 50010"
}
]
},
"zestimate": 195000,
"rentZestimate": 1220,
"currency": "USD",
"hideZestimate": false,
"dateSoldString": "2024-06-17",
"taxAssessedValue": 158700,
"taxAssessedYear": 2023,
"contingentListingType": null,
"attributionInfo": {
"trueStatus": null,
"listingAgreement": null,
"agentEmail": null,
"agentLicenseNumber": null,
"agentName": "Tyler/Megan Frederiksen",
"agentPhoneNumber": "515-733-2922",
"attributionTitle": null,
"brokerName": "Norsemen Realty Team - Friedrich Iowa Realty",
"brokerPhoneNumber": "515-733-2922",
"buyerAgentMemberStateLicense": "S597830",
"buyerAgentName": "Gina Marie McAndrews",
"buyerBrokerageName": "CENTURY 21 SIGNATURE-Ames",
"coAgentLicenseNumber": null,
"coAgentName": null,
"coAgentNumber": null,
"lastChecked": "2024-06-23 15:56:05",
"lastUpdated": "2024-06-18 10:52:09",
"listingOffices": [
{
"associatedOfficeType": "listOffice",
"officeName": "Norsemen Realty Team - Friedrich Iowa Realty"
},
{
"associatedOfficeType": "buyerOffice",
"officeName": "CENTURY 21 SIGNATURE-Ames"
}
],
"listingAgents": [
{
"associatedAgentType": "listAgent",
"memberFullName": "Tyler/Megan Frederiksen",
"memberStateLicense": "S6306700"
},
{
"associatedAgentType": "buyerAgent",
"memberFullName": "Gina Marie McAndrews",
"memberStateLicense": "S597830"
}
],
"mlsDisclaimer": "Information being provided is for consumers' personal, non-commercial use and may not be used for any purpose other than to identify prospective properties consumers may be interested in purchasing. Data is deemed reliable but not accurate.\n\nThe listing broker’s offer of compensation is made only to participants of the MLS where the listing is filed. ",
"mlsId": "63651",
"mlsName": "CIBR",
"providerLogo": "https://photos.zillowstatic.com/fp/68f4b3adb7d0fb85b60cdedd5127bf8b-zillow_web_95_35.jpg"
},
"country": "USA",
"monthlyHoaFee": 23,
"mortgageZHLRates": {
"thirtyYearFixedBucket": {
"rate": null,
"rateSource": "ZGMI",
"lastUpdated": 1719185159391
}
},
"propertyTaxRate": 1.4,
"listingMetadata": {
"FlexibleLayoutAB": true,
"mustAttributeOfficeNameBeforeAgentName": false,
"mustDisplayAttributionListAgentEmail": false,
"mustDisplayAttributionListAgentPhone": true,
"mustDisplayAttributionListingOfficePhone": false,
"mustDisplayDisclaimerBelowAttribution": false,
"mustHighlightAgentName": null,
"mustHighlightListOfficeName": false,
"mustMakeListingAgentContactable": false,
"FlexibleLayoutB": true,
"FlexibleLayoutC": true,
"FlexibleLayoutD": true,
"FlexibleLayoutE": true,
"FlexibleLayoutF": false,
"FlexibleLayoutG": false,
"FlexibleLayoutH": true,
"FlexibleLayoutI": true,
"FlexibleLayoutJ": false,
"FlexibleLayoutK": false,
"FlexibleLayoutL": false,
"FlexibleLayoutM": true,
"FlexibleLayoutN": true,
"FlexibleLayoutO": true,
"FlexibleLayoutP": true,
"FlexibleLayoutQ": false,
"FlexibleLayoutR": true,
"FlexibleLayoutS": false,
"FlexibleLayoutT": false,
"FlexibleLayoutU": false,
"FlexibleLayoutV": false,
"FlexibleLayoutW": false,
"FlexibleLayoutX": false,
"FlexibleLayoutY": false,
"FlexibleLayoutZ": false,
"FlexibleLayoutAA": true,
"passwordRequiredForZestimateMarketAnalysis": false,
"canShowAutomatedValuationDisplay": true,
"canShowTaxHistory": true,
"canShowPriceHistory": true,
"canShowUserGeneratedContent": true,
"isAdsRestricted": false,
"hidePriceAdjustmentFlexField": false,
"canCommingleComparables": true,
"canShowComparables": true,
"isSuperTrafficOptimized": false,
"mustDisplayFeedLogoInContactBox": false,
"canShowCroppedPhotos": true,
"canShowNonIDXMedia": true,
"canShowOnMap": true,
"comminglingCategory": true,
"mustDisplayAttributionAboveLocalFacts": false,
"mustDisplayAuctionStatusAsSold": false,
"mustHighlightMlsId": null,
"mustHighlightMlsStatus": false,
"mustHighlightMarketingType": false,
"canShowZillowLogoInHeader": true,
"canShowPrequalifiedLinkInChip": true,
"comminglingCategoryIsRulesApplicable": true,
"mustPreferMlsPhotos": false
},
"photoCount": 17,
"isPremierBuilder": false,
"isShowcaseListing": false,
"postingUrl": null,
"ssid": 529,
"brokerId": null,
"listingSubType": {
"isFSBA": false,
"isPending": false,
"isNewHome": false,
"isForeclosure": false,
"isBankOwned": false,
"isForAuction": false,
"isOpenHouse": false,
"isComingSoon": false,
"isFSBO": false
},
"hdpUrl": "/homedetails/2435-Aspen-Rd-UNIT-104-Ames-IA-50010/114303858_zpid/",
"tourViewCount": 0,
"postingContact": {
"name": "Tyler/Megan Frederiksen",
"photo": null
},
"vrModel": {
"vrModelGuid": null,
"revisionId": null
},
"richMedia": null,
"isZillowOwned": false,
"hasPublicVideo": false,
"primaryPublicVideo": null,
"richMediaVideos": null,
"lastSoldPrice": 195000,
"livingAreaUnits": "Square Feet",
"newConstructionType": null,
"thirdPartyVirtualTour": {
"lightboxUrl": null,
"approved": false,
"providerKey": null
},
"hasApprovedThirdPartyVirtualTourUrl": false,
"isHousingConnector": false,
"responsivePhotosOriginalRatio": [
{
"caption": "",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b69539a82c1009299e770f7dac1101d-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/acb7b9bc8ecf65d6c000215bf283eebd-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/fd885ec570a4eb8c0fdb6e71218863b8-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/5e507fd543ef4fd376f3dfa446853b65-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6b4fa8ac6fc6fd17e1f625191c785652-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/a4981ad3ee52d200f9d7e9c62b318f79-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/3785f1d783f0b4efe0f5434bcfbe3b4a-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
}
},
{
"caption": "",
"mixedSources": {
"jpeg": [
{