# TSMC 2330 Material Announcements from TWSE

**Use case:** 

Scrape TSMC (2330) material announcements from the Taiwan Stock Exchange, including announcement date and time, subject, cited regulatory clause, event date

## Input

```json
{
  "maxDisclosures": 20,
  "dataset": "material_announcements",
  "stockCode": "2330"
}
```

## Output

```json
{
  "stockCode": {
    "label": "Stock Code",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "subject": {
    "label": "Announcement",
    "format": "text"
  },
  "revenueCurrentMonth": {
    "label": "Month Revenue",
    "format": "text"
  },
  "basicEPS": {
    "label": "EPS",
    "format": "text"
  },
  "majorShareholderName": {
    "label": "Major Shareholder",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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