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