# Health Canada sterilizer licence scraper

**Use case:** 

Scrape active Health Canada medical device licences for sterilizers with company names, classes, status dates, and official source metadata.

## Input

```json
{
  "language": "en",
  "maxItems": 100,
  "includeCompanyDetails": true,
  "includeDeviceTradeNames": false,
  "licenceNumbers": [],
  "deviceNameKeywords": [
    "sterilizer"
  ],
  "companyNameKeywords": [],
  "licenceStatuses": [
    "O"
  ],
  "riskClasses": [],
  "licenceTypeCodes": []
}
```

## Output

```json
{
  "licenceNumber": {
    "label": "Licence #"
  },
  "licenceStatus": {
    "label": "Status"
  },
  "riskClass": {
    "label": "Class"
  },
  "licenceName": {
    "label": "Licence name"
  },
  "licenceTypeDescription": {
    "label": "Type"
  },
  "companyName": {
    "label": "Company"
  },
  "companyCountryCode": {
    "label": "Country"
  },
  "firstLicenceStatusDate": {
    "label": "First status date"
  },
  "lastRefreshDate": {
    "label": "Last refresh"
  },
  "endDate": {
    "label": "End date"
  },
  "deviceCount": {
    "label": "Devices"
  },
  "sourceEndpoint": {
    "label": "Source"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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