court-auction-notice-search

Convert Korea court auction notices into structured JSON data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 대법원경매정보(courtauction.go.kr)의 부동산 매각공고와 사건정보를 사람이 읽기 좋게 찾고 펼치는 데 드는 시간을 줄여, 에이전트가 바로 활용할 수 있는 JSON 형태로 제공합니다.

Core Features & Use Cases

  • 매각공고 목록/상세 변환: 매각기일·법원·입찰구분(기일/기간)으로 공고를 검색하고, 각 공고를 펼쳐 사건번호/용도/주소/감정평가액/최저매각가를 구조화합니다.
  • 자유 조건검색: 지역(법원·지역), 용도, 가격/감정가 범위, 유찰횟수, 면적 등 조건으로 물건을 찾아 결과를 정규화해 제공합니다.
  • 사건번호 단건 조회: 법원사무소코드 + 사건번호(예: 2024타경100001)로 사건 진행 정보와 관련 물건/스케줄을 확인합니다.
  • 안전한 read-only 가드레일: 입찰 자동화는 지원하지 않으며, 사이트가 IP 기반으로 공격적으로 차단하므로 느리게 호출하고 차단되면 즉시 중단합니다.

Quick Start

법원사무소코드 B000210(서울중앙지방법원)에서 2026-04-27 매각기일 기일입찰 공고를 찾아 상세(사건번호/주소/감정평가액/최저매각가)까지 JSON으로 보여달라고 요청하세요.

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 auction notices in JSON format?

This Skill searches and expands Korea court auction notices from courtauction.go.kr, converting listing and case details into structured JSON for downstream agent use.

Can I search court auction properties by region and price range?

Court auction properties can be searched by region, usage type, price range, appraisal value, failed bid count, and area. The Skill normalizes these free-condition filters and returns structured JSON results.

How do I look up a specific court auction case by case number?

Provide the court office code and case number (e.g., 2024타경100001) to look up a specific court auction case. The Skill retrieves case progress information and related property schedules as JSON.

Does this Skill support automated bidding for court auctions?

No, automated bidding for court auctions is not supported. The Skill enforces strict read-only access with built-in anti-block throttling and conservative IP blocking behavior to prevent automated abuse.

What happens if the court auction site blocks my IP during notice search?

If the court auction site blocks your IP during notice search, the Skill immediately halts requests. It enforces slow, read-only access and includes an optional Playwright fallback for specific HTTP failures.

What details are included when expanding a court auction notice?

Expanding a court auction notice structures details including case number, property usage, address, appraisal evaluation amount, and minimum bid price into JSON format for downstream processing.