mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
enh:tax history
This commit is contained in:
10
README.md
10
README.md
@@ -38,9 +38,9 @@ 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','multi_family'],
|
||||
past_days=30, # sold in last 30 days - listed in last 30 days if (for_sale, for_rent)
|
||||
|
||||
# property_type=['single_family','multi_family'],
|
||||
# date_from="2023-05-01", # alternative to past_days
|
||||
# date_to="2023-05-28",
|
||||
# foreclosure=True
|
||||
@@ -154,6 +154,14 @@ Property
|
||||
│ ├── new_construction
|
||||
│ └── hoa_fee
|
||||
|
||||
├── Tax Information:
|
||||
│ ├── year
|
||||
│ ├── tax
|
||||
│ ├── assessment
|
||||
│ │ ├── building
|
||||
│ │ ├── land
|
||||
│ │ └── total
|
||||
|
||||
├── Location Details:
|
||||
│ ├── latitude
|
||||
│ ├── longitude
|
||||
|
||||
Reference in New Issue
Block a user