Skip to content

aelsharif/ZillowLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The library is a C# wrapper for Zillow's property search API. There are some tests included to show How to use the library.

To use this reference the ZillowLib project and update the ZillowConstants file use your zwid key instead of the place holder value.

Sample Code to get the zestimate value:

 IPropertyEngine pricingEngine = new ZillowAdapter();
 var result = PricingEngine.SearchProperty("2309 Aimee Ln", "60194");
 var zestimate = PricingEngine.GetZestimate(result.zpid);

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages