mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-05 20:14:30 -08:00
- rename last_x_days
- docstrings for scrape_property
This commit is contained in:
@@ -8,7 +8,7 @@ filename = f"output/{current_timestamp}.csv"
|
||||
properties = scrape_property(
|
||||
location="San Diego, CA",
|
||||
listing_type="sold", # for_sale, for_rent
|
||||
last_x_days=30, # sold/listed in last 30 days
|
||||
property_younger_than=30, # sold/listed in last 30 days
|
||||
mls_only=True, # only fetch MLS listings
|
||||
)
|
||||
print(f"Number of properties: {len(properties)}")
|
||||
|
||||
Reference in New Issue
Block a user