get_commercial_trade
Retrieve commercial and business building sale records for a specific region and month. Evaluate commercial real estate investment options.
Instructions
Return commercial and business building (상업업무용) sale records for a region and month.
Korean keywords: 상업용, 업무용, 상가, 근린생활시설(매매), 상업업무용
Response structure differs from residential tools:
building_type, building_use, land_use, building_ar instead of unit_name/area_sqm.
share_dealing indicates whether the transaction is a partial-share deal.
Use to evaluate commercial real estate investment options alongside residential data.
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 (building_type, building_use, land_use, dong,
building_ar, floor, price_10k, trade_date, build_year,
deal_type, share_dealing)
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 | |||