# Food recalls still ongoing

**Use case:** 

Food recalls not yet marked completed or terminated — product still being withdrawn.

## Input

```json
{
  "dataset": "food-recalls",
  "searchTerm": "insulin",
  "firmName": "Medtronic",
  "maxRecords": 400,
  "sortBy": "newest",
  "lastNDays": 90,
  "dateFrom": "2026-01-01",
  "dateTo": "2026-12-31",
  "classification": "Class I",
  "recallStatus": "Ongoing",
  "state": "CA",
  "country": "United States",
  "seriousOnly": true,
  "deathsOnly": true,
  "reaction": "ANAPHYLACTIC REACTION",
  "searchQuery": "openfda.route:\"INTRAVENOUS\"",
  "apiKey": "***"
}
```

## Output

```json
{
  "recordId": {
    "label": "Record ID",
    "format": "string"
  },
  "primaryDate": {
    "label": "Primary date",
    "format": "string"
  },
  "classification": {
    "label": "Recall class",
    "format": "string"
  },
  "recallStatus": {
    "label": "Recall status",
    "format": "string"
  },
  "recallingFirm": {
    "label": "Recalling firm",
    "format": "string"
  },
  "productDescription": {
    "label": "Product description",
    "format": "string"
  },
  "reasonForRecall": {
    "label": "Reason for recall",
    "format": "string"
  },
  "distributionPattern": {
    "label": "Distribution pattern",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA Scraper · Drug Events, Recalls, Labels & Devices](https://apify.com/reapx/openfda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/openfda-scraper) to learn more, explore other use cases, and run it yourself.