Zillow Property Images Fetcher avatar
Zillow Property Images Fetcher

Pricing

Pay per usage

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

Pay per usage

Rating

0.0

(0)

Developer

Zillow Scraper

Zillow Scraper

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 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.