- redfin city support

- test case updates
- types addition
- docs grammar
This commit is contained in:
Zachary Hampton
2023-09-16 13:39:03 -07:00
parent 2d6e746ae9
commit 5ea0fa0bdb
6 changed files with 43 additions and 15 deletions

View File

@@ -36,7 +36,13 @@ class RealtorScraper(Scraper):
return response_json['autocomplete'][0]
def search(self):
location_info = self.handle_location()
location_type = location_info['area_type']
"""
property types:
apartment + building + commercial + condo_townhome + condo_townhome_rowhome_coop + condos + coop + duplex_triplex + farm + investment + land + mobile + multi_family + rental + single_family + townhomes
"""
print('a')