search_judgments
Search Taiwan court judgments by keyword, court, case type, year, case number, or main text. Filter by winner/loser using structured main text keywords.
Instructions
搜尋司法院裁判書系統。
結果自動按法院權威性排序(最高法院→高等法院→地方法院),同層級按原始排序。 每筆結果含 court(法院名稱)、case_type(民事/刑事/行政)、court_level(1=最高/2=高等/3=地方)。
【重要】查特定案號時,必須用 case_word + case_number(精確查詢),不要把案號放在 keyword。 例如查「114年度上易字第503號」→ case_word="上易", case_number="503", year_from=114。 keyword 僅用於主題式全文檢索(如「預售屋 遲延交屋」)。
【進階實務研究欄位】:
main_text: 裁判主文關鍵字 — 最有效的輸贏方篩選方式。 主文措辭高度制度化(依民刑訴訟法條生成),substring match 接近 解析半結構化欄位,精度高:
「被告應將 移轉」→ 被告敗訴(物權移轉類)
「被告應給付」→ 被告敗訴(金錢給付類)
「原告之訴駁回」→ 原告敗訴
「上訴駁回」→ 維持原審 可與 keyword 併用,例: 找「借名登記成立、被告敗訴」→ main_text="被告應將 移轉", keyword="借名登記", case_type="民事"
Args: keyword: 全文檢索關鍵字(對應 jud_kw) court: 法院名稱(如「最高法院」「臺灣高等法院」「臺灣臺北地方法院」) case_type: 案件類型(民事/刑事/行政/懲戒) year_from: 起始年度(民國年,如 110) year_to: 截止年度(民國年,如 113) case_word: 字別(如「台上」「上易」「重訴」),查特定案號時必填 case_number: 案號(數字),查特定案號時必填 main_text: 裁判主文關鍵字(對應 jud_jmain)— 結構化篩選輸贏方 max_results: 回傳筆數上限(預設 10,上限 200)
Returns: 包含搜尋結果的字典:success, query, total_count, results, cached, timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | ||
| court | No | ||
| case_type | No | ||
| year_from | No | ||
| year_to | No | ||
| case_word | No | ||
| case_number | No | ||
| main_text | No | ||
| max_results | No |