CompanyLens API
## Taiwan Company Intelligence API Look up any Taiwan-registered company by its 8-digit uniform business number (統一編號). Built on Taiwan's official Ministry of Economic Affairs GCIS registry — updated hourly, zero scraping, legally clean. ### Why CompanyLens? The official GCIS API requires OData syntax, returns Chinese field names, and has no caching or batch support. CompanyLens wraps it into…
CompanyLens API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getCompany /company/{uniformNo} |
Full company profile including capital, representative, address, city, and dates. Requires PRO plan or above. |
| POST |
batchCompanies /company/batch |
Look up multiple companies in a single request. Plan limits — PRO 50, ULTRA 500, MEGA 1000. Requires PRO plan or above. |
| GET |
getCompanyName /company/{uniformNo}/name |
Quickly retrieve the registered company name by uniform business number. Available on all plans. |
| GET |
searchCompanies /company/search |
Search Taiwan companies by name keyword. Returns matching active or dissolved companies. Requires PRO plan or above. |
| GET |
verifyCompany /company/{uniformNo}/verify |
Check if a uniform business number is valid, active, and what entity type it is (company / branch / business). Available on all plans. |
| GET |
healthCheck /health |