PyZillow

A Python library to access the Zillow API

PyZillow is a Python wrapper for Zillow’s API. With PyZillow, you can use a physical address or a Zillow ID to access real estate data from the Zillow database.

Currently, PyZillow supports the GetDeepSearchResults and GetUpdatedPropertyDetails API endpoints.

Scope of this document

This documentation describes how to use PyZillow to access data through the Zillow API in Python. You will learn how to install PyZillow, initialize the API wrapper with the ZillowConnect class, and how to use the classes GetDeepSearchResults and GetUpdatedPropertyDetails to request and parse data from the Zillow API.