feat(redfin): rental support

This commit is contained in:
Cullen Watson
2023-09-19 11:58:20 -05:00
parent 02d112eea0
commit 1fc2d8c549
6 changed files with 92 additions and 25 deletions

View File

@@ -15,9 +15,10 @@ def test_redfin():
scrape_property(
location="Phoenix, AZ, USA", site_name=["redfin"], listing_type="for_rent"
),
scrape_property(
location="Dallas, TX, USA", site_name="redfin", listing_type="sold"
),
# TODO
# scrape_property(
# location="Dallas, TX, USA", site_name="redfin", listing_type="sold"
# ),
scrape_property(location="85281", site_name="redfin"),
]