Zillow Property Image Scrapper
Pricing
$19.99/month + usage
Go to Apify Store

Zillow Property Image Scrapper
This Apify actor extracts high-resolution images from Zillow properties. It supports bulk scraping via multiple input methods including ZPIDs, property URLs
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer
Property API
Maintained by Community
Actor stats
0
Bookmarked
59
Total users
3
Monthly active users
14 days ago
Last modified
Share
Zillow Property Images Scraper
This Apify actor extracts high-resolution images from Zillow properties. It supports bulk scraping via multiple input methods including ZPIDs, property URLs
Features
- High-Quality Images: Fetches the original resolution images available on Zillow.
- Bulk Processing: Supports processing multiple properties in a single run.
- Flexible Inputs: Accept ZPIDs, direct property URLs
- Structured Output: Returns a clean JSON format mapping Property IDs to their image lists.
Input Parameters
The actor accepts the following input fields:
| Field | Type | Description |
|---|---|---|
zuid_list | Array | List of Zillow Property IDs (ZUID/ZPID), one per line. |
property_url_list | Array | List of direct Zillow property URLs. |
Output Example
The actor outputs the data in JSON format, where each key is the ZPID and the value is a list of image URLs.
[{"20482366": [{"image-1": "https://photos.zillowstatic.com/fp/e1bc4a897fd8c4c2547d1d74e09c137e-o_a.jpg"},{"image-2": "https://photos.zillowstatic.com/fp/68ae33b7598cd138443c1724a0477742-o_a.jpg"},{"image-3": "https://photos.zillowstatic.com/fp/183ac9b773cb062606d98d88b688bb71-o_a.jpg"}// ... more images]},{"12345678": [{"image-1": "https://maps.googleapis.com/maps/api/streetview?location=6105+W+Club+Ln%2C+Richmond%2C+VA+23226&size=1024x768&key=...&source=outdoor"}]}]
Usage Tips
- For the most accurate results, use
zuid_listorproperty_url_list. addresssearch may require Zillow to resolve the exact property, which can occasionally vary.- The output contains direct links to the images hosted on Zillow's static servers or Google Street View if applicable.
