Zillow Properties Listing Information - Discover by URL avatar
Zillow Properties Listing Information - Discover by URL

Pricing

$1.99 / 1,000 results

Go to Store
Zillow Properties Listing Information - Discover by URL

Zillow Properties Listing Information - Discover by URL

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Instantly discover Zillow listings from search URLs. Extract address, price, specs, Zestimate and photos in JSON. Ideal for market research or real estate scouting. Pricing: $1.99/results.

0.0 (0)

Pricing

$1.99 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

4 days ago

Zillow Property Discovery by URL 🏡

Overview

Zillow Property Discovery by URL enables users to input Zillow search URLs and automatically extract property listings. The actor captures detailed property information including location, price, bedrooms, lot size, and Zestimate, making it ideal for analysts, investors, and researchers.

Why choose this actor? 🌟

This actor is designed for simplicity and precision. Whether you're monitoring a market, scouting for investment opportunities, or gathering real estate data for research, this actor allows bulk extraction of listings via public Zillow URLs — no login required. It is NO-PROXY, efficient, and developer-friendly.

Use Cases

  • Real estate market trend analysis.
  • Investment scouting and valuation modeling.
  • Location-specific research for urban planners or startups.
  • Real-time comparisons between Zestimate and listing price.

Key Features ⚙️

  • Supports any Zillow search URL.
  • Extracts complete listing data including location, pricing, home specs, and Zestimate.
  • Delivers structured results with geo-coordinates.
  • No proxies required.
  • Up to 10 results free for Free Users.

How It Works

Just paste one or more Zillow search URLs. The actor navigates those URLs, triggers snapshot collection, and parses structured property data from the resulting listings. Results are stored in JSON format with all relevant metadata.

Input Parameters

FieldTypeDescriptionExample
urlsarrayList of Zillow search URLs to extract properties from.["https://example.com/search?region=ny"]
max_search_resultsintegerMax number of properties to retrieve per URL. Must be a multiple of 10. Default: 1020

Output (Full Example)

{
"zpid": 12345678,
"city": "Example City",
"state": "EX",
"homeStatus": "FOR_SALE",
"address": {
"city": "Example City",
"streetAddress": "123 Example St",
"zipcode": "12345",
"state": "EX"
},
"bedrooms": 3,
"bathrooms": 2,
"price": 250000,
"streetAddress": "123 Example St",
"zipcode": "12345",
"longitude": -86.123456,
"latitude": 41.123456,
"livingArea": 1400,
"homeType": "SINGLE_FAMILY",
"lotSize": 5000,
"lotAreaValue": 5000,
"lotAreaUnits": "Square Feet",
"livingAreaValue": 1400,
"zestimate": 245000,
"rentZestimate": 1800,
"currency": "USD",
"country": "USA",
"propertyTaxRate": 0.91,
"photoCount": 20,
"hdpUrl": "https://www.zillow.com/homedetails/example-url",
"description": "Sample description of the property.",
"daysOnZillow": 50,
"propertyTypeDimension": "Single Family",
"timeZone": "America/New_York",
"isInstantOfferEnabled": "No",
"tourEligibility": {
"isPropertyTourEligible": true
},
"photos": [...],
"timestamp": "2025-07-18T07:21:54.198Z",
"input": {
"url": "https://example.com"
},
"discovery_input": {
"url": "https://example.com/discovery"
}
}

Pricing 💰

  • Free User: up to 10 results.
  • Pay As You Go: $1.99 per 1,000 results.

This actor is provided “as-is.” Zillow data is subject to change. Use this actor in accordance with Zillow’s terms of service and applicable local laws. We do not store or redistribute any proprietary Zillow data.

Update Policy

The actor is updated regularly to reflect changes in Zillow’s DOM and layout. If you find a bug or missing field, please report it through Apify’s support.

FAQ

Does it support proxies?
NO. THIS ACTOR DOES NOT USE PROXIES.

How many free results do I get?
ONLY THE FIRST 10 RESULTS ARE FREE FOR FREE USERS.

What happens if I request 35 results?
THE SYSTEM WILL ROUND UP TO 40. max_search_results MUST BE A MULTIPLE OF 10.