mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-05 12:04:31 -08:00
feat(redfin): rental support
This commit is contained in:
@@ -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"),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user