Zillow Property Images Fetcher avatar

Zillow Property Images Fetcher

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Zillow Property Images Fetcher

Zillow Property Images Fetcher

Extract all listing photos from Zillow using property ZUIDs or URLs. Fetches high-resolution image URLs and captions. Great for real estate galleries, visual analysis, or property media automation.

Pricing

from $3.99 / 1,000 results

Rating

0.0

(0)

Developer

Zillow Scraper

Zillow Scraper

Maintained by Community

Actor stats

0

Bookmarked

140

Total users

0

Monthly active users

12 days ago

Last modified

Categories

Share

๐Ÿก Zillow Property Images Fetcher - Apify Actor

๐Ÿ“‹ Overview

This Apify Actor fetches all available images for one or more Zillow properties.
You can provide property ZUIDs (Zillow Unique IDs) or Zillow URLs to retrieve all listing photos.

โš™๏ธ Note: This actor is specifically configured for the propertyImages data type.


๐Ÿš€ Features

  • Fetches all images for one or multiple properties
  • Accepts ZUIDs or Zillow property URLs
  • Provides image URLs and captions (if available)
  • Supports bulk input (multiple properties)

๐Ÿงฉ Input Schema

Required Field

FieldTypeRequiredDescription
zuid_listArray of Stringsโœ… YesList of Zillow property IDs (one per line)

Optional Field

FieldTypeRequiredDescription
url_listArray of StringsโŒ NoList of Zillow property URLs (alternative input)

๐Ÿ“ Input Example

{
"zuid_list": [
"20482366",
"12345678"
]
}

๐Ÿ“ค Output Example

{
"zuid": "20482366",
"images": [
{
"url": "https://photos.zillowstatic.com/image1.jpg",
"caption": "Living Room"
},
{
"url": "https://photos.zillowstatic.com/image2.jpg",
"caption": "Kitchen"
}
],
"totalImages": 25
}

๐Ÿ’ก Usage Tips

  • You can provide multiple ZUIDs or URLs to fetch images in bulk.
  • The actor returns direct photo URLs with captions when available.
  • Ideal for property galleries or visual analysis tools.