/zillow_houses_scraper

This project scrape data (price, address, features, etc.) from Zillow, in particular houses from Miami, Florida. As additional features, the scraper fetch the image of the house and the program can run in a simple GUI that allow us to select the format (.json or .csv) and the location to store the data.

Primary LanguagePython

zillow_houses_scraper

How to run it?

  1. You can use the standar 'scrapy crawl zillow_houses -o output.json/csv'
  2. You can run gui_app.py with the command 'python gui_app.py'
  3. Images will automatically be stored in the 'full' folder