From dc64ccb5200ff834d1f9378226e4541c79cfdecf Mon Sep 17 00:00:00 2001 From: Horoli Date: Mon, 24 Nov 2025 11:57:18 +0900 Subject: [PATCH] max price update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 798f476..bcf1f45 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ const COMPLEX_IDS = [ const FILTERS = { minPrice: 500000000, - maxPrice: 600000000, + maxPrice: 650000000, keywords: ["입주"], minSupplySpace: 60, };