# FDA Allergen Recall Monitor

**Use case:** 

Monitor ongoing FDA food recalls mentioning allergens and export normalized recall records for compliance workflows.

## Input

```json
{
  "query": "",
  "productKeywords": [
    "allergen"
  ],
  "recallingFirm": "",
  "classifications": [
    "Class I",
    "Class II"
  ],
  "statuses": [
    "Ongoing"
  ],
  "states": [],
  "countries": [],
  "reportDateFrom": "2024-01-01",
  "reportDateTo": "",
  "initiationDateFrom": "",
  "initiationDateTo": "",
  "maxItems": 100,
  "sortBy": "report_date",
  "sortDirection": "desc"
}
```

## Output

```json
{
  "recallNumber": {
    "label": "Recall number"
  },
  "eventId": {
    "label": "Event ID"
  },
  "classification": {
    "label": "Classification"
  },
  "status": {
    "label": "Status"
  },
  "recallingFirm": {
    "label": "Recalling firm"
  },
  "productDescription": {
    "label": "Product"
  },
  "reasonForRecall": {
    "label": "Reason"
  },
  "distributionPattern": {
    "label": "Distribution"
  },
  "recallInitiationDate": {
    "label": "Initiation date"
  },
  "reportDate": {
    "label": "Report date"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "sourceRecordUrl": {
    "label": "FDA record URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Food Recalls Scraper](https://apify.com/automation-lab/fda-food-recalls-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fda-food-recalls-scraper) to learn more, explore other use cases, and run it yourself.