From e02ba299234b02763c0775d54bbaf3f979212f8b Mon Sep 17 00:00:00 2001 From: Horoli Date: Mon, 24 Nov 2025 12:01:06 +0900 Subject: [PATCH] filter update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bcf1f45..93d25ea 100644 --- a/index.js +++ b/index.js @@ -17,7 +17,7 @@ const COMPLEX_IDS = [ const FILTERS = { minPrice: 500000000, maxPrice: 650000000, - keywords: ["입주"], + keywords: ["입주", "급매"], minSupplySpace: 60, };