Zillow API wrapper - Python
This project provides a wrapper to request information from the endpoints
provided by the Zillow API.
Getting Setup
To install this module, you can run:
pip3 install py-zillow
For this module, you will need a few additional modules located in requirements.txt. Let me know if you have any questions.
Notice
Zillow does not permit the storage of information locally. You may use the API only to retrieve and display dynamic content from Zillow. You can find more information about Zillow's API usage at https://www.zillow.com/howto/api/faq.htm
API Methods
Zillow provides the following API methods:
- GetUpdatedPropertyDetails
- GetRegionChildren
- GetSearchResults
- GetDeepSearchResults
- GetZestimate
- GetComps
- GetDeepComps
Wrapper Data Structure
- zpid
- address
- zestimate
- details
- links
- local_real_estate
- street
- city
- state
- zipcode
- latitude
- longitude
- amount
- last_updated
- low_value
- high_value
- bedrooms
- bathrooms
- finished_sqft
- lot_size_sqft
- year_built
- num_rooms
- last_sold_date
- last_sold_price
- home_details
- graphs_and_data
- map_this_home
- comparables