Zillow Full Properties Information - Discover by search url avatar
Zillow Full Properties Information - Discover by search url

Pricing

$1.99 / 1,000 results

Go to Store
Zillow Full Properties Information - Discover by search url

Zillow Full Properties Information - Discover by search url

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Scrape Zillow properties by search URL: price, location, agent, tax & photos. JSON-ready data for real estate tools. Fast & proxy-free. 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

4 days ago

🏡 Zillow Full Properties Scraper

This Actor extracts full property listings from Zillow using direct search URLs. It’s designed for users who want granular and rich data for real estate analytics, lead generation, or investment research.

🧠 Overview

The Actor processes Zillow search result pages and scrapes full metadata of every listed property, such as address, price, area, tax history, geolocation, and agent contact info. Ideal for real estate professionals, data analysts, or automated property portfolio builders.

🚀 Why choose this actor?

  • No login or API key required
  • Complete property details including tax history and photos
  • NO PROXIES REQUIRED
  • JSON-ready and Apify dataset compatible
  • Flexible input by Zillow search URL

🔍 Use Cases

  • Market analysis for real estate investors
  • Lead generation for realtors and brokers
  • Property comparison and pricing tools
  • Enrich CRM platforms with geolocated real estate data

✨ Key Features

  • Scrapes full property metadata from Zillow
  • Supports bulk URLs
  • Includes photo URLs, agent details, school ratings, and tax records
  • Outputs enriched and normalized JSON per listing
  • FREE USERS GET 10 RESULTS ONLY
  • max_results MUST BE A MULTIPLE OF 10

⚙️ How It Works

  1. Provide one or more Zillow search result URLs as input.
  2. The Actor browses each result page.
  3. Up to max_results listings per URL will be extracted.
  4. The final dataset includes all standardized fields per property.

📥 Input Parameters

FieldTypeDescriptionRequiredExample
urlsarrayList of Zillow search URLs to process["https://www.zillow.com/homes/for_sale/South-Bend-IN/"]
max_resultsintegerMax listings to fetch per search URL (must be multiple of 10)30

📤 Output (Full Example)

{
"url": "https://www.zillow.com/homedetails/232-Marquette-Ave-South-Bend-IN-46617/77027859_zpid/",
"zpid": "77027859",
"address": {
"street_address": "232 Marquette Ave",
"city": "South Bend",
"state": "IN",
"zipcode": "46617",
"subdivision": "Navarre Place"
},
"price": 329900,
"currency": "USD",
"bedrooms": 3,
"bathrooms": 2,
"living_area": "2,121 sqft",
"year_built": 1920,
"description": "Start Showing Date: 7/26/2025 Photos to be added...",
"latitude": 41.68896,
"longitude": -86.25357,
"home_status": "FOR_SALE",
"has_garage": true,
"has_fireplace": true,
"appliances": [
"Range/Oven Hook Up Gas",
"Washer",
"Dryer-Electric"
],
"tax_history": [
{
"time": 1721780351335,
"tax_paid": "3457.58",
"value": 321600
}
],
"listing_agents": [
{
"name": "Tamara Harke",
"phone": "574-514-9592"
}
],
"photos": [
"https://photos.zillowstatic.com/fp/7cbdb3162b776f9a0a286b1d1aed26cd-cc_ft_192.jpg"
]
}

💵 Pricing

PlanCost per 1,000 results
Free userFirst 10 results only
Pay-as-you-go$1.99 / 1,000 results

This Actor is not affiliated with or endorsed by Zillow. Use of this Actor must comply with Zillow’s Terms of Service. The data is collected for informational purposes only.

🔄 Update Policy

This Actor is actively maintained and reviewed weekly. Any breaking changes in Zillow's frontend will be patched within 72 hours.

❓ FAQ

Does it require login or API keys?
No. It works with publicly available URLs.

Is it possible to run without proxies?
Yes. This Actor does NOT require proxies.

Can I run it with 35 results?
No. The max_results value MUST BE A MULTIPLE OF 10.