OpenCorporates alternative · Taiwan

OpenCorporates Taiwan alternative

Taiwan's commercial register is the GCIS (商工登記公示資料查詢服務 / Government-Corporate-Information-System), run by the Ministry of Economic Affairs. It is a public, free, programmatically reachable register with company profiles, officer lists, shareholders, and the cross-company director history a KYB workflow expects. The OpenRegistry TW adapter exposes the lot.

OpenRegistry on Taiwan

What OpenCorporates has for Taiwan

OpenCorporates includes Taiwan in its registers index, and the basic identifier and name records are present. Past that, coverage thins out. GCIS does not expose a bulk open-data dump, and the per-company richness is in the live query results, not in any periodic crawl.

Where the difference shows up

Worked example

// MCP — TSMC officer + appointment trace
search_companies({ jurisdiction: "TW", query: "台灣積體電路" })
// → 統一編號 22099131

get_officers({ jurisdiction: "TW", company_id: "22099131" })
get_officer_appointments({ jurisdiction: "TW", officer_id: "<from above>" })