Zillow Property Images Scraper avatar

Zillow Property Images Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Zillow Property Images Scraper

Zillow Property Images Scraper

Get Zillow listing photos (hi-res, street view, original gallery) by ZPID, URL, or address.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

1

Monthly active users

9 days ago

Last modified

Share

This actor scrapes Zillow listing photos and related media for a single property. Provide exactly one identifier (ZPID, listing URL, or address) and get back the hi-res cover image link, street view image, and the original photo gallery (when available).

Features

  • Fetch property images using one of: ZPID, listing URL, or address
  • Returns image/media fields such as:
    • Hi‑res cover image link (when returned)
    • Street view image URL (when returned)
    • Original photo gallery with multiple source variants (jpeg/webp, sizes, etc.)
  • Clean, structured JSON output

Input Parameters

Provide exactly one of the following:

  • byzpid (string, recommended): Zillow Property ID (ZPID)
  • byurl (string, optional): Zillow listing detail page URL
  • byaddress (string, optional): Free‑form address text

Output Data

Each run outputs one dataset item per photo from originalPhotos. Fields typically include:

  • mixedSources: Image sources (jpeg/webp variants, sizes, etc.) when available
  • inputByZpid / inputByUrl / inputByAddress: Echo of your input
  • scrapedAt: Data scraping timestamp

Example Usage

{
"byzpid": "48749425"
}

Output example

{
"mixedSources": {
"jpeg": [
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-d_d.jpg",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-o_a.jpg",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-uncropped_scaled_within_1344_1008.jpg",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-uncropped_scaled_within_1536_1152.jpg",
"width": 1536
}
],
"webp": [
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-d_d.webp",
"width": 800
},
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-o_a.webp",
"width": 1024
},
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-uncropped_scaled_within_1344_1008.webp",
"width": 1344
},
{
"url": "https://photos.zillowstatic.com/fp/fb2d37fc43801e30ed6ef531c2a8ab98-uncropped_scaled_within_1536_1152.webp",
"width": 1536
}
]
},
"inputByZpid": "44472566",
"inputByUrl": "https://www.zillow.com/homedetails/415-South-St-APT-202-Honolulu-HI-96813/2089316022_zpid/",
"inputByAddress": "1221 Victoria St APT 301, Honolulu, HI 96814",
"scrapedAt": "2026-04-13T09:11:07.661Z"
}