# Taiwan MOPS Dividend Announcements Scraper

**Use case:** 

Scrape Taiwan MOPS dividend announcements from the TWSE OpenAPI for market monitoring and equity research workflows.

## Input

```json
{
  "startDate": "",
  "endDate": "",
  "companyCodes": [],
  "titleKeyword": "股利",
  "maxItems": 100,
  "includeRawFields": false
}
```

## Output

```json
{
  "companyCode": {
    "label": "Company code"
  },
  "companyName": {
    "label": "Company name"
  },
  "announcementDate": {
    "label": "Announcement date"
  },
  "announcementTime": {
    "label": "Time"
  },
  "eventDate": {
    "label": "Event date"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "clause": {
    "label": "Clause"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceUrl": {
    "label": "MOPS",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Taiwan MOPS Company Announcements Scraper](https://apify.com/automation-lab/taiwan-mops-company-announcements-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/taiwan-mops-company-announcements-scraper) to learn more, explore other use cases, and run it yourself.