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.