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號" }
Every run returns clean, typed records, ready for your CRM, spreadsheet or database.
- One clean record per result, deduped and normalized
- Stable schema in JSON, CSV or Excel, or read it via the Apify API
- Pay per use in the cloud, nothing to install or maintain
A real example record, exactly the shape you receive.
| 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號" }
Frequently asked questions
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.
Ready when you are.
Run the scraper live on Apify right now, or have us build one tailored to exactly what you need.