# Track FDA food and drug recalls with risk scores

**Use case:** 

Track FDA food and drug recalls with risk scores, classification, firm, and status. Filter by type and date. No API key. Export CSV/JSON.

## Input

```json
{
  "productTypes": [
    "drug",
    "device",
    "food"
  ],
  "classification": [],
  "status": "",
  "openOnly": false,
  "minScore": 0,
  "sortBy": "date",
  "maxItems": 200
}
```

## Output

```json
{
  "initiation_date": {
    "label": "Initiated",
    "format": "text"
  },
  "product_type": {
    "label": "Type",
    "format": "text"
  },
  "severity": {
    "label": "Severity",
    "format": "text"
  },
  "classification": {
    "label": "Class",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "recalling_firm": {
    "label": "Recalling firm",
    "format": "text"
  },
  "brand_name": {
    "label": "Brand",
    "format": "text"
  },
  "reason_for_recall": {
    "label": "Reason",
    "format": "text"
  },
  "firm_state": {
    "label": "State",
    "format": "text"
  },
  "recall_number": {
    "label": "Recall #",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Recall Scraper - Drug, Device & Food Enforcement](https://apify.com/flash_scraper/fda-recall-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/fda-recall-scraper) to learn more, explore other use cases, and run it yourself.