get_villa_trades
Fetch row-house and multi-family (villa) sale records by region and month from Korea's real estate API.
Instructions
Return row-house and multi-family (연립다세대) sale records for a region and month.
Korean keywords: 빌라, 연립, 다세대, 연립다세대, (아파트외 중) 저층 공동주택
Notes:
- "빌라" is not a legal housing type; it is commonly used to refer to "다세대/연립".
Items include house_type ("연립" or "다세대") for distinguishing subtypes.
Villas are typically cheaper than apartments and may suit budget-constrained buyers.
Args:
region_code: 5-digit legal district code (returned by get_region_code).
year_month: Target year-month in YYYYMM format (e.g. "202501").
Call get_current_year_month if not specified by the user.
num_of_rows: Maximum number of records to return. Default 100.
Returns:
total_count: Total record count from the API
items: Trade list (unit_name, dong, house_type, area_sqm, floor,
price_10k, trade_date, build_year, deal_type)
summary: median/min/max price_10k, sample_count
error/message: Present on API error or network failure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year_month | Yes | ||
| num_of_rows | No | ||
| region_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||