You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Zillow . GetZestimate
Retrieve estimate information for a specified property.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves detailed Zillow Zestimate information for a specified property identifier (zpid). Returned information is in XML-format includes:
Note that this Choreo will return information only for properties for which Zestimate information exist.
The Choreo queries Zillow's Home Valuation API described here.
Sample Inputs:
Sample Choreo Output:
<?xml version="1.0" encoding="utf-8"?> <Zestimate:zestimate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Zestimate="http://www.zillow.com/static/xsd/Zestimate.xsd" xsi:schemaLocation="http://www.zillow.com/static/xsd/Zestimate.xsd http://www.zillowstatic.com/vstatic/0c6e418d36203b4f1a03bfe47c6d4426/static/xsd/Zestimate.xsd"> <request> <zpid>32132696</zpid> </request> <message> <text>Request successfully processed</text> <code>0</code> </message> <response> <zpid>32132696</zpid> <links> <homedetails>http://www.zillow.com/homedetails/9016-178th-St-Jamaica-NY-11432/32132696_zpid/</homedetails> <graphsanddata>http://www.zillow.com/homedetails/9016-178th-St-Jamaica-NY-11432/32132696_zpid/#charts-and-data</graphsanddata> <mapthishome>http://www.zillow.com/homes/32132696_zpid/</mapthishome> <myestimator>http://www.zillow.com/myestimator/Edit.htm?zprop=32132696</myestimator> <myzestimator deprecated="true">http://www.zillow.com/myestimator/Edit.htm?zprop=32132696</myzestimator> <comparables>http://www.zillow.com/homes/comps/32132696_zpid/</comparables> </links> <address> <street>9016 178th St</street> <zipcode>11432</zipcode> <city>Jamaica</city> <state>NY</state> <latitude>40.709715</latitude> <longitude>-73.784445</longitude> </address> <zestimate> <amount currency="USD">362800</amount> <last-updated>01/23/2012</last-updated> <oneWeekChange deprecated="true"/> <valueChange duration="30" currency="USD">-10100</valueChange> <valuationRange> <low currency="USD">272100</low> <high currency="USD">438988</high> </valuationRange> <percentile>11</percentile> </zestimate> <localRealEstate> <region id="25294" type="neighborhood" name="Jamaica"> <links> <overview>http://www.zillow.com/local-info/NY-New-York/Jamaica/r_25294/</overview> <forSaleByOwner>http://www.zillow.com/homes/fsbo/Jamaica-Queens-New-York-NY/</forSaleByOwner> <forSale>http://www.zillow.com/homes/for_sale/Jamaica-Queens-New-York-NY/</forSale> </links> </region> </localRealEstate> <regions> <zipcode-id>62118</zipcode-id> <city-id>6181</city-id> <county-id>1347</county-id> <state-id>43</state-id> </regions> </response> </Zestimate:zestimate> <!-- H:117 T:32ms S:952 R:Wed Jan 25 12:15:01 PST 2012 B:3.0.136678.20120123084935508-comp_rel_b -->
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms