From a75bcc2aa010857cf4c644755b6641c720138bc9 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Mon, 4 Nov 2024 10:22:32 -0600 Subject: [PATCH] docs:readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87e2c14..e68027e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ filename = f"HomeHarvest_{current_timestamp}.csv" properties = scrape_property( location="San Diego, CA", listing_type="sold", # or (for_sale, for_rent, pending) - property_type='single_family', + property_type=['single_family','multi_family'], past_days=30, # sold in last 30 days - listed in last 30 days if (for_sale, for_rent) # date_from="2023-05-01", # alternative to past_days