Twinkle HubTwinkle Hub

公司名 fuzzy 查統編

tw_search_company_by_name

企業 · 9 件🇹🇼 台湾読み取り専用

以公司名關鍵字 fuzzy 查 → 列出統編候選 (Tier B, 核准設立公司).

Args: name: 公司名稱關鍵字 (≥2 字)。 limit: 上限(default 20, max 100)。

Returns: {found, query, candidates: [{tax_id, company_name, status, responsible_name, address, capital_amount}], count}

⚠ 預設只查 status='01' (核准設立) 的活躍公司。要查解散/廢止公司請 改走 lookup_company_by_tax_id (若已知統編) 或 search 後再 filter.

パラメータ

名前説明
name *string
limitinteger
生の JSON schema
{
  "properties": {
    "name": {
      "title": "Name",
      "type": "string"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "name"
  ],
  "title": "search_company_by_nameArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_search_company_by_name({ name: "…" })