Skip to content
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

Missing API to search based on criteria #34

Open
alexandre0119 opened this issue Jan 1, 2019 · 3 comments
Open

Missing API to search based on criteria #34

alexandre0119 opened this issue Jan 1, 2019 · 3 comments

Comments

@alexandre0119
Copy link

Hi,
I am able to run the basic examples, but did not see API to perform the general search function, like search properties based on zip code, price range, etc. Pls let me know if we have this method implemented or not.
Thanks,
Alex

@RyanConway91
Copy link

The Zillow API does not allow general searches, so this feature is unavailable. One work around which I implemented successfully was to use a scraper (beautiful soup) a get a list of properties that match some search and pull the addresses and then loop them through the API

@Om-Pandey
Copy link

@RyanConway91 I am actually facing a similar problem, I want to extract information for all houses in a zip code(for US).. my guess is that there was an api which has now been discontinued.. Can you tell if how to go about this if possible...
Thanks!😊

@RyanConway91
Copy link

As I stated above, I never figured out how to get the API to search by location. Rather, you need to use the website to filter by location and then feed that webpage to a scrapper (beautifulsoup) and loop through the addresses 1 by 1 with the API.

The API and python package both still exist this approach should still work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants