A python wrapper for Zillow
import zillow
Z = zillow.Zillow()
Z.GetSearchResults("123 ABC Street","Bellingham, WA")
Z.GetZestimate("12345678")
Params
Z.GetChart("48749425","dollar",600,300,"10years")
A python wrapper for Zillow
import zillow
Z = zillow.Zillow()
Z.GetSearchResults("123 ABC Street","Bellingham, WA")
Z.GetZestimate("12345678")
Params
Z.GetChart("48749425","dollar",600,300,"10years")