ryansherby / RedfinScraper

Scrapes Redfin data.
MIT License
65 stars 8 forks source link

Downloads partial data: #5

Closed spillai13 closed 1 year ago

spillai13 commented 1 year ago

Sample code block where RedfinScraper does not work:

from redfin_scraper import RedfinScraper
scraper = RedfinScraper()

scraper.setup('zip_code_database.csv', False)
print(scraper.scrape(zip_codes=['78704']))
print(scraper.scrape(city_states=['Austin, TX']))
ryansherby commented 1 year ago

Unfortunately, the scraper is limited to locations where the local MLS has approved Redfin.com to publicly share posted housing data. Austin, TX is one example of a location where the local MLS has not granted their approval.