Zillow Bulk Scraper Pro avatar
Zillow Bulk Scraper Pro

Pricing

$2.00 / 1,000 results

Go to Store
Zillow Bulk Scraper Pro

Zillow Bulk Scraper Pro

Developed by

datawizards

datawizards

Maintained by Community

Zillow‑Bulk‑Scraper‑Pro is an Apify Actor that scrapes unlimited Zillow property listings by location, price range, and item limit. It returns structured JSON with key details—price, status, home features, images, tax & price history. Supports CSV export, custom filters, pagination via Apify Proxy.

0.0 (0)

Pricing

$2.00 / 1,000 results

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

7 days ago

Zillow-Bulk-Scraper-Pro

A powerful Apify Actor for searching and extracting bulk Zillow property listings. Easily scrape unlimited Zillow data—prices, status, home details, and more—without restrictions.

Note: To avoid IP blocking, please enable the Apify Proxy in your run configuration.


🔍 Short Description

This actor performs a Zillow search based on your custom parameters (location, price range, item limit, etc.) and returns a structured JSON array of property listings, including key details like price, status, address, geographic coordinates, home features, images, tax history, and more.


🚀 How It Works

  1. Rent & Run Deploy the actor on Apify. You’ll receive a 2‑hour free trial to test and validate your search.

  2. Provide Input Configure the INPUT object (see schema below).

  3. Execute Search The actor navigates Zillow, applies your filters, and scrapes results until the itemLimit is reached.

  4. Retrieve Output Results are saved as JSON in the default Key–Value Store. You can also export to CSV or other formats.


🛠️ Input Schema

{
"searchQuery": "Boston", // (string) Location or keywords for Zillow search
"minPrice": 0, // (number) Minimum price filter
"maxPrice": 50000, // (number) Maximum price filter
"priceStep": 50000, // (number) Price interval step
"itemLimit": 10, // (number) Maximum number of listings to return
"proxyConfiguration": {
"useApifyProxy": true // (boolean) Enable Apify Proxy to avoid blocking
}
}

📝 Sample Output

[
{
"price": "$25,000",
"HomeStatus": "ForSale",
"Url": "https://www.zillow.com/homedetails/8200-Tejas-Trl-Amarillo-TX-79110/55663960_zpid/",
"statusType": "FOR_SALE",
"homeType": "SINGLE_FAMILY",
"address": "8200 Tejas Trl, Amarillo, TX 79110",
"latLong": {
"latitude": 35.123413,
"longitude": -101.8866
},
"beds": 3,
"baths": 2,
"zpid": "55663960",
"zipcode": "79110",
"livingArea": 1513,
"daysOnZillow": 14,
"Total_area": "None None",
"image_list": [
"https://photos.zillowstatic.com/fp/957f2f37163c148f0ffb6b6df7eff6b5-p_e.jpg",
"https://photos.zillowstatic.com/fp/641f9818ee0a53c9c5d54c08feb64185-p_e.jpg"
],
"taxAssessedValue": 233341,
"description": "14 days on Zillow"
}
]

⚙️ Usage

  1. Configure the Actor

    • Go to your Apify console, find Zillow-Bulk-Scraper-Pro and click Run.
    • Paste your input JSON (as shown above) into the INPUT field.
  2. Enable Proxy

    • In Proxy configuration, toggle Use Apify Proxy ON.
  3. Execute & Monitor

    • Click Run.
    • Monitor logs for progress. The actor paginates through results until it reaches your itemLimit.
  4. Access Results

    • Navigate to the Key–Value Store of this run.
    • Download default (JSON) or choose CSV, XML, etc.

🙋 Support

For bug reports or custom feature requests, please contact:

📧 hello.datawizard@gmail.com 🔗 LinkedIn – Data Wizards

Tip: Include the actor’s run ID and your input JSON in the email subject for faster support.


Thank you for using Zillow-Bulk-Scraper-Pro! 🏡