# Taiwan TSMC Business Registry Profile Scraper

**Use case:** 

Pull the official Taiwan business registry profile for TSMC with capital, status, directors and registered address.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "companyName": "台積電",
  "companyStatus": "01"
}
```

## Output

```json
{
  "ubn": {
    "label": "UBN",
    "format": "text"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "organizationType": {
    "label": "Type",
    "format": "text"
  },
  "capital": {
    "label": "Capital",
    "format": "number"
  },
  "paidInCapital": {
    "label": "Paid-in",
    "format": "number"
  },
  "representative": {
    "label": "Representative",
    "format": "text"
  },
  "registeredAddress": {
    "label": "Address",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registered",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Taiwan Business Registry Scraper - Company & UBN Lookup](https://apify.com/scrapers_lat/taiwan-business-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/taiwan-business-registry-scraper) to learn more, explore other use cases, and run it yourself.