Zillow Explorer avatar
Zillow Explorer

Pricing

$30.00/month + usage

Go to Store
Zillow Explorer

Zillow Explorer

Developed by

cat

cat

Maintained by Community

💫 Scrape Zillow.com Homes

0.0 (0)

Pricing

$30.00/month + usage

12

Total users

528

Monthly users

26

Runs succeeded

>99%

Issues response

0.26 hours

Last modified

21 hours ago

YO

Does it Only output 1 Photo?

Open

yogimayfield opened this issue
15 days ago

I saw in the information page that the example output had multiple image links but now that i am using it there is nothing I can get it to do to return multiple photos. Any help by chance?

Jupri avatar

cat (Jupri)

15 days ago

Hello! By default, only the default photo is included. To fetch all images, please select the option in Additional Info. The images should be in the photos attribute.

Could you share your run ID so I can check?

YO

yogimayfield

15 days ago

Damn, appreciate the quick response that was insane. This is the run ID: nos9tPZTGfHrY2S1B It technically returns multiple but it returns multiple of the same photo: Red code is my output while the green is the sample output. Am I selecting the wrong option?

Jupri avatar

cat (Jupri)

15 days ago

Yes, each photo will have multiple photo but with different size (width x length)

[
## First phot
{
"caption": "",
"mixedSources": {
"webp": [ # this same photos with multiple Size
{
"url": "https://photos.zillowstatic.com/fp/6f47b05ac758213b416bec11b6ddd418-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/6f47b05ac758213b416bec11b6ddd418-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/6f47b05ac758213b416bec11b6ddd418-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/6f47b05ac758213b416bec11b6ddd418-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
},
"url": "https://photos.zillowstatic.com/fp/6f47b05ac758213b416bec11b6ddd418-p_d.jpg"
},
## Second photo
{
"caption": "",
"mixedSources": {
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/824f5df4a5be2adda40b0efb0bd45011-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/824f5df4a5be2adda40b0efb0bd45011-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/824f5df4a5be2adda40b0efb0bd45011-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/824f5df4a5be2adda40b0efb0bd45011-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
},
"url": "https://photos.zillowstatic.com/fp/824f5df4a5be2adda40b0efb0bd45011-p_d.jpg"
},
]
Jupri avatar

cat (Jupri)

15 days ago

The photo should be here :

YO

yogimayfield

15 days ago

I just ran it with each setting selected. Here are the run IDs for each for reference. I am only getting one output in each case (the same photo in 4 difference sizes): All(4:3): mVWJ8ecypLbG6EhNM WebP (4:3): wdT12jBIMYW7tI8jm Jpeg (4:3): mwKwbkrmYs7O8Uyu3 All: 0kpefYI09Z1O07dE5 Webp: CrwCoNBg7udiAoTMZ Jpeg: Odh885PLAHlbiyZ8j URL: s8noazqHwOvBlbePs

Sorry to blow you up here.

YO

yogimayfield

15 days ago

🤚I found it. Actually so sorry about that one. Thank you a ton!

Jupri avatar

cat (Jupri)

15 days ago

I'm glad it worked for you! 👍