# ASX Company Announcements Scraper

**Use case:** 

Scrape ASX company announcements by ticker and export disclosure dates, PDF links, price-sensitive flags, pages, and file sizes.

## Input

```json
{
  "asxCodes": [
    "BHP",
    "CBA",
    "RIO",
    "WBC",
    "NAB"
  ],
  "period": "M6",
  "maxItems": 100,
  "savePdfDocuments": false
}
```

## 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.