VOOZH about

URL: https://apify.com/logfabric/taiwan-gcis-company-registry

โ‡ฑ Taiwan Company Registry โ€” GCIS UBN Lookup ยท Apify


๐Ÿ‘ Taiwan Company Registry โ€” GCIS UBN Lookup avatar

Taiwan Company Registry โ€” GCIS UBN Lookup

Pricing

from $5.00 / 1,000 results

Go to Apify Store

Taiwan Company Registry โ€” GCIS UBN Lookup

Look up Taiwan companies by Unified Business Number via the official GCIS API โ€” no login, no scraping.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ LogFabric

LogFabric

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Look up Taiwan companies by Unified Business Number (UBN / ็ตฑไธ€็ทจ่™Ÿ) using the official GCIS OData API. Returns company name, status, setup date, and business items as structured JSON. No login, no token, no scraping.


What this Actor does

This Actor accepts one or more Taiwan Unified Business Numbers (UBN / ็ตฑไธ€็ทจ่™Ÿ) and queries the Taiwan GCIS OData API for each number. Results are pushed to an Apify Dataset as English-key JSON records.

For each UBN, the Actor returns:

  • Company name in Traditional Chinese
  • Company status code and description
  • Company status normalized to English (Active / Dissolved / Revoked)
  • Setup date in original ROC calendar format
  • Setup date converted to ISO 8601 format
  • Business items, including industry codes and descriptions in Traditional Chinese
  • A found flag indicating whether the UBN was matched
  • Source metadata: sourceName, sourceUrl, retrievedAt

Output limits and cost control

This Actor supports maxItems to limit the number of dataset records produced in a run.

The Actor also respects Apify's paid dataset item limit when it is provided by the platform. The effective output limit is the minimum of:

  • maxItems
  • Apify's paid dataset item limit, if present
  • the Actor's internal hard cap

This helps keep runs predictable and prevents the Actor from producing more paid dataset items than intended.

Input

{
"businessAccountingNumbers":["20828393","22099131"],
"maxItems":100
}
FieldTypeRequiredDescription
businessAccountingNumbersarray of stringsYesTaiwan Unified Business Numbers (UBN / ็ตฑไธ€็ทจ่™Ÿ). 1โ€“100 values per run.
maxItemsintegerNoMaximum number of dataset records to output. Default: 100. Maximum: 1000.

Notes:

  • Each value should be an 8-digit string.
  • Values shorter than 8 digits are left-padded with zeros automatically.
  • Maximum 100 numbers per run in v0.
  • maxItems limits how many dataset records are produced, regardless of how many UBNs are provided.

Output

Each UBN produces one record in the Dataset, unless the run reaches the effective output limit.

Found

{
"businessAccountingNumber":"22099131",
"found":true,
"companyNameZh":"ๅฐ็ฃ็ฉ้ซ”้›ป่ทฏ่ฃฝ้€ ่‚กไปฝๆœ‰้™ๅ…ฌๅธ",
"companyStatus":"01",
"companyStatusDesc":"ๆ ธๅ‡†่จญ็ซ‹",
"companyStatusEn":"Active",
"setupDateRoc":"0760221",
"setupDateIso":"1987-02-21",
"businessItems":[
{
"seq":"0001",
"code":"CC01080",
"descZh":"้›ปๅญ้›ถ็ต„ไปถ่ฃฝ้€ ๆฅญ"
}
],
"sourceName":"Taiwan GCIS OData API",
"sourceUrl":"https://data.gcis.nat.gov.tw/od/data/api/236EE382-4942-41A9-BD03-CA0709025E7C",
"retrievedAt":"2026-06-30T14:38:24.448Z"
}

Not found

{
"businessAccountingNumber":"00000000",
"found":false,
"sourceName":"Taiwan GCIS OData API",
"sourceUrl":"https://data.gcis.nat.gov.tw/od/data/api/236EE382-4942-41A9-BD03-CA0709025E7C",
"retrievedAt":"2026-06-30T14:38:24.448Z"
}

What this Actor does not do

This Actor is intentionally limited.

It does not:

  • Scrape websites
  • Use proxies
  • Use browser automation
  • Require login, cookies, or tokens
  • Enrich records from third-party sources
  • Collect representative names
  • Collect directors or shareholders
  • Collect phone numbers
  • Collect emails
  • Collect personal profile data
  • Generate sales messages
  • Crawl external websites

Data source

This Actor uses the official Taiwan GCIS OData API.

Source:

Taiwan GCIS OData API
https://data.gcis.nat.gov.tw/od/data/api/236EE382-4942-41A9-BD03-CA0709025E7C

The Actor stores this source metadata in each Dataset record.


Limitations

  • This Actor supports UBN lookup only.
  • Company name search is not supported in v0.
  • Additional GCIS endpoints are intentionally out of scope for v0.
  • Business item descriptions (descZh) are returned in Traditional Chinese as provided by the source. No English translation is performed in v0.
  • The Actor queries one UBN per API request. For large batches, total run time scales with the number of inputs.
  • The GCIS API may be temporarily unavailable. Failed requests are counted in errorCount in the run summary.

Run summary

After each run, a summary is saved to the Key-Value Store under the key RUN_SUMMARY.

{
"totalInput":2,
"requestedMaxItems":100,
"effectiveMaxItems":100,
"actorMaxPaidDatasetItems":16979,
"totalItems":2,
"foundCount":2,
"notFoundCount":0,
"errorCount":0,
"skippedDueToLimit":0,
"retrievedAt":"2026-06-30T14:38:24.448Z"
}

The exact value of actorMaxPaidDatasetItems may vary by run depending on Apify's paid dataset item limit.

Summary fields:

FieldDescription
totalInputNumber of UBNs provided in the input.
requestedMaxItemsRequested output limit from maxItems, defaulting to 100 if omitted.
effectiveMaxItemsFinal output limit used by the Actor.
actorMaxPaidDatasetItemsApify paid dataset item limit, if provided by the platform.
totalItemsNumber of Dataset records actually produced.
foundCountNumber of matched UBN records.
notFoundCountNumber of UBNs not found in the source API.
errorCountNumber of API lookup errors.
skippedDueToLimitNumber of input UBNs skipped after the output limit was reached.
retrievedAtTimestamp when the summary was written.

Development status

  • v0 is implemented as a UBN lookup Actor.
  • The Actor currently supports lookup by Business Accounting Number only.
  • Company name search and additional GCIS endpoints are intentionally out of scope for v0.
  • The Actor is published and maintained as a conservative official-API lookup Actor.

You might also like

Taiwan Business Registry Scraper - Company & UBN Lookup

scrapers_lat/taiwan-business-registry-scraper

Extract Taiwan company registration data from the official GCIS registry by company name or unified business number (UBN): capital, directors, shareholding, and business scope. Export to JSON, CSV, Excel.

2

2.0

(1)

Taiwan Company Data โ€” Directors, Shareholders & Financials

foxlabs/taiwan-company-data

Look up any Taiwan company by Unified Business Number and get directors with shareholdings, capital, business scope, address & status (GCIS) โ€” plus financials & English names for listed firms (TWSE). Clean JSON for KYC, due diligence & lead enrichment.

2

๐Ÿ‡ฎ๐Ÿ‡ณ OGD India Companies Master Data Lookup

nexgendata/ogd-india-companies-registry

Search the Indian Ministry of Corporate Affairs (MCA) company master data via Open Government Data (OGD) platform. Returns CIN, company name, ROC code, category, capital, registration date, registered office, listing status, NIC industrial classification. For B2B prospecting in India, KYC due dilige

Taiwan Government Data API

lentic_clockss/taiwan-data-search

Search Taiwan market, health, environment, nonprofit, and public-data sources in one run. Get structured Taiwan records fast.

GLEIF LEI Records Scraper

parseforge/gleif-lei-records-scraper

Export company records from OpenCorporates, the largest open database covering 200M+ entities across 130+ jurisdictions. Search by name, jurisdiction, year, or look up by company number. Pull legal name, status, type, incorporation date, address, officers, and more.

Singapore Government Data API

lentic_clockss/singapore-government-data-search

Search Singapore business, housing, procurement, health, and court datasets in one run. Get structured Singapore records fast.