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

@@ -103,3 +103,6 @@ class Property:
# apt
apt_min_price: int | None = None
apt_max_price: int | None = None
apt_min_sqft: int | None = None
apt_max_sqft: int | None = None