# Zillow Photo Downloader (`alpha-scraper/zillow-photo-downloader`) Actor

Download Zillow property photos and image metadata from one or multiple Zillow listing URLs. Extract high-resolution image URLs, multiple photo resolutions, property IDs, street view images, photo counts, and structured data with fast, reliable performance.

- **URL**: https://apify.com/alpha-scraper/zillow-photo-downloader.md
- **Developed by:** [Alpha Scraper](https://apify.com/alpha-scraper) (community)
- **Categories:** Social media, Integrations, Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.00005 / actor start

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

***

## Zillow Photo Downloader – Fast Property Image Extractor

![Apify](https://img.shields.io/badge/Apify-Actor-orange)
![Zillow](https://img.shields.io/badge/Zillow-Photo%20Downloader-green)
![Fast](https://img.shields.io/badge/Speed-High-red)
![Reliable](https://img.shields.io/badge/Stability-Optimized-blue)

### 🚀 Overview

**Zillow Photo Downloader** is a powerful Zillow property image extraction tool that allows users to download high-quality property photos and image metadata from Zillow listing URLs.

Simply provide one or multiple Zillow property URLs, and the actor will extract available property images, multiple image resolutions, image URLs, photo counts, property identifiers, and additional property media information.

Designed for speed, stability, and simplicity, this actor helps real estate professionals, property researchers, marketers, developers, investors, and data analysts collect Zillow property photos efficiently.

***

### ⭐ Why Use This Zillow Photo Downloader?

Finding and collecting property photos manually can be time-consuming.

This actor automates the entire process and provides structured data ready for:

✅ Real estate research

✅ Property analysis

✅ Market monitoring

✅ Property image archiving

✅ Real estate marketing

✅ Zillow listing monitoring

✅ Property data collection

✅ Investment research

✅ Property media management

***

### 🔑  Keywords

Zillow Photo Downloader, Zillow Property Images, Zillow Image Extractor, Zillow Listing Photos, Zillow Property Photos, Zillow Photo Scraper, Zillow Property Downloader, Zillow Real Estate Images, Zillow Listing Images, Zillow Photo Export, Zillow Media Extractor, Zillow Property Data, Zillow Real Estate Data, Property Photo Downloader, Real Estate Image Downloader, Zillow Listing Metadata, Zillow Property Research, Zillow Property Analysis, Zillow Image Collection, Zillow Property Media.

***

### 🎯 Main Features

#### 🖼 Download Zillow Property Photos

Extract available property images directly from Zillow property listings.

#### 📸 High Resolution Images

Get access to high-quality image URLs.

#### 📏 Multiple Image Resolutions

Retrieve different image sizes suitable for various use cases.

#### 🔗 Direct Image URLs

Receive direct image links that can be downloaded immediately.

#### 🏠 Property Information

Extract important property identifiers and metadata.

#### 🌍 Street View Images

Access available street-view image URLs when present.

#### ⚡ Fast Processing

Optimized for handling multiple Zillow URLs efficiently.

#### 🔄 Batch Processing

Process one or many Zillow property URLs in a single run.

#### 📊 Structured JSON Output

Receive clean and organized data ready for integration into applications and workflows.

***

### 🔍 What Data Does This Actor Extract?

The actor extracts the following data fields from Zillow property listings.

| Field                 | Description                                                           |
| --------------------- | --------------------------------------------------------------------- |
| success               | Indicates whether extraction was successful                           |
| zpid                  | Zillow Property ID                                                    |
| propertyUrl           | Canonical Zillow property URL                                         |
| inputUrl              | Original URL provided by the user                                     |
| hiResImage            | Highest resolution property image                                     |
| streetViewImage       | Available street-view image URL                                       |
| totalPhotos           | Total number of photos available                                      |
| jpegImagesCount       | Number of JPEG images collected                                       |
| webpImagesCount       | Number of WEBP images collected                                       |
| jpegImages            | List of JPEG image URLs                                               |
| webpImages            | List of WEBP image URLs                                               |
| firstPhotoResolutions | Available resolutions for the first property image                    |
| photos                | Detailed image information including multiple formats and resolutions |

***

### 📥 Input Example

Provide one or multiple Zillow property URLs.

```json
{
    "startUrls": [
        {
            "url": "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/"
        },
        {
            "url": "https://www.zillow.com/homedetails/3009-Ala-Makahala-Pl-APT-810-Honolulu-HI-96818/82439264_zpid/"
        },
        {
            "url": "https://www.zillow.com/homedetails/1260-Richard-Ln-APT-B404-Honolulu-HI-96819/351973795_zpid/"
        }
    ]
}
```

***

### 📦 Output Example

```json
[
  {
    "success": true,
    "zpid": "82443556",
    "propertyUrl": "https://www.zillow.com/homedetails/82443556_zpid/",
    "inputUrl": "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/",
    "hiResImage": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1536_1152.jpg",
    "streetViewImage": "https://maps.googleapis.com/maps/api/streetview?location=21.344765,-157.910430&size=400x250&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=mn-kPHC_Ra_XXVjJBCamEMPQiZc=",
    "totalPhotos": 2,
    "jpegImagesCount": 1,
    "webpImagesCount": 1,
    "jpegImages": [
      "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1536_1152.jpg"
    ],
    "webpImages": [
      "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1536_1152.webp"
    ],
    "firstPhotoResolutions": [
      {
        "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-d_d.jpg",
        "width": 800
      },
      {
        "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-o_a.jpg",
        "width": 1024
      },
      {
        "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1344_1008.jpg",
        "width": 1344
      },
      {
        "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1536_1152.jpg",
        "width": 1536
      }
    ],
    "photos": [
      {
        "photoIndex": 1,
        "jpeg": [
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-d_d.jpg",
            "width": 800
          },
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-o_a.jpg",
            "width": 1024
          },
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1344_1008.jpg",
            "width": 1344
          },
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1536_1152.jpg",
            "width": 1536
          }
        ],
        "webp": [
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-d_d.webp",
            "width": 800
          },
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-o_a.webp",
            "width": 1024
          },
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1344_1008.webp",
            "width": 1344
          },
          {
            "url": "https://photos.zillowstatic.com/fp/eba160a7e0f8d7f3c4272651ddaa9a83-uncropped_scaled_within_1536_1152.webp",
            "width": 1536
          }
        ]
      }
    ]
  },
  {
    "success": true,
    "zpid": "614070",
    "propertyUrl": "https://www.zillow.com/homedetails/614070_zpid/",
    "inputUrl": "https://www.zillow.com/homedetails/2039-Laukahi-St-Honolulu-HI-96821/614070_zpid/",
    "hiResImage": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1536_1152.jpg",
    "streetViewImage": "https://maps.googleapis.com/maps/api/streetview?location=21.290668,-157.764110&size=400x250&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=HXJi5bDmkeWaZ8VIRCcgNTJE9TY=",
    "totalPhotos": 2,
    "jpegImagesCount": 1,
    "webpImagesCount": 1,
    "jpegImages": [
      "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1536_1152.jpg"
    ],
    "webpImages": [
      "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1536_1152.webp"
    ],
    "firstPhotoResolutions": [
      {
        "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-d_d.jpg",
        "width": 800
      },
      {
        "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-o_a.jpg",
        "width": 1024
      },
      {
        "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1344_1008.jpg",
        "width": 1344
      },
      {
        "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1536_1152.jpg",
        "width": 1536
      }
    ],
    "photos": [
      {
        "photoIndex": 1,
        "jpeg": [
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-d_d.jpg",
            "width": 800
          },
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-o_a.jpg",
            "width": 1024
          },
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1344_1008.jpg",
            "width": 1344
          },
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1536_1152.jpg",
            "width": 1536
          }
        ],
        "webp": [
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-d_d.webp",
            "width": 800
          },
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-o_a.webp",
            "width": 1024
          },
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1344_1008.webp",
            "width": 1344
          },
          {
            "url": "https://photos.zillowstatic.com/fp/d16c528d48ad7d917076c9a0e59dce3e-uncropped_scaled_within_1536_1152.webp",
            "width": 1536
          }
        ]
      }
    ]
  },
  {
    "success": true,
    "zpid": "351973795",
    "propertyUrl": "https://www.zillow.com/homedetails/351973795_zpid/",
    "inputUrl": "https://www.zillow.com/homedetails/1260-Richard-Ln-APT-B404-Honolulu-HI-96819/351973795_zpid/",
    "hiResImage": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1536_1152.jpg",
    "streetViewImage": "https://maps.googleapis.com/maps/api/streetview?location=21.336700,-157.877090&size=400x250&key=AIzaSyARFMLB1na-BBWf7_R3-5YOQQaHqEJf6RQ&source=outdoor&signature=AKfsk7eSDow1gkTa6o0jkLCcXnQ=",
    "totalPhotos": 2,
    "jpegImagesCount": 1,
    "webpImagesCount": 1,
    "jpegImages": [
      "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1536_1152.jpg"
    ],
    "webpImages": [
      "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1536_1152.webp"
    ],
    "firstPhotoResolutions": [
      {
        "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-d_d.jpg",
        "width": 800
      },
      {
        "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-o_a.jpg",
        "width": 1024
      },
      {
        "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1344_1008.jpg",
        "width": 1344
      },
      {
        "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1536_1152.jpg",
        "width": 1536
      }
    ],
    "photos": [
      {
        "photoIndex": 1,
        "jpeg": [
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-d_d.jpg",
            "width": 800
          },
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-o_a.jpg",
            "width": 1024
          },
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1344_1008.jpg",
            "width": 1344
          },
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1536_1152.jpg",
            "width": 1536
          }
        ],
        "webp": [
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-d_d.webp",
            "width": 800
          },
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-o_a.webp",
            "width": 1024
          },
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1344_1008.webp",
            "width": 1344
          },
          {
            "url": "https://photos.zillowstatic.com/fp/1163967edfc224b048e4b3541909fba7-uncropped_scaled_within_1536_1152.webp",
            "width": 1536
          }
        ]
      }
    ]
  }
]
```

***

### 🧾 Detailed Output Field Explanation

### success

Returns true when data extraction completes successfully.

***

### zpid

Unique Zillow Property Identifier associated with the listing.

Example:

```text
82443556
```

***

### propertyUrl

Canonical property URL generated for the property.

Example:

```text
https://www.zillow.com/homedetails/82443556_zpid/
```

***

### inputUrl

Original Zillow URL submitted by the user.

***

### hiResImage

Highest available image resolution URL.

Useful for:

- Marketing materials
- Presentations
- Property analysis
- Image archiving

***

### streetViewImage

Street-view image URL if available.

Useful for:

- Location analysis
- Neighborhood review
- Property surroundings inspection

***

### totalPhotos

Estimated total number of property photos available.

***

### jpegImagesCount

Number of JPEG image URLs extracted.

***

### webpImagesCount

Number of WEBP image URLs extracted.

***

### jpegImages

Array containing JPEG image URLs.

***

### webpImages

Array containing WEBP image URLs.

***

### firstPhotoResolutions

Multiple resolutions available for the first property image.

Typical resolutions may include:

- 800px
- 1024px
- 1344px
- 1536px

***

### photos

Detailed photo information.

Includes:

- Photo index
- JPEG versions
- WEBP versions
- Available resolutions

***

### 💼 Use Cases

### 🏘 Real Estate Agencies

Collect property photos for analysis and marketing.

### 📈 Real Estate Investors

Analyze property listings and visual property data.

### 🔍 Market Research

Monitor Zillow property inventory and images.

### 📊 Data Collection Projects

Gather structured Zillow property image datasets.

### 🏢 Property Management

Archive and organize property media assets.

### 🤖 Automation Workflows

Connect extracted data with:

- Zapier
- Make
- APIs
- Databases
- Custom applications

***

### 🎯 Benefits

#### ✅ Easy To Use

Simply provide Zillow URLs and start extraction.

#### ✅ High Quality Images

Retrieve high-resolution property images.

#### ✅ Fast Processing

Optimized for efficient extraction.

#### ✅ Reliable Results

Built for stable performance.

#### ✅ Batch URL Support

Process multiple property listings simultaneously.

#### ✅ Structured Output

Clean JSON ready for automation and integrations.

#### ✅ Scalable

Suitable for small projects and large-scale workflows.

***

### 🛠 Best Practices

#### Use Valid Zillow Property URLs

Always provide direct Zillow property listing URLs.

#### Process Multiple URLs Together

Batch processing improves workflow efficiency.

#### Store Results Immediately

Save extracted data for future use.

#### Validate Input URLs

Ensure URLs are accessible Zillow property pages.

#### Monitor Large Jobs

For large batches, periodically review output quality.

***

### ⚠️ Troubleshooting

### Missing Data

Occasionally a property page may not return all expected information.

#### Solution

Simply rerun the actor.

In most cases the missing data will be retrieved successfully during the next run.

***

### Invalid URL

If the URL is not a valid Zillow property page, extraction may fail.

#### Solution

Verify the URL before running the actor.

***

### Removed Listings

Some Zillow listings may no longer be available.

#### Solution

Confirm the property listing is still publicly accessible.

***

### Temporary Website Restrictions

Occasionally Zillow may temporarily restrict access to certain pages.

#### Solution

Rerun the actor after a short period.

***

### 📊 Who Is This Actor For?

- Real Estate Professionals
- Property Investors
- Data Analysts
- Marketing Agencies
- Lead Generation Teams
- Research Organizations
- SaaS Builders
- Automation Experts
- Zillow Data Collectors
- Property Intelligence Platforms

***

### ❤️ Support

If you encounter any issues or have feature requests, please use the **Issues** section of the actor or contact the developer.

Your feedback helps improve the actor and ensures reliable performance for all users.

***

### 🎉 Start Extracting Zillow Property Photos Today

Save time, automate property image collection, and get structured Zillow photo data with a fast, reliable, and easy-to-use Zillow Photo Downloader.

***

## Here my another actors:

### Youtube Iteams:

- [🎶 Youtube Audio Downloader (Video/Shorts)](https://console.apify.com/actors/lTUPL4gmLTDNXBeWw/source)
- [Youtube Video Downloader Advanced](https://console.apify.com/actors/XOpQsUkgGZLGSCJd0/source)
- [Youtube Video Downloader ( Soundless )](https://console.apify.com/actors/gFsczW1QplIquv9eL/source)
- [Youtube Video Downloader](https://console.apify.com/actors/9kZQcUlHZRKp1ilZA/source)
- [Youtube Video Details Scraper](https://console.apify.com/actors/On4VfiWjGnT79clm1/source)
- [Youtube Transcript Ninja (Subtitles) ](https://console.apify.com/actors/eWrsJHhdeEbVHChpX/source)
- [Youtube Thumbnails Downloader & Scraper](https://console.apify.com/actors/YShot3wkL0HJdRkD0/source)
- [Youtube Tags or Hashtags Scraper](https://console.apify.com/actors/O1FU99ID2ccR5wcS8/source)
- [Youtube Tags Scraper](https://console.apify.com/actors/1wVokAhQLbbeeFVfR/source)
- [Youtube Shorts Scraper lite](https://console.apify.com/actors/bOyWDt1IbXZsadWRp/source)
- [Youtube Shorts Downloader Pro](https://console.apify.com/actors/bN1AjNRMops81rGkg/source)
- [Youtube Shorts Comments Scraper](https://console.apify.com/actors/ON1C4qgHaEQEhhEmI/source)
- [Youtube Community Posts Scraper](https://console.apify.com/actors/X38E51BParHFNaCw1/source)
- [Youtube Channel Id Scraper Pro](https://console.apify.com/actors/2uuIEovgGHcYjEKyN/source)
- [Youtube Video Transcript  Scraper ( Subtitles )](https://console.apify.com/actors/IEmSN6FkNn0tw10BA/source)
- [Youtube Video Comments Scraper](https://console.apify.com/actors/URh4zBT1aesfE8QKc/source)
- [Youtube Shorts Scraper  Pro](https://console.apify.com/actors/G4McyHJJzc2TbUSo6/source)
- [Youtube Shorts Scraper](https://console.apify.com/actors/XP0WgKweF1M83FnmR/source)
- [Youtube Channel Scraper](https://console.apify.com/actors/ufMZfwMgyHeaoDdAd/source)
- [YouTube Video Description Extractor](https://console.apify.com/actors/Xqae3CmxqT3HfHaJ5/source)
- [YouTube Hashtag Scraper](https://console.apify.com/actors/d4bYqQ0LWuczEgumx/source)
- [YouTube Description Scraper pro](https://console.apify.com/actors/OVymx0bku0C8gowB0/source)
- [YouTube Comments Scraper | Pay Per Result](https://console.apify.com/actors/ict6AecoJ85T4RthZ/source)
- [YouTube Channel ID Scraper](https://console.apify.com/actors/P9XlG8ylMGqfoelOg/source)

### Tiktok Iteams:

- [Tiktok Video Downloader](https://console.apify.com/actors/dlyQGIrqOracdqOeb/source)
- [Tiktok Video Details Scraper Pro](https://console.apify.com/actors/kZMMAHBehLOdG2FBb/source)
- [Tiktok Profile Scraper](https://console.apify.com/actors/C9mdCvPs7mDV8AYdd/source)
- [TikTok Video Scraper](https://console.apify.com/actors/7NjipRJbS73X9Io90/source)
- [TikTok Profile Videos Scraper](https://console.apify.com/actors/F6ar6Hu5STLp5mdAf/source)
- [TikTok Profile Scraper pro](https://console.apify.com/actors/3fmkMmoCBQ4SBIIAN/source)
- [TikTok Audio Downloader 🎵](https://console.apify.com/actors/jHipu7fQihSVhBE3x/source)

### Snapchat Iteams:

- [Snapchat Video Downloader (Spotlight )](https://console.apify.com/actors/yKz99HNmn4AgmhPOf/source)
- [Snapchat Video  Details Scraper (Spotlight)](https://console.apify.com/actors/fyV48EkRqcNoeq2kH/source)
- [Snapchat Followers Scraper](https://console.apify.com/actors/PxBiNYw0mgZOagGyD/source)
- [Snapchat Profile     Scraper](https://console.apify.com/actors/siCUsZdm6xmc3g7HF/source)
- [Snapchat Profile Scraper  Mini](https://console.apify.com/actors/qhkQO51Cv6iHJxdAs/source)

### Instagram Iteams:

- [Instagram video Downloader + Scraper](https://console.apify.com/actors/zIpixF6ZjlbelQDrY/source)
- [Instagram Video Downloader (Soundlss)](https://console.apify.com/actors/QQkJuhIQp4pexakls/source)
- [Instagram Thumbnail Scraper Video & Reels](https://console.apify.com/actors/z8JOosBY8hlqiUthl/source)
- [Instagram Reels  Downloader](https://console.apify.com/actors/VRbovYCWXTZXuVaN2/source)
- [Instagram Profile URL to Username Converter & Extractor](https://console.apify.com/actors/FOApkedA1VuG6ncno/source)
- [Instagram Profile Scraper](https://console.apify.com/actors/5dvorBkg7ccX95wAg/source)
- [Instagram Post Videos Downloader](https://console.apify.com/actors/h95ZexZ0ifOX4JEYQ/source)
- [Instagram Followers Scraper](https://console.apify.com/actors/c55pdH9mCE02sj7Dg/source)
- [Instagram Audio Downloader](https://console.apify.com/actors/MQRNuEHUqKreEi8gI/source)
- [Instagram Video Scraper + Downloader](https://console.apify.com/actors/63Z5eSy3IxgdIEYOX/source)
- [Instagram Video  scraper Advanced](https://console.apify.com/actors/79ng2nukXLzUn0aWg/source)
- [Instagram Video Details  scraper](https://console.apify.com/actors/VLyBXSwQpHTFwUcds/source)
- [Instagram Reels Details scraper](https://console.apify.com/actors/oGR3xfeXTuIirhdlZ/source)
- [Instagram Followers Scraper Pro](https://console.apify.com/actors/MqW3EtUZXm6OHdvcI/source)

### Facebook Iteams:

- [Facebook reels Downloader  (Separate audio or video)](https://console.apify.com/actors/nuvIRaMeRIzz3cfxK/source)
- [Facebook Video Downloader advanced](https://console.apify.com/actors/2SU8ZuABbAVFNKMZa/source)
- [Facebook Video Details Scraper Advanced](https://console.apify.com/actors/umYouAXm92472jIdY/source)
- [Facebook Video Details Scraper](https://console.apify.com/actors/cQi4k63arffL6Cn0m/source)
- [Facebook Transcript & Subtitle scraper](https://console.apify.com/actors/hMNe1QYDOtcTc95qI/source)
- [Facebook Thumbnail Downloader Video & Reels](https://console.apify.com/actors/9SmYiqGTUia29Yd1Y/source)
- [Facebook Reels Downloader Advanced](https://console.apify.com/actors/3Zdnp9TnvltdoC44T/source)
- [Facebook Reels Details Scraper  Best and  Affordable](https://console.apify.com/actors/nuzr418MKJltywrCh/source)
- [Facebook Reels Details Scraper](https://console.apify.com/actors/OGBA89e5Ki6Y5amko/source)
- [Facebook Page Details Scraper](https://console.apify.com/actors/PL9nP9BrKDSsKwSZF/source)
- [Facebook Audio Downloader](https://console.apify.com/actors/uVrcf4OJ9VW8iCybQ/source)

### Amazon Iteams:

- [Amazon Search Scraper](https://console.apify.com/actors/YcgJR1WP1cHJhHzvH/source)
- [Amazon Product Details Scraper ](https://console.apify.com/actors/1twpltijc10KFaVeb/source)

# Actor input Schema

## `startUrls` (type: `array`):

Provide one or multiple zillow post URLs

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/"
    },
    {
      "url": "https://www.zillow.com/homedetails/2039-Laukahi-St-Honolulu-HI-96821/614070_zpid/"
    },
    {
      "url": "https://www.zillow.com/homedetails/1260-Richard-Ln-APT-B404-Honolulu-HI-96819/351973795_zpid/"
    }
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/"
        },
        {
            "url": "https://www.zillow.com/homedetails/2039-Laukahi-St-Honolulu-HI-96821/614070_zpid/"
        },
        {
            "url": "https://www.zillow.com/homedetails/1260-Richard-Ln-APT-B404-Honolulu-HI-96819/351973795_zpid/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("alpha-scraper/zillow-photo-downloader").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [
        { "url": "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/" },
        { "url": "https://www.zillow.com/homedetails/2039-Laukahi-St-Honolulu-HI-96821/614070_zpid/" },
        { "url": "https://www.zillow.com/homedetails/1260-Richard-Ln-APT-B404-Honolulu-HI-96819/351973795_zpid/" },
    ] }

# Run the Actor and wait for it to finish
run = client.actor("alpha-scraper/zillow-photo-downloader").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.zillow.com/homedetails/3161-Ala-Ilima-St-APT-509-Honolulu-HI-96818/82443556_zpid/"
    },
    {
      "url": "https://www.zillow.com/homedetails/2039-Laukahi-St-Honolulu-HI-96821/614070_zpid/"
    },
    {
      "url": "https://www.zillow.com/homedetails/1260-Richard-Ln-APT-B404-Honolulu-HI-96819/351973795_zpid/"
    }
  ]
}' |
apify call alpha-scraper/zillow-photo-downloader --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=alpha-scraper/zillow-photo-downloader",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/T8LaPkeXPTYTwrkgW/builds/wFL2vpoffN4Dr24hb/openapi.json
