Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
56 views

Get additional info for Zillow Neighborhood Boundaries

I am trying to use Neighborhood boundaries data(shape files) provide by Zillow. files available at - http://www.zillow.com/howto/api/neighborhood-boundaries.htm I am able to read the provided .dbf ...
1
vote
3answers
121 views

Is there a way to get a zestimate on my site, without going to Zillow everytime

Is there a way to get a zestimate on my site similar to the one on http://chattanoogapropertyliquidators.com/p/6656? I don't want to have to go zillow every time and copy and paste the zestimate every ...
1
vote
3answers
406 views

Simple XML reading question (PHP)

I have the following XML file: <?xml version="1.0" encoding="utf-8"?> <SearchResults:searchresults xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
2answers
216 views

Asp.net consuming http based webservice?

I want to generate html content based on a result returned by http url. ...
0
votes
3answers
169 views

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 ...
0
votes
1answer
1k views

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 ...