# Any 🇦🇺 TGA Australia Medicines

**Use case:** 

Extract 🇦🇺 TGA Australia Medicines data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "paracetamol",
  "productType": "",
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "artgId": {
    "label": "ARTG ID",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "sponsor": {
    "label": "Sponsor",
    "format": "text"
  },
  "licenceStatus": {
    "label": "Status",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🇦🇺 TGA Australia Medicines Scraper](https://apify.com/parseforge/tga-australia-medicines-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tga-australia-medicines-scraper) to learn more, explore other use cases, and run it yourself.