VOOZH about

URL: https://apify.com/api-empire/zillow-detail-scraper

⇱ 🏑 Zillow Detail Scraper Β· Apify


Pricing

from $4.99 / 1,000 results

Go to Apify Store

🏑 Zillow Detail Scraper

🏑 Zillow Detail Scraper extracts property details from Zillow listingsβ€”price, beds, baths, square footage & more. πŸ”Žβš‘ Automate lead research and market analysis with cleaner, faster data collection for real estate teams. πŸ“ŠπŸš€

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ API Empire

API Empire

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Turn any Zillow detail URL β€” or even a plain street address β€” into clean, structured JSON. This Actor pulls the full property record Zillow's own pages use: price and complete price & tax history, beds/baths, living area and lot size, assigned schools, photo galleries, listing agent & MLS facts, nearby homes & comparable sales, and dozens more fields. It works across homes, apartments, buildings and communities.

⭐ Why Choose Us?

  • 🎯 Every page type β€” homedetails, /apartments/, /b/ buildings and /community/ pages, plus free-form addresses.
  • πŸ’Έ Cost-efficient by design β€” starts with a direct connection and only escalates the network (datacenter β†’ residential) when Zillow actually pushes back. No wasted proxy spend.
  • 🧱 Deep, faithful data β€” you get the same rich object that hydrates Zillow's React app, not a thin scrape of the visible HTML.
  • πŸ’Ύ Live results β€” records are saved one-by-one as they're collected; a stopped run never loses what it already found.
  • πŸ“Š Per-section output β€” every record is tagged with the input it came from, so you can group results in the Output tab.

✨ Key Features

FeatureDescription
πŸ”— Bulk URLsPaste as many detail URLs as you like
πŸ“ Address resolutionType 123 Main St, City, ST β€” we find the listing
🏒 Building unitsOptionally emit each unit in a building as its own record
πŸ—ƒοΈ Dataset inputFeed in a Zillow search-scraper dataset and enrich every row
πŸ›‘οΈ Smart proxy ladderdirect β†’ datacenter β†’ residential, sticky, auto-retry
🧾 MLS & agent factsListing agent, broker, MLS id, attribution
πŸ“ˆ HistoryFull price history & tax history
🏫 Schools & compsAssigned schools, nearby homes, comparable sales

πŸ“₯ Input

FieldTypeDescription
startUrlsarrayZillow detail URLs (home / apartment / building / community)
addressesarrayFree-form street addresses, resolved automatically
propertyStatusstringFOR_SALE Β· RECENTLY_SOLD Β· FOR_RENT β€” status hint for your URLs
extractBuildingUnitsstringdisabled Β· all Β· for_sale Β· recently_sold Β· for_rent Β· off_market
searchResultsDatasetIdstringDataset of search results to enrich
proxyConfigurationobjectDatacenter rung of the proxy ladder
{
"startUrls":[
{"url":"https://www.zillow.com/homedetails/17-Zelma-Dr-Greenville-SC-29617/11026031_zpid/"},
{"url":"https://www.zillow.com/apartments/san-antonio-tx/westpond/5XkVjF/"}
],
"addresses":["18 Zelma Dr, Greenville, SC 29617"],
"propertyStatus":"RECENTLY_SOLD",
"extractBuildingUnits":"disabled",
"proxyConfiguration":{"useApifyProxy":true}
}

πŸ“€ Output

Each record is the full Zillow entity plus a few helper fields:

  • sectionIndex / sourceUrl β€” which input this record came from (for grouping)
  • addressOrUrlFromInput β€” the exact URL or address you supplied
  • isValid β€” true when full data was retrieved
  • scrapedAt β€” ISO timestamp
  • recordType β€” property or unit
{
"sectionIndex":1,
"zpid":11026031,
"streetAddress":"17 Zelma Dr",
"city":"Greenville",
"state":"SC",
"zipcode":"29617",
"homeStatus":"RECENTLY_SOLD",
"homeType":"SINGLE_FAMILY",
"price":235000,
"bedrooms":3,
"bathrooms":2,
"livingArea":1450,
"resoFacts":{"...":"..."},
"priceHistory":["..."],
"taxHistory":["..."],
"schools":["..."],
"addressOrUrlFromInput":"https://www.zillow.com/homedetails/.../11026031_zpid/",
"isValid":true,
"scrapedAt":"2026-06-07T12:00:00.000Z"
}

πŸš€ How to Use (Apify Console)

  1. Log in at console.apify.com β†’ Actors.
  2. Open Zillow Detail Scraper.
  3. Add your URLs and/or addresses, set the status & proxy options.
  4. Click Start.
  5. Watch the live logs as records stream in.
  6. Open the Output tab β€” switch to By Section to group by input.
  7. Export to JSON / CSV / XLSX.

πŸ€– Use via API

curl-X POST "https://api.apify.com/v2/acts/YOUR~zillow-detail-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"startUrls":[{"url":"https://www.zillow.com/homedetails/17-Zelma-Dr-Greenville-SC-29617/11026031_zpid/"}]}'

🎯 Best Use Cases

  • Real-estate market research & comps analysis
  • Lead enrichment for agents and investors
  • Building price-history / tax datasets
  • Powering valuation and listing-monitoring tools

πŸ’² Pricing

This Actor uses pay-per-event billing β€” you're charged per result row written to the dataset, plus standard platform usage. The exact price is shown on the Actor's Store page.

❓ FAQ

Can I scrape by address instead of URL? Yes β€” use the addresses field; each one is resolved to its detail page.

What if Zillow blocks a request? The Actor automatically upgrades the network (datacenter β†’ residential, retried up to 3Γ—) and continues. Switches are logged.

Do apartments and buildings work? Yes. Turn on extractBuildingUnits to also get each individual unit as a record.

Will a stopped run lose data? No β€” records are saved live as they're scraped.

βš–οΈ Cautions / Legal

  • Only publicly available data is collected.
  • You are responsible for compliance with Zillow's Terms of Service and applicable laws (GDPR, CCPA, etc.).
  • Use reasonable rate limits and scrape responsibly.

πŸ›Ÿ Support & Feedback

Questions, bugs or feature requests? Reach out at dev.scraperengine@gmail.com 🀝

You might also like

🏑 Zillow Detail Scraper

scrapier/zillow-detail-scraper

Extract detailed property data from Zillow listings, including price, address, photos, bedrooms, bathrooms, square footage, Zestimate, property features, agent details, and more. Perfect for real estate research, lead generation, market analysis, and data collection.

🏑 Zillow Detail Scraper

scraper-engine/zillow-detail-scraper

🏑 Zillow Detail Scraper extracts property details from Zillow listingsβ€”beds, baths, price, location, and more. ⚑ Fast, accurate, and easy to use for real estate research, lead gen & market analysis. βœ…

πŸ‘ User avatar

Scraper Engine

2

Zillow Detail Scraper

scrapers-hub/zillow-detail-scraper

🏑 Zillow Detail Scraper extracts property details from Zillowβ€”photos, price, beds/baths, and moreβ€”fast & reliable. πŸš€ Perfect for real estate leads, market research, and competitive analysis.

Zillow Detail Scraper

maxcopell/zillow-detail-scraper

Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.

6.6K

4.4

(18)

Zillow Detail Scraper

happitap/zillow-detail-scraper

Extract comprehensive property data from Zillow including price, address, photos, agent info, tax history, schools, and more. Download Zillow data in JSON, CSV, or Excel format.

Zillow Details Extractor 🏑

coderx/zillow-details-extractor

Extract comprehensive Zillow property data using either direct URLs or simple addresses. Get detailed real estate information, agent contacts, pricing history, and market analytics from any Zillow listing instantly.

108

5.0

(1)

Zillow Search Property - Rent & Sale Listings with details

adventurous_nut/zillow-search-property---rent-sale-listings-with-details

🏑 Scrape Zillow for-sale & for-rent listings with detailed info. Collect πŸ’² price, 🏠 address, πŸ“ž phone, πŸ› beds, πŸ› baths, πŸ“ sqft in JSON, CSV, XLSX. Supports pagination ↔️, limits pages via Max_Page, and works with direct or search URLs for πŸ“Š real estate analysis.

πŸ‘ User avatar

abdelhafid hasnaoui

16

Zillow Details Scraper

mido_99/zillow-details-scraper

⚑️ Unlock comprehensive Zillow property insights: price trends, detailed features, and agent contacts. Ideal for in-depth real estate market analysis. Start extracting data today! ⚑️

47

Zillow Search Scraper

maxcopell/zillow-scraper

Extract data about properties for sale and rent on Zillow using the Zillow API, but with no daily call limits. Scrape millions of listings and download your data as HTML, JSON, CSV, Excel, XML. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

6.5K

4.9

(17)

Zillow Property Data Scraper

delicious_zebu/zillow-property-data-scraper

This Actor allows you to input various types of search URLsβ€”whether from keyword searches, location filters, or custom criteria. It provides fast and comprehensive data collection, capturing essential details such as price, status, and location.

133

5.0

(27)