실거래 종합카드
deal_card_searchRetrieve a comprehensive deal card for a property address, showing latest sale price, average unit price, buy/sell indicators, and building register data for Seoul commercial properties.
Instructions
지번의 실거래 종합카드 1콜 — 최신 매매가·평단가·매도/매수·매칭 신뢰도 + 표제부.
서울 상업업무용 매매 한정. months(160)는 조회 기간(개월).
첫 조회는 표제부·실거래 API를 불러 수십 초수 분 걸릴 수 있다(이후 15분 캐시).
수치를 계산에 쓸 때는 텍스트가 아니라 structuredContent 를 읽을 것
(status='OK' 일 때만 latest 에 실측값이 있다).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| months | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| query | Yes | ||
| latest | No | 최신 매칭 거래 1건. status != 'OK' 이면 null. | |
| source | Yes | ||
| status | Yes | OK 일 때만 latest 에 실측값이 있다. 그 외에는 수치를 추측·보간하지 말 것. | |
| address | No | ||
| message | No | status != 'OK' 인 사유 | |
| building | No | 매칭 앵커가 된 건축물대장 표제부. | |
| lookup_status | No | 도메인 원본 상태(거래있음/거래없음/표제부없음 …) | |
| period_months | Yes | ||
| cancelled_count | No | 제외된 해제신고 건수 | |
| transaction_count | Yes | 기간 내 매칭 거래 수(deal_history 로 전체 확인) |