# BHP ASX Announcements Extractor

**Use case:** 

Extract BHP ASX announcements with release times, titles, price-sensitive flags, PDF URLs, page counts, and file sizes.

## Input

```json
{
  "asxCodes": [
    "BHP"
  ],
  "period": "Y",
  "maxItems": 50,
  "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.