- rename days variable

This commit is contained in:
Zachary Hampton
2023-10-04 21:35:14 -07:00
parent ba7ad069c9
commit a9225b532f
5 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ filename = f"HomeHarvest_{current_timestamp}.csv"
properties = scrape_property(
location="San Diego, CA",
listing_type="sold", # or (for_sale, for_rent)
property_younger_than=30, # sold in last 30 days - listed in last x days if (for_sale, for_rent)
past_days=30, # sold in last 30 days - listed in last x days if (for_sale, for_rent)
# pending_or_contingent=True # use on for_sale listings to find pending / contingent listings
# mls_only=True, # only fetch MLS listings
# proxy="http://user:pass@host:port" # use a proxy to change your IP address