- zillow flow update

This commit is contained in:
Zachary Hampton
2023-09-28 18:25:47 -07:00
parent 2abbb913a8
commit 896f862137
2 changed files with 19 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ def test_zillow():
results = [
scrape_property(location="2530 Al Lipscomb Way", site_name="zillow", listing_type="for_sale"),
scrape_property(location="Phoenix, AZ, USA", site_name=["zillow"], listing_type="for_rent"),
scrape_property(location="Surprise, AZ", site_name=["zillow"], listing_type="for_sale"),
scrape_property(location="Dallas, TX, USA", site_name="zillow", listing_type="sold"),
scrape_property(location="85281", site_name="zillow"),
scrape_property(location="3268 88th st s, Lakewood", site_name="zillow", listing_type="for_rent"),