Korea Apartment Sales - Official Transaction Register avatar

Korea Apartment Sales - Official Transaction Register

Pricing

$5.00 / 1,000 transactions

Go to Apify Store
Korea Apartment Sales - Official Transaction Register

Korea Apartment Sales - Official Transaction Register

Every reported apartment sale in Korea, straight from the government register. Price, size, floor, build year, address and deal type, with price per pyeong calculated. Search by district name instead of hunting for codes.

Pricing

$5.00 / 1,000 transactions

Rating

0.0

(0)

Developer

Loopchips

Loopchips

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Share

Every reported apartment sale in Korea, straight from the government register.

When a Korean apartment changes hands the sale must be reported by law, and the Ministry of Land publishes those filings. This Actor turns them into clean rows: price, size, floor, build year, address and deal type, with price per pyeong worked out for you.

What you get

FieldDescription
dealDateDate of the contract
district / legalDongDistrict and neighbourhood
apartment / buildingComplex name and building
priceManwon / priceKrwPrice as published, and in won
areaM2 / areaPyeongExclusive floor area, both units
pricePerPyeongManwonHow the Korean market actually quotes value
floor / buildYearFloor and year built
dealTypeBrokered or direct
buyerType / sellerTypeIndividual, corporate or public body
isCancelled / cancelledOnContracts later cancelled
landLeaseholdWhether the land is leasehold
apartmentIdStable identifier for joining across months

You need your own free key

This Actor calls the government API on your behalf, using a key issued to you.

  1. Sign up at data.go.kr
  2. Search for 아파트 매매 실거래가 상세 자료
  3. Press 활용신청 - approval is automatic and gives 10,000 calls a day
  4. Paste the Encoding key into this Actor

The data itself is published with no usage restrictions, so what you collect is yours to keep, analyse and redistribute.

Example input

{
"serviceKey": "your-key-here",
"districts": ["서울 강남구", "서울 송파구"],
"startMonth": "202601",
"endMonth": "202606"
}

District names

You can write a district name such as 서울 강남구, or just 강남구. Names are resolved for Seoul and the metropolitan cities. Everywhere else, use the five-digit code, which always works - for example 41135 for 성남시 분당구.

Codes are the first five digits of the legal district code.

Example output

{
"dealDate": "2026-06-25",
"district": "서울 종로구",
"legalDong": "평창동",
"apartment": "롯데낙천대",
"priceManwon": 118000,
"priceKrw": 1180000000,
"areaM2": 110.53,
"areaPyeong": 33.44,
"pricePerPyeongManwon": 3529,
"floor": 10,
"buildYear": 2001,
"dealType": "중개거래"
}

What people use it for

  • Market research - real prices, not asking prices
  • Valuation and lending - comparable sales for a building or neighbourhood
  • Investment screening - price per pyeong across districts, month by month
  • Proptech products - a legal, citable source you can build on

Pricing

Pay per result. You are charged only for transactions actually returned.

Notes

  • Cancelled contracts are excluded by default so averages are not distorted. Turn them on if you want to study cancellations.
  • Prices are published in 만원 (ten thousand won). Both that and the won figure are included.
  • agentDistrict is where the broker is registered, which is not always where the property is.
  • Source: Ministry of Land, Infrastructure and Transport, via data.go.kr.