Beginner Programmer Uses Zillow API and Python | #10 (Zillow API #1)

preview_player
Показать описание
In this video, I show you how you can use the Zillow API to get details on my rental property. I also show how much data you can pull directly from Zillow. In future Zillow API videos, we'll pull neighborhood data and maybe we'll even put some machine learning to use to recommend investment opportunities. For now, you will just get to hear how much my rental property in Louisiana is worth.

#Python #ZillowAPI
Рекомендации по теме
Комментарии
Автор

hello sir I need help I have this error : I had put Get a Zillow Web Services ID (ZWSID)
this account is not authorized to execute this API call

MTSoftware
Автор

Hey, Brandon. I have my ZWSID, which I received in an email. I am unable to call the attribute "ValuationApi" seems that it is deprecated?? do you know anything about this?

ignaciorivera
Автор

Hey Brandon, did you have to get approval from Zillow for the full API functionality?

MasrurHuq
Автор

Hi Brandon, I'm getting an error where it doesn't let me make API calls. I have a zws-id, and I was wondering if that's what you put in the "key" variable?

roeko
Автор

Is there any video in this series on how to subscribe to Zillow API to get access?
Thanks

enriquemendezroger
Автор

Thanks for your reply....I could not find any forums discussing pyzillow python module . The authors write up is very vague. For example, what API or API category should I use to do a simple search. Say, I want to find all properties in zipcode nnnn under $m dollars. Is that currently possible with Zillow API and if so, how ?

TheMontaseri
Автор

Hi Brandon - amazing video. Thanks for sharing! When I run the code to GetDeepSearchResults I get the below error. I'm fairly new to Python and haven't been able to Google myself out of this error. I do have a ZSWID, so I was surprised to get the "his account is not authorized to execute this API call" error. Anyone have any ideas what I can do here? Thanks!



Traceback (most recent call last):
File "C:\Users\me\PycharmProjects\Zillow_Scraping\venv\lib\site-packages\zillow\api.py", line 64, in GetSearchResults
place.set_data(xmltodict_data.get('SearchResults:searchresults',
KeyError: 'response'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:/Users/me/PycharmProjects/Zillow_Scraping/Zillow.py", line 14, in <module>
data = api.GetSearchResults(key, address, postal_code)
File "C:\Users\me\PycharmProjects\Zillow_Scraping\venv\lib\site-packages\zillow\api.py", line 66, in GetSearchResults
raise ZillowError({'message': "Zillow did not return a valid response: %s" % data})

Process finished with exit code 1

brycehoover
Автор

Is the Zillow API still running? No options to change what APIs it applies to in Zillow account settings, and every call returns an unauthorized error

moses_irl
Автор

love the hello world tribute at the beginning

jaykuykendall
Автор

Where do you go to get a Zillow API key?

georgerodnikov
Автор

Hey Brandon! Do you have a Github repo where I can see the code? Thank You!

seifmamdouh
Автор

Hey Brandon, This is what I got: "this account is not authorized to execute this API call" Though I have set my key='ZWSID' seems not working.

ChangKaiHua
Автор

Amazing video bro. Hey brandon, did you write the Zillow library you imported or did you pip install that?

thebrokeconomist
Автор

any reason I'm getting this error:

AttributeError: module 'zillow' has no attribute 'ValuationApi'

I followed the code exactly

MrDemit
Автор

Hi, can you share the code in your description?

saiprasadbahulekar
Автор

you need to zoom in so we can see your code...

TheMontaseri
Автор

Hey Brandon. Do you have GITHUB? can I have the address?

payamebadi
welcome to shbcf.ru