zillow

How to send data to an API call and get it back, using zillow.com API

I am trying to get the API from a website called zillow working for me, but I am way new to web stuff. They try and explain here how to use it, but it had me lost so I looked in their forums. Someone posted an "example" there, but I can not see where their code even calls the API. Basically I need to take a form field that will be an a...

Displaying an image from a URL returned by an API

I am making an API call that should return something like the following, <?xml version="1.0" encoding="utf-8" ?> <Chart:chart xmlns:Chart="http://www.zillow.com/vstatic/3/static/xsd/Chart.xsd"&gt; <request> <zpid>48749425</zpid> <unit-type>percent</unit-type> <width>300</width> <height>150</height> </r...

Simple XML reading question (PHP)

Hello, I have the following XML file: <?xml version="1.0" encoding="utf-8"?> <SearchResults:searchresults xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zillow.com/static/xsd/SearchResults.xsd /vstatic/279989c5e93d519f8d8f23d3f6cac661/static/xsd/SearchResults.xsd" xmlns:SearchResults="http://www...

Asp.net consuming http based webservice?

hi, I want to generate html content based on a result returned by http url. http://www.zillow.com/webservice/GetDeepSearchResults.htm?zws-id=X1-ZWz1c239bjatxn_5taq0&amp;address=2114+Bigelow+Ave&amp;citystatezip=Seattle%2C+WA This page will give you some xml results. I want to convert to use that xml to generate html. I am not getting...