{ "number_of_results": 8000, "property_list": [ { "address": "123 Main St, New York, NY 10001", "dimensions": 1000, "number_of_bathrooms": 2, "number_of_bedrooms": 2, "price_currency_code": "USD", "price_currency_symbol": "$", "property_url": "https:\/\/www.zillow.com\/homedetails\/10314-W-Deanne-Dr-Sun-City-AZ-85351\/7694235_zpid\/" } ], "query": "houses for sale in New York", "search_title": "New York"}
Zillow APIs
Using the Zillow Discovery API
Easily extract search results from Zillow, including a comprehensive list of properties, their details, and pagination links for navigating through search results, such as:
The total number of results for your search query.
A list of properties with details:
Address (full street, city, state, and ZIP code).
Dimensions (size of the property in square feet).
Number of bedrooms and bathrooms.
Price, including currency and symbol.
Direct links to individual property listings.
The search query used and its corresponding title.
{ "number_of_results": 8000, "property_list": [ { "address": "123 Main St, New York, NY 10001", "dimensions": 1000, "number_of_bathrooms": 2, "number_of_bedrooms": 2, "price_currency_code": "USD", "price_currency_symbol": "$", "property_url": "https:\/\/www.zillow.com\/homedetails\/10314-W-Deanne-Dr-Sun-City-AZ-85351\/7694235_zpid\/" } ], "query": "houses for sale in New York", "search_title": "New York"}