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.