feat(redfin): add sold listing_type

This commit is contained in:
Cullen Watson
2023-09-19 12:27:13 -05:00
parent 1fc2d8c549
commit dba1c03081
4 changed files with 21 additions and 14 deletions

View File

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