# FDA Class I Drug Recall Monitor

**Use case:** 

Get alerted on new FDA Class I drug recalls by firm or product. Official openFDA enforcement data, straight to Slack.

## Input

```json
{
  "categories": [
    "drug"
  ],
  "searchTerms": [],
  "classification": "Class I",
  "status": "",
  "sinceDays": 90,
  "maxResults": 10,
  "monitorMode": false
}
```

## Output

```json
{
  "recallNumber": {
    "label": "Recall number",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "recallingFirm": {
    "label": "Recalling firm",
    "format": "string"
  },
  "productDescription": {
    "label": "Product description",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "reportDate": {
    "label": "Report date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Recall Monitor 🚨 (device, drug, food alerts)](https://apify.com/tagadanar/openfda-recall-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/openfda-recall-monitor) to learn more, explore other use cases, and run it yourself.