feat(redfin): add sold listing_type

This commit is contained in:
Cullen Watson
2023-09-19 12:27:13 -05:00
parent 1fc2d8c549
commit dba1c03081
4 changed files with 21 additions and 14 deletions

View File

@@ -41,6 +41,10 @@ def get_ordered_properties(result: Property) -> list[str]:
"apt_max_price",
"apt_min_sqft",
"apt_max_sqft",
"apt_min_beds",
"apt_max_beds",
"apt_min_baths",
"apt_max_baths",
"tax_assessed_value",
"square_feet",
"price_per_sqft",