Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson authored Nov 4, 2024
1 parent 1082b86 commit a75bcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a75bcc2

Please sign in to comment.