# FDA food recall data export

**Use case:** 

Prepare official FDA Food Enforcement recall records for dataset export to spreadsheets or downstream systems.

## Input

```json
{
  "target": "completeFeed",
  "query": "salmonella",
  "recallNumber": "F-1234-2025",
  "eventId": "98765",
  "monitorKey": "weekly-allergen-watch",
  "states": [
    "CA",
    "PR"
  ],
  "countries": [
    "United States",
    "Canada"
  ],
  "reportDateFrom": "2025-01-01",
  "reportDateTo": "2025-12-31",
  "initiationDateFrom": "2025-01-01",
  "initiationDateTo": "2025-12-31",
  "advancedSearch": "distribution_pattern:\"Nationwide\"",
  "sort": "reportDateDesc",
  "maxResults": 100
}
```

## Output

```json
{
  "recallNumber": {
    "label": "Recall number",
    "format": "string"
  },
  "eventId": {
    "label": "Event ID",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "productDescription": {
    "label": "Product description",
    "format": "string"
  },
  "recallingFirm": {
    "label": "Recalling firm",
    "format": "string"
  },
  "address.city": {
    "label": "City",
    "format": "string"
  },
  "address.state": {
    "label": "State",
    "format": "string"
  },
  "address.country": {
    "label": "Country",
    "format": "string"
  },
  "reportDate": {
    "label": "Report date",
    "format": "string"
  },
  "recallInitiationDate": {
    "label": "Recall initiation date",
    "format": "string"
  },
  "terminationDate": {
    "label": "Termination date",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "sourceUrl": {
    "label": "openFDA record URL",
    "format": "string"
  }
}
```

## About this Actor

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