Zillow properties listing information - Discover by filters avatar
Zillow properties listing information - Discover by filters

Pricing

$1.99 / 1,000 results

Go to Store
Zillow properties listing information - Discover by filters

Zillow properties listing information - Discover by filters

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Find rental homes on Zillow with full details: address, price, tax history, and more. JSON output for devs and analysts. Start scraping in seconds. Pricing: $1.99/1000 results.

0.0 (0)

Pricing

$1.99 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

Zillow Properties Listing Discover 🏡

Overview

This Apify actor allows users to effortlessly discover real estate listings on Zillow based on custom location inputs and filters such as listing category, home type, and days on Zillow.

Why choose this actor? 🌟

  • Save hours of manual browsing through Zillow
  • Automate your real estate data discovery
  • Fast and reliable extraction with no setup
  • Ideal for market research, real estate analysis, or lead generation

Use Cases

  • 🏘️ Real estate investors comparing rental properties
  • 📊 Analysts studying property trends across neighborhoods
  • 🛠️ Developers creating real estate dashboards or reports
  • 🕵️ Lead generation teams looking for new listings

Key Features ⚙️

  • Fetches property details across multiple cities
  • Supports specific listing categories and home types
  • Scrapes geolocation, price, photos, amenities, taxes, school info & more
  • Returns data in structured JSON format

How It Works

  1. Provide a list of cities/locations to search.
  2. Choose listing category (e.g., "House for rent") and home type (e.g., "Houses").
  3. Select how recent the listings should be (e.g., last 1 day).
  4. The actor crawls Zillow and returns up-to-date property listings based on your filters.

Input Parameters

FieldTypeDescriptionRequiredExample
locationsarrayList of cities or locations to search (e.g., “New York”, “Chicago”)✅ Yes["New York"]
listingCategoriesstringCategory to search (e.g., House for rent)✅ Yes"House for rent"
homeTypesstringType of home (e.g., Houses, Condos)✅ Yes"Houses"
daysOnZillowstringFilter by how long listings have been on Zillow✅ Yes"1 day"
exactAddressbooleanSpecify if you want only exact address listings✅ Yesfalse
max_search_resultsintegerMax results per location. Must be multiple of 10. Default is 10.❌ No20

Output (Full Example)

{
"zpid": 31125031,
"city": "Hicksville",
"state": "NY",
"homeStatus": "FOR_RENT",
"address": {
"city": "Hicksville",
"streetAddress": "17 Kuhl Ave",
"zipcode": "11801",
"state": "NY"
},
"bedrooms": 3,
"bathrooms": 2,
"price": 3950,
"yearBuilt": 1952,
"longitude": -73.54148,
"latitude": 40.76786,
"description": "Bright updated ranch with hardwood floors and spacious backyard.",
"zestimate": 681300,
"rentZestimate": 3727,
"currency": "USD",
"livingArea": 812,
"homeType": "SINGLE_FAMILY",
"lotAreaUnits": "sqft",
"taxAssessedValue": 381,
"taxAssessedYear": 2023,
"country": "USA",
"photoCount": 1,
"zillowUrl": "https://www.zillow.com/homedetails/17-Kuhl-Ave-Hicksville-NY-11801/31125031_zpid/",
"schools": [
{
"distance": 0.3,
"name": "Burns Avenue School",
"rating": 6,
"level": "Primary",
"grades": "PK-5",
"type": "Public"
}
],
"priceHistory": [
{
"date": "2025-07-17",
"event": "Listed for rent",
"price": 3950,
"source": "Douglas Elliman"
}
],
"nearbyCities": ["Elmont", "Freeport", "Great Neck"],
"nearbyZipcodes": ["11801", "11802", "11815"]
}

Pricing 💰

  • FREE USER: Get up to 10 results per run.
  • PAY AS YOU GO: $1.99 per 1,000 results.

This actor is not affiliated with Zillow. Data is extracted from public listings available on Zillow.com. Usage is subject to Zillow’s terms of service.

Update Policy

The actor is actively maintained and updated to ensure compatibility with Zillow’s structure. For change requests or reporting issues, please contact support.

FAQ

How many results can I get?

Free users can fetch up to 10 results per run. Paid users can set max_search_results, but results are returned in multiples of 10.

Do I need proxies?

NO. THIS ACTOR DOES NOT USE PROXIES. It works seamlessly with direct requests.

Is there a way to ensure consistent output size?

YES. THE FIELD max_search_results MUST BE A MULTIPLE OF 10. For example, 35 will return 40 results.

What’s the output format?

You get clean JSON objects with full property metadata including price, description, address, location, and more.