Questions tagged [zillow]

Real estate API services from zillow.com

The Zillow API is Zillow's service that allows preapproved licensees to retrieve certain data relating to residential real estate and mortgages ("Zillow Data"). The Zillow API consists of multiple application program interfaces for retrieving various types of Zillow Data, grouped generally by the type of data being retrieved, and includes, without limitation, calls to retrieve valuation data (the "Home Valuation API"), calls to receive attributes about particular properties (the "Property Details API"), calls to receive information about mortgage rates (the "Mortgage API"), calls to receive information about homes posted for sale (the "Postings API"), and calls to receive information about real estate professionals (the "Reviews API" and the "Directory API").

Zillow's real estate data is useful for turning a website or services into a real estate portal. http://www.zillow.com/howto/api/APIOverview.htm

96 questions
1
vote
1 answer

How to call Zillow API with JavaScript?

I'm new to APIs and am trying to figure out how to make a Zillow call with JavaScript, specifically the "getsearchresults". Thanks
user9210794
1
vote
1 answer

How do I iterate a Zillow API call / output parse function in R over a list of addresses and zip codes?

I've been working on a project where the goal is to take a two-column CSV of street addresses and zip codes, read it into R, then perform a Zillow query for each one (GetSearchResults, specifically), parse the output, and store the parsed output in…
Sean
  • 21
  • 4
1
vote
0 answers

Python returning this error even when I follow documentation - Quandl

So I have a bit of code in python which tries to get home prices from zillow. I am following the documentation exactly but I still get errors. The code: import quandl quandl.ApiConfig.api_key = "I have a key here in the code" data =…
Darkspeed483
  • 19
  • 2
  • 5
1
vote
1 answer

Android: Downloading XML Data to display in app - getting Null

I am trying to populate XML data from an API but getting Null. I tried a number of solutions from stackoverflow and this is my latest iteration. Why am I not getting XML data populated into my app after pressing button? I am not getting any error…
j doe
  • 73
  • 3
  • 11
1
vote
3 answers

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 time. I tried using the API calls tutorial on…
Wayne
  • 11
  • 1
1
vote
1 answer

How to use latitude and longitude in a Zillow search url

When searching on Zillow using an address, the URL looks like this: http://www.zillow.com/homes/{Street}", -"{City}," -"{State}" "{PostalCode}_rb/ However, there seems to be no documentation regarding the use of geographic coordinates in such a…
JJB
  • 11
  • 3
1
vote
2 answers

Extracting value from complex hash in Ruby

I am using an API (zillow) which returns a complex hash. A sample result is {"xmlns:xsi"=>"http://www.w3.org/2001/XMLSchema-instance", "xsi:schemaLocation"=>"http://www.zillow.com/static/xsd/SearchResults.xsd…
user1553220
  • 139
  • 1
  • 8
1
vote
2 answers

Zillow Zestimate xml data

I am working with Zillow Zestimate and trying to get some data from it. I have a form that collects the customer's current address. What I need to know is how do I call the API with the API key that I received and then once I am able to get the XML…
user2923643
  • 11
  • 1
  • 2
1
vote
1 answer

How to import data from zillow to drupal and How to integrate walk score into your drupal site?

I built a real estate website using Drupal 7. The website is fully functional (http://www.HousesInUSA.com). Users can register and create listings for their house(s). Additionally, they can create and/or contribute to blogs, forums, polls and…
1
vote
2 answers

What programming language is Zillow written in?

Looking to find out what is the main programming language that drives the Zillow web based application. Does anyone know the answer to this?
Geddon
  • 1,266
  • 1
  • 11
  • 31
0
votes
0 answers

Scraping Zillow with Scrapy Playwright only retrieves 8 listings instead of 40. How can I fix this?

i use scrapy playwright to scrape zillow but instead of getting all 40 listings i just get 8 i made sure i used the css selector for all 40 listings please help import scrapy from ..items import ZillowScrapItem from scrapy_playwright.page import…
0
votes
1 answer

How to extract info from this format using beautifulsoup?

I'm trying to make a web scraper for Zillow, and I have successfully found a way to obtain raw info from a Zillow search page. However, I am fairly new to python and very new to web scraping and have no idea how to extract necessary info from this.…
Oliver
  • 1
  • 1
0
votes
1 answer

Folium Color Issues

I'm working with Folium for the first time, and attempting to make a Choropleth map of housing values in North Carolina using Zillow data as the source. I've been running into lots of issues along the way, and right now I'm a bit stuck on how to add…
0
votes
0 answers

Search for property in zillow by MLS id

I see that properties in zillow list their MLS id if they have one. Is there a way to search for a property in zillow by its MLS number? Thanks
0
votes
1 answer

Using MICE for imputation on Zillow ZTRAX data - but no imputation occurs

I am working with Zillow ZTRAX data and am currently trying to use the MICE package for imputation purposes. Unfortunately, I am running into issues and since this is my first attempt at using MICE and doing imputation on ZTRAX data, I am having a…
fiverings84
  • 153
  • 6