# Latest market-sensitive ASX announcements

**Use case:** 

Monitor ASX market-sensitive company announcements as clean JSON — ticker, headline, type, date and PDF link. No login; built for analysts and AI agents.

## Input

```json
{
  "tickers": [],
  "marketSensitiveOnly": true,
  "announcementType": "",
  "maxResults": 50
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "announcement_date": {
    "label": "Announcement Date",
    "format": "string"
  },
  "announcement_id": {
    "label": "Announcement Id",
    "format": "string"
  },
  "file_url": {
    "label": "File Url",
    "format": "string"
  },
  "source_url": {
    "label": "Source Url",
    "format": "string"
  }
}
```

## About this Actor

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