# Any Health Canada Drug Database | DPD Records

**Use case:** 

Extract Health Canada Drug Database | DPD Records data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "brandName": "tylenol",
  "maxItems": 10,
  "status": ""
}
```

## Output

```json
{
  "title": {
    "label": "Brand",
    "format": "text"
  },
  "din": {
    "label": "DIN",
    "format": "text"
  },
  "drugCode": {
    "label": "Drug code"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "className": {
    "label": "Class",
    "format": "text"
  },
  "numberOfActiveIngredients": {
    "label": "Number of active ingredients"
  },
  "dosageForm": {
    "label": "Dosage Form",
    "format": "text"
  },
  "lastUpdateDate": {
    "label": "Last Updated",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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