Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.14 KB

index.rst

File metadata and controls

35 lines (26 loc) · 1.14 KB

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.

Table of contents

installation getting_started pyzillow contributing authors history