# Health Canada DIN extractor for Advil products

**Use case:** 

Target one brand in the Canadian DPD and export DINs, statuses, ingredients, forms, and official product links.

## Input

```json
{
  "language": "en",
  "maxItems": 50,
  "includeRelatedData": true,
  "drugCodes": [],
  "dins": [],
  "brandNames": [
    "ADVIL"
  ],
  "companyNames": [],
  "statuses": [
    "Marketed"
  ],
  "activeIngredientNames": []
}
```

## Output

```json
{
  "drugCode": {
    "label": "Drug code"
  },
  "drugIdentificationNumber": {
    "label": "DIN"
  },
  "brandName": {
    "label": "Brand"
  },
  "companyName": {
    "label": "Company"
  },
  "currentStatus": {
    "label": "Status"
  },
  "activeIngredients": {
    "label": "Active ingredients"
  },
  "forms": {
    "label": "Forms"
  },
  "routes": {
    "label": "Routes"
  },
  "schedules": {
    "label": "Schedules"
  },
  "therapeuticClasses": {
    "label": "Therapeutic classes"
  },
  "lastUpdateDate": {
    "label": "Last update"
  },
  "officialProductUrl": {
    "label": "Official URL",
    "format": "link"
  },
  "language": {
    "label": "Language"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Health Canada Drug Database Scraper](https://apify.com/automation-lab/health-canada-drug-database-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/health-canada-drug-database-scraper) to learn more, explore other use cases, and run it yourself.