# Taiwan Foxconn Hon Hai Company Registry Profile

**Use case:** 

Look up the official Taiwan business registry record for Foxconn (Hon Hai Precision, UBN 04541302): capital, directors, address and full scope.

## Input

```json
{
  "maxCompanies": 10,
  "withDetails": true,
  "companyName": "台積電",
  "companyStatus": "01",
  "ubns": [
    "04541302"
  ]
}
```

## 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)](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.