add runall script, update parameters to 4 bed etc and allow incremental updating

This commit is contained in:
Kadir 2024-11-23 22:57:22 +00:00
parent dbf72e42e3
commit 4b6b8628c2
3 changed files with 20 additions and 3 deletions

View file

@ -14,12 +14,13 @@ for district, locid in districts.items():
d = listing_query(
page=i,
min_bedrooms=1,
max_bedrooms=3,
max_bedrooms=4,
radius=0,
min_price=0,
max_price=800000,
max_price=1000000,
location_id=locid,
page_size=500,
max_days_since_added=7,
)
except Exception as e:
print(e)