feat(redfin): rental support

This commit is contained in:
Cullen Watson
2023-09-19 11:58:20 -05:00
parent 02d112eea0
commit 1fc2d8c549
6 changed files with 92 additions and 25 deletions

View File

@@ -38,6 +38,9 @@ def get_ordered_properties(result: Property) -> list[str]:
"currency",
"price",
"apt_min_price",
"apt_max_price",
"apt_min_sqft",
"apt_max_sqft",
"tax_assessed_value",
"square_feet",
"price_per_sqft",