real-estate-search

Query Korean apartment and housing transaction prices and rents by region and month.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill real-estate-search-nomadamas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: real-estate-search
Source: https://github.com/NomaDamas/k-skill/tree/main/real-estate-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill real-estate-search-nomadamas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually searching and comparing Korea real transaction price and rent (jeonse/monthly) data for apartments, officetels, villas, single houses, and some commercial properties across specific regions and months.

Core Features & Use Cases

  • Real transaction price/rent lookup via proxy: Queries a built-in proxy to fetch MOLIT-based 신고(실거래가) data for both 매매 and 전월세 use cases.
  • Region-to-code + time-scoped results: Converts a human-readable region name into a legal district code and then retrieves results for a specific 거래년월.
  • Actionable summary output: Returns median/min/max price summaries plus representative top transactions, and includes deposit/monthly-rent summary fields for 전월세.

Quick Start

Ask: "서울 강남구 아파트 202403년 전월세 실거래가를 100건 요약해서 보여줘."

Frequently Asked Questions about real-estate-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Korean apartment transaction prices for a specific region and month?

To look up Korean apartment transaction prices, provide a valid region name, legal district code, and YYYYMM date format. The Skill routes requests through a proxy-backed MOLIT API to fetch real trade or rent data for the specified period.

Can I retrieve both trade and jeonse/monthly rent data for officetels and villas?

Yes, you can retrieve both trade (매매) and jeonse/monthly rent (전월세) data for officetels, villas, and single houses. The Skill routes requests to asset-type-specific endpoints and returns deposit and monthly-rent summary fields for rent scenarios.

What information do I need before querying real estate transaction data?

Before querying real estate transaction data, you need a valid region name, its corresponding legal district code, and a target transaction month in YYYYMM format. The Skill uses these inputs to resolve region codes and enforce endpoint routing by asset and deal type.

How does the region-to-code conversion work for MOLIT real transaction price lookups?

The region-to-code conversion translates a human-readable region name into a legal district code required by the MOLIT proxy API. This code, combined with a YYYYMM date, enables time-scoped retrieval of real transaction price summaries including median, minimum, and maximum values.

What does the transaction price summary include for rent versus trade queries?

For trade queries, the summary includes median, minimum, and maximum prices plus representative top transactions. For rent queries, the output adds deposit and monthly-rent summary fields alongside the standard price range data returned by the proxy API.

What happens when the MOLIT proxy API returns an error during a rent lookup?

When the MOLIT proxy API returns an error during a rent lookup, the Skill handles the proxy error states directly. It requires valid region names, legal district codes, and YYYYMM dates to avoid endpoint routing failures and ensure successful data retrieval.