# Taiwan Company Directors and Financials Lookup

**Use case:** 

Retrieve detailed profiles of Taiwan companies by Unified Business Number, including directors, shareholders, financials, and business information.

## Input

```json
{
  "ubns": [
    "22099131",
    "16003518"
  ],
  "companyNames": [],
  "includeFinancials": true,
  "maxResults": 100,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "nameEnglish": {
    "label": "English Name",
    "format": "text"
  },
  "ubn": {
    "label": "UBN",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "capitalStockFormatted": {
    "label": "Capital",
    "format": "text"
  },
  "responsiblePerson": {
    "label": "Responsible",
    "format": "text"
  },
  "directorsCount": {
    "label": "Directors",
    "format": "number"
  },
  "isListed": {
    "label": "Listed",
    "format": "boolean"
  },
  "stockCode": {
    "label": "Stock",
    "format": "text"
  },
  "revenueFormatted": {
    "label": "Revenue",
    "format": "text"
  },
  "industriesText": {
    "label": "Industries",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Taiwan Company Data — Directors, Shareholders & Financials](https://apify.com/foxlabs/taiwan-company-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/taiwan-company-data) to learn more, explore other use cases, and run it yourself.