Giter Site home page Giter Site logo

Comments (3)

RyanConway91 avatar RyanConway91 commented on July 26, 2024

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

from python-zillow.

Om-Pandey avatar Om-Pandey commented on July 26, 2024

@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!😊

from python-zillow.

RyanConway91 avatar RyanConway91 commented on July 26, 2024

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

from python-zillow.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.