Twinkle HubTwinkle Hub

統編查公司

tw_lookup_company_by_tax_id

Entreprises · 9 outils🇹🇼 Taïwanlecture seuleAPI externe

以統一編號查詢公司登記資料(經濟部商業司開放 API)。

Args: tax_id: 8 位統一編號。

Returns: 公司名 / 狀態 / 負責人 / 登記地址 / 主管機關 / 資本額 / 設立日 (ISO) / 最後變更日 (ISO)。raw 內保留原始 OData 欄位。

⚠ Tier B:實際打外部 API(data.gcis.nat.gov.tw OData v3)。可能因 upstream 停機、rate-limit、format 異動而 fail。返回 found=False 並 附 reason 而不是丟例外。

Paramètres

NomTypeDescription
tax_id *string
Schéma JSON brut
{
  "properties": {
    "tax_id": {
      "title": "Tax Id",
      "type": "string"
    }
  },
  "required": [
    "tax_id"
  ],
  "title": "lookup_company_by_tax_idArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lookup_company_by_tax_id({ tax_id: "…" })