Zillow APIs
Using the Zillow Property Scraper API
The Zillow Scraper API allows you to extract detailed property information, search results, and agent details directly from Zillow. This API is ideal for integrating real estate data into your applications for analysis, reporting, or decision-making.
With the Zillow Property Scraper, you can access detailed property data such as:
- Full address details, including city, state, and ZIP code.
- Agent and agency information, such as name and contact details.
- Property features, including:
- Number of bedrooms and bathrooms.
- Living area size and lot size.
- Year built and property type.
- Listing details, such as:
- Listing date, number of days listed, views, and favorites.
- Status (e.g., For Sale, Sold).
- Price, including currency and tax rate.
- Property description and images.
- Geographic coordinates (latitude and longitude).
- A direct URL to the property listing.
Supported Query Parameters
PARAMETER | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
zpid required | string | The Zillow Property ID (ZPID) for the property (must be a valid 7-10 digit number). Example: 1234567890 . | |
url | string <uri> | The URL where the desired property data must be retrieved from. Example: https://www.zillow.com/homedetails/1234567890_zpid . | |
output | string | json | The format of the response. Supported values: json , csv . |
How to Setup
Request the property endpoint using the ZPID of the desired product:
Code Exampless
Replace
{zpid}
with the actual property ZPID code.Response Example
Troubleshooting and FAQs
Was this page helpful?