# Food FDA Recalls - Food, Drug & Device Safety

**Use case:** 

Extract FDA Recalls - Food, Drug & Device Safety data filtered by Food. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "productType": "food",
  "maxItems": 10
}
```

## Output

```json
{
  "recallNumber": {
    "label": "Recall #"
  },
  "productType": {
    "label": "Type"
  },
  "classification": {
    "label": "Class"
  },
  "status": {
    "label": "Status"
  },
  "recallingFirm": {
    "label": "Firm"
  },
  "reasonForRecall": {
    "label": "Reason"
  },
  "reportDate": {
    "label": "Reported"
  },
  "state": {
    "label": "State"
  }
}
```

## About this Actor

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