Twinkle HubTwinkle Hub

專利全文 (含實施方式)

tw_get_patent_body

특허 · 2개🇹🇼 대만읽기 전용

關鍵字 / Keywords: 專利全文 申請專利範圍 說明書 patent full-text claims specification 專利內文

取得單一專利的完整 description body (技術領域 / 先前技術 / 實施方式)

  • 全部 claims。從 TIPO ftps 即時下載解析 (非 cache, 200-500 ms)。

參數: appl_no: 申請案號 (例 "112108163"), 通常從 tw_search_patents hit 取得

回傳: { appl_no, title_zh, abstract_zh, spec_url, description_sections: {technical-field, background-art, mode-for-invention, ...}, claims: [{num, text}, ...] }

파라미터

이름타입설명
appl_no *string
원본 JSON schema
{
  "properties": {
    "appl_no": {
      "title": "Appl No",
      "type": "string"
    }
  },
  "required": [
    "appl_no"
  ],
  "title": "tw_get_patent_bodyArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
tw_get_patent_body({ appl_no: "…" })