# Taiwan TWSE TSMC Monthly Revenue Scraper

**Use case:** 

Track TSMC monthly revenue disclosures from Taiwan TWSE MOPS with year over year and month over month changes.

## Input

```json
{
  "maxItems": 50,
  "dataset": "monthly_revenue",
  "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 Listed Company 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.