get_single_house_trades
Retrieve detached and multi-unit house (단독/다가구) sale records for a Korean region and month. Input region code and year-month to get trade details including price, area, and house type.
Instructions
Return detached and multi-unit house (단독/다가구) sale records for a region and month.
Korean keywords: 단독, 다가구, 단독/다가구, (아파트외 중) 단독/다가구
No unit name is provided by the API. area_sqm is gross floor area (totalFloorAr).
house_type distinguishes "단독" from "다가구".
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=0,
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 | |||