/zillow-python

A python wrapper for zillow

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

zillow-python

A python wrapper for Zillow

import zillow
Z = zillow.Zillow()

GetSearchResults

Z.GetSearchResults("123 ABC Street","Bellingham, WA")

GetZestimate

Z.GetZestimate("12345678")

GetChart

Params Z.GetChart("48749425","dollar",600,300,"10years")