-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyzillow.pyzillowerrors.ZillowError: Status 6: This account is not authorized to execute this API call. #40
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@sansreddy It looks like Zillow closed down the API a few months ago. |
Seriously? Their website suggests one can still access their results |
@cstrouse how do you know Zillow shut down the API? |
Are there any updates about this? I'm facing the same issue. |
is there any update on this guy , need to know ASAP for a project |
@youssefabdelwahab it seems the Zillow API has been down for a while, see this thread for more info #22 (comment) |
In my zillow account settings, i have 4 API selections and I have selected the below 3.
Directory API
Profile Summary API
Reviews API.
but then, I get the below error. Appreciate any help.
Traceback (most recent call last):
File "zillowRapid.py", line 8, in
deep_search_response = zillow_data.get_deep_search_results(address,zipcode,False)
File "/Users/sanjayreddy/opt/anaconda3/lib/python3.7/site-packages/pyzillow/pyzillow.py", line 77, in get_deep_search_results
return self.get_data(url, params)
File "/Users/sanjayreddy/opt/anaconda3/lib/python3.7/site-packages/pyzillow/pyzillow.py", line 133, in get_data
raise ZillowError(int(response.findall("message/code")[0].text))
pyzillow.pyzillowerrors.ZillowError: Status 6: This account is not authorized to execute this API call.
The text was updated successfully, but these errors were encountered: