A python based web scraper to extract real estate listings from Redfin based on provided zip codes. Project was the first project made when learning how to scrape the web for data.


This scraper will go through redfin to search housing listings based on zipcodes provided by the user. The Data is then output into a CSV file for the user to review.


Uses the Beutiful Soup library to parse the HTML and Selenium to avoid being denied access to the website.


The Code is setup in an object oriented fasion to allow for other websites to be added with parameters that can be modified to allow for the differences in website structure.

https://github.com/Berry-Gouda/RealEstateScraper