court-auction-notice-search

Query Korean court auction notices and case details from courtauction.go.kr.

Updated May 1, 2026
One-click install
npx skills add https://github.com/seolcoding/k-parent-skill --skill court-auction-notice-search-seolcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: court-auction-notice-search
Source: https://github.com/seolcoding/k-parent-skill/tree/main/court-auction-notice-search
Command: npx skills add https://github.com/seolcoding/k-parent-skill --skill court-auction-notice-search-seolcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The official Korean court real estate auction site (courtauction.go.kr) has no public open API, making it difficult for users and agents to programmatically access structured auction notice and case data. Manual browsing is time-consuming, and unthrottled automated requests risk IP blocks from the site's aggressive anti-bot system.

Core Features & Use Cases

  • Fetches official court real estate sale notices and case details, returning structured JSON with key fields like case number, property address, appraised price, and minimum sale price.
  • Supports querying notices by auction date, court code, and bid type (date bid vs period bid), as well as direct lookups of specific cases by court code and case number.
  • Implements slow-by-design throttling and session call budgets to avoid IP blocks, with Playwright fallback for failed direct HTTP requests. Common use cases include checking upcoming auctions in a specific region, verifying details of a specific auction case, and retrieving court code lists for query building.

Quick Start

Use the court-auction-notice-search skill to look up the full details for court case number 2024타경100001 at Seoul Central District Court.

Frequently Asked Questions about court-auction-notice-search

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

FAQPage Schema
How do I get Korean court real estate auction data as JSON when there is no public API?

Korean court real estate auction data from courtauction.go.kr can be retrieved as normalized JSON by querying auction notices and specific case details directly, bypassing the lack of an official public API.

Can I look up a specific Korean court auction case by court code and case number?

Yes, specific court auction cases can be looked up directly by providing the court code and case number, returning structured JSON details like appraised price and minimum sale price.

How do I search Korean real estate auction notices by auction date and bid type?

Auction notices can be searched by filtering auction dates, court codes, and bid types such as date bid or period bid, returning structured JSON output for due diligence.

How does this Skill avoid IP blocks from the Korean court auction site's anti-bot system?

It avoids IP blocks by implementing slow-by-design throttling, session call budgets, and IP block detection, with a Playwright fallback for failed direct HTTP requests to ensure compliant data retrieval.

What property details are included in the JSON output for Korean court auction cases?

The JSON output includes key auction case fields such as the case number, property address, appraised price, and minimum sale price for real estate due diligence and market research.