# ASX Disclosure Monitor with PDF Archive

**Use case:** 

Monitor ASX disclosures and optionally save announcement PDFs for compliance archives, investor alerts, and market data pipelines.

## Input

```json
{
  "asxCodes": [
    "BHP",
    "CBA",
    "RIO"
  ],
  "period": "D",
  "maxItems": 30,
  "savePdfDocuments": true
}
```

## Output

```json
{
  "asxCode": {
    "label": "ASX code"
  },
  "companyName": {
    "label": "Company"
  },
  "announcementTitle": {
    "label": "Announcement"
  },
  "releaseDate": {
    "label": "Date"
  },
  "releaseTime": {
    "label": "Time"
  },
  "priceSensitive": {
    "label": "Price sensitive"
  },
  "documentUrl": {
    "label": "PDF URL",
    "format": "link"
  },
  "pages": {
    "label": "Pages"
  },
  "fileSize": {
    "label": "File size"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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