실거래 이력
deal_historyRetrieve transaction history for commercial properties in Seoul, showing each deal with a reliability score, sorted by recency. Specify an address and optional month range.
Instructions
지번의 매칭 실거래 이력 전체(최신순) — 각 건에 매칭 신뢰도 표기.
서울 상업업무용 매매 한정. months(1~60) 기본 24개월. 재거래·가격 추이를 계산할 때는 텍스트가 아니라 structuredContent 의 transactions[] 를 읽을 것 (건별 신뢰도가 다를 수 있다).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| query | Yes | ||
| source | Yes | ||
| status | Yes | OK 일 때만 transactions 에 실측값이 있다. | |
| address | No | ||
| message | No | status != 'OK' 인 사유 | |
| building | No | 매칭 앵커가 된 건축물대장 표제부. | |
| transactions | Yes | 최신순(deal_date 내림차순). 건별 신뢰도가 다를 수 있으니 각 건의 confidence 를 볼 것. | |
| lookup_status | No | 도메인 원본 상태(거래있음/거래없음/표제부없음 …) | |
| period_months | Yes | ||
| cancelled_count | No | 제외된 해제신고 건수 | |
| transaction_count | Yes | ||
| lowest_confidence_score | No | 이력 중 최저 신뢰도. 이력 전체를 한 덩어리로 인용할 땐 이 값 기준으로 고지할 것 |