Zillow Scraper
Overview
Scrape Zillow real estate listings to collect comprehensive property information. This includes details such as the address, broker name, price, Zestimate, and over 10 additional data points directly from the Zillow property listing page. The tool provides an in-depth view of each property, enabling users to analyze and compare real estate options with accuracy and efficiency.
How to Use
- Log in to your ScrapeHero Cloud account.
- Navigate to the Zillow Scraper App in the Scrapehero App store.
- Click on "Create New Project".
- Go to https://www.zillow.com and search for property listings in any US state. For example - Newyork, Real Estate & Homes For Sale.
- Copy the search results/listing URL into the Input field of this crawler.
- Specify the number of the data records you want to gather from the project run.
- Click "Gather Data" to begin the data extraction process.
- Once complete, download your data in your preferred format (CSV, JSON, or Excel) or connect any of the available integration to get seemless access to the scraped data.
Data Schema
The Zillow Scraper App provides the following data fields:
Field Name | Description | Data Type |
---|---|---|
rank | rank of property | TextField() |
property_id | id of the property | TextField() |
address | address of property | TextField() |
latitude | latitude of property | TextField() |
longitude | longitude of property | TextField() |
price | listing price | TextField() |
currency | currecy of listing price (usually in dollars) | TextField() |
bathrooms | number of bathrooms | TextField() |
bedrooms | number of bedrooms | TextField() |
area | house area | TextField() |
land_area | land area | TextField() |
zestimate | estimate value for property | TextField() |
rent_zestimate | estimate rent for property | TextField() |
days_on_zillow | total number of days listed on zillow | TextField() |
sold_date | property sold date | TextField() |
is_zillow_owned | where property is owned by zillow or not | TextField() |
image | images of property | TextField() |
listing_type | listing type | TextField() |
status_text | property status | TextField() |
broker_name | broker name | TextField() |
input | input url provided by customer | TextField() |
property_url | property url | TextField() |
listing_url | listing page url for property | TextField() |
Sample Data Record
Here's an example of a typical data record returned by this scraper:
This scraper uses 1 data credit
per data record. Learn more about data credits.
{
"address": "92 Third Street, New City, NY 10956",
"area": "1040 sqft",
"bathrooms": "2",
"bedrooms": "3",
"broker_name": "Listing by: Corcoran Baer & McIntosh",
"currency": "USD",
"days_on_zillow": "9",
"image": "https://photos.zillowstatic.com/fp/afc4f75066cb4f99080403b5e235887a-p_e.jpg",
"input": "https://www.zillow.com/homes/for_sale/NY_rb/",
"is_zillow_owned": "False",
"land_area": null,
"latitude": "41.14187",
"listing_type": "FOR SALE",
"listing_url": "https://www.zillow.com/homes/for_sale/NY_rb/",
"longitude": "-73.98199",
"price": "524900",
"property_id": "53397104",
"property_url": "https://www.zillow.com/homedetails/92-3rd-St-New-City-NY-10956/53397104_zpid/",
"rank": "9",
"rent_zestimate": null,
"sold_date": null,
"status_text": "House for sale",
"zestimate": null
}
Features
- Comprehensive Data Extraction from zillow.
- Real-time scraping of up-to-date information.
- Bulk scraping capabilities for multiple listing url for different properties.
- Data export in multiple formats (CSV, JSON, Excel).
Learn More: For detailed information on using the zillow Scraper and its different use cases, read our guide: How to Scrape zillow
Related Scrapers
- Redfin Scraper: Extracts detailed property information from Redfin listings
- Homes com Scraper: Extracts detailed property information from homes.com listings
Support
If you encounter any issues or have questions, please contact our support team at cloud-support@scrapehero.com or browse our help center at https://app.scrapehero.com/docs/.