Taiwan Business Registry Scraper (Company & UBN)
Extract Taiwan company registration records from the official GCIS registry by name or unified business number (UBN). Get company name, status, capital, representative, registered address, directors and business scope. Export to JSON, CSV or Excel.
{ "ubn": "54900838", "name": "台積電機有限公司", "status": "核准設立", "statusCode": "01", "organizationType": "有限公司", "capital": 2000000, "paidInCapital": 0, "representative": "王志聰", "registeredAddress": "臺中市南屯區春社里中台路61之3號" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Ubn | Name | Status | Status Code |
|---|---|---|---|
| 54900838 | 台積電機有限公司 | 核准設立 | 01 |
| 90312187 | 台積電梯有限公司 | 核准設立 | 01 |
| 54900838 | 台積電機有限公司 | ||
| 90312187 | 台積電梯有限公司 |
{ "ubn": "54900838", "name": "台積電機有限公司", "status": "核准設立", "statusCode": "01", "organizationType": "有限公司", "capital": 2000000, "paidInCapital": 0, "representative": "王志聰", "registeredAddress": "臺中市南屯區春社里中台路61之3號" }
よくある質問
What does this Taiwan company registry scraper cover?
It covers every company in Taiwan's national registry, sourced from the Ministry of Economic Affairs GCIS open data platform (商工行政資料開放平臺). You can look up companies nationwide by name keyword or by unified business number.
Can I search by company name or do I need the unified business number?
Both work. Enter a company name keyword to return every active company whose name contains that text, or provide a list of 8-digit unified business numbers (統一編號) for exact one-to-one lookups.
How many companies can I retrieve in one run?
A name search returns up to 1000 matching companies per keyword, and you can cap the result with Max Items. UBN lookups return exactly one company each, so a list of UBNs returns that many companies.
Does it return directors, shareholding, and business scope?
Yes, when Fetch directors and full business scope is enabled. Each company then gets an extra detail record listing board members with their position and number of shares held, plus the complete registered business scope with item codes and descriptions.
Why are some dates in a different format?
Taiwan's registry stores dates in the ROC (Minguo) calendar. The scraper converts them to standard ISO calendar dates, so 0760221 becomes 1987-02-21.
What happens if a unified business number is not found?
The scraper emits a record with an error message for that UBN and continues with the rest, so one bad number never stops the run.