# Taiwan Food and Beverage Companies Registry

**Use case:** 

Search Taiwan's business registry for active food and beverage companies. Retrieve UBN, capital, directors, addresses and business scope.

## Input

```json
{
  "maxCompanies": 10,
  "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)](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.