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 . GetDeepSearchResults
Retrieve comprehensive property information for a specified address.
/*
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 comprehensive property information for a specified address. 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 Property Details API described here.
Sample Inputs:
Sample Choreo Output:
<?xml version="1.0" encoding="utf-8"?> <SearchResults:searchresults xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SearchResults="http://www.zillow.com/static/xsd/SearchResults.xsd" xsi:schemaLocation="http://www.zillow.com/static/xsd/SearchResults.xsd http://www.zillowstatic.com/vstatic/0c6e418d36203b4f1a03bfe47c6d4426/static/xsd/SearchResults.xsd"> <request> <address>9016 179th st</address> <citystatezip> 11432</citystatezip> </request> <message> <text>Request successfully processed</text> <code>0</code> </message> <response> <results> <result> <zpid>32134181</zpid> <links> <homedetails>http://www.zillow.com/homedetails/9016-179th-St-Jamaica-NY-11432/32134181_zpid/</homedetails> <graphsanddata>http://www.zillow.com/homedetails/9016-179th-St-Jamaica-NY-11432/32134181_zpid/#charts-and-data</graphsanddata> <mapthishome>http://www.zillow.com/homes/32134181_zpid/</mapthishome> <myestimator>http://www.zillow.com/myestimator/Edit.htm?zprop=32134181</myestimator> <myzestimator deprecated="true">http://www.zillow.com/myestimator/Edit.htm?zprop=32134181</myzestimator> <comparables>http://www.zillow.com/homes/comps/32134181_zpid/</comparables> </links> <address> <street>9016 179th St</street> <zipcode>11432</zipcode> <city>Jamaica</city> <state>NY</state> <latitude>40.71006</latitude> <longitude>-73.7836</longitude> </address> <FIPScounty>36081</FIPScounty> <useCode>Duplex</useCode> <taxAssessmentYear>2010</taxAssessmentYear> <taxAssessment>489000.0</taxAssessment> <yearBuilt>1910</yearBuilt> <lotSizeSqFt>2500</lotSizeSqFt> <finishedSqFt>2088</finishedSqFt> <zestimate> <amount currency="USD">470800</amount> <last-updated>01/23/2012</last-updated> <oneWeekChange deprecated="true"/> <valueChange duration="30" currency="USD">1600</valueChange> <valuationRange> <low currency="USD">343684</low> <high currency="USD">536712</high> </valuationRange> <percentile>0</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> </result> </results> </response> </SearchResults:searchresults> <!-- H:117 T:72ms S:1109 R:Wed Jan 25 13:38:55 PST 2012 B:3.0.136678.20120123084935508-comp_rel_b -->
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms