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
0
votes
3 answers

Displaying an image from a URL returned by an API

I am making an API call that should return something like the following, 48749425
thatryan
  • 1,551
  • 6
  • 21
  • 39
0
votes
1 answer

Zillow Neighborhood data and STDistance

I am working with Zillow neighborhood data provided freely at http://www.zillow.com/howto/api/neighborhood-boundaries.htm . I have successfully Imported the data with SRID 4120. Now I am trying to find out the neighborhoods by giving a…
ZafarYousafi
  • 8,640
  • 5
  • 33
  • 39
-1
votes
0 answers

Using Python to Web-Scrape Zillow. Returning empty list, wrong Attrs or class

I'm trying to grab the Phone numbers of the FSBO's off the Page. It is next to "Property Owners". Relatively new to Python web scraping. I've tried even find_all(string="(469)") to attempt to use the parent function to gather the necessary HTML tag…
-1
votes
1 answer

how can I scrape data beyond the page limit on Zillow?

I created a code to scrape the Zillow data and it works fine. The only problem I have is that it's limited to 20 pages even though there are many more results. Is there a way to get around this page limitation and scrap all the data ? I also wanted…
Zackuery
  • 19
  • 3
-1
votes
1 answer

I want to make a an API request from Xencall CRM to Zillow and it is giving me error "blocked by CORS policy: No 'Access-Control-Allow-Origin' header

I am getting XML response from the Zillow API so I don't want any answers for JSON responses. I want to make an API request from Xencall CRM to Zillow and it is giving me error "Access to XMLHttpRequest at…
1 2 3 4 5 6
7