[docs]: Update README.md
parent
4e78248032
commit
4dbb064fe9
27
README.md
27
README.md
|
@ -121,41 +121,42 @@ Optional
|
||||||
```plaintext
|
```plaintext
|
||||||
Property
|
Property
|
||||||
├── Basic Information:
|
├── Basic Information:
|
||||||
│ ├── property_url (str)
|
│ ├── property_url
|
||||||
│ ├── mls (str)
|
│ ├── mls
|
||||||
│ ├── mls_id (str)
|
│ ├── mls_id
|
||||||
│ └── status (str)
|
│ └── status
|
||||||
|
|
||||||
├── Address Details:
|
├── Address Details:
|
||||||
│ ├── street
|
│ ├── street
|
||||||
│ ├── unit
|
│ ├── unit
|
||||||
│ ├── city
|
│ ├── city
|
||||||
│ ├── state
|
│ ├── state
|
||||||
│ └── zip
|
│ └── zip_code
|
||||||
|
|
||||||
├── Property Description:
|
├── Property Description:
|
||||||
│ ├── style
|
│ ├── style
|
||||||
│ ├── beds
|
│ ├── beds
|
||||||
│ ├── baths_full
|
│ ├── full_baths
|
||||||
│ ├── baths_half
|
│ ├── half_baths
|
||||||
│ ├── sqft
|
│ ├── sqft
|
||||||
│ ├── lot_sqft
|
|
||||||
│ ├── sold_price
|
|
||||||
│ ├── year_built
|
│ ├── year_built
|
||||||
│ ├── garage
|
│ ├── stories
|
||||||
│ └── stories
|
│ └── lot_sqft
|
||||||
|
|
||||||
├── Property Listing Details:
|
├── Property Listing Details:
|
||||||
│ ├── list_price
|
│ ├── list_price
|
||||||
│ ├── list_date
|
│ ├── list_date
|
||||||
|
│ ├── sold_price
|
||||||
│ ├── last_sold_date
|
│ ├── last_sold_date
|
||||||
│ ├── prc_sqft
|
│ ├── price_per_sqft
|
||||||
│ └── hoa_fee
|
│ └── hoa_fee
|
||||||
|
|
||||||
├── Location Details:
|
├── Location Details:
|
||||||
│ ├── latitude
|
│ ├── latitude
|
||||||
│ ├── longitude
|
│ ├── longitude
|
||||||
│ └── neighborhoods
|
|
||||||
|
└── Parking Details:
|
||||||
|
└── parking_garage
|
||||||
```
|
```
|
||||||
|
|
||||||
### Exceptions
|
### Exceptions
|
||||||
|
|
Loading…
Reference in New Issue