# openFDA Listeria Food Recall Scraper

**Use case:** 

Scrape FDA food recalls related to listeria from openFDA. Get product, firm, reason, classification, status and distribution for safety research.

## Input

```json
{
  "maxItems": 50,
  "searchQuery": "listeria",
  "classification": "",
  "status": "",
  "state": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recallNumber": {
    "label": "Recall #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "classification": {
    "label": "Class",
    "format": "text"
  },
  "productDescription": {
    "label": "Product",
    "format": "text"
  },
  "reasonForRecall": {
    "label": "Reason",
    "format": "text"
  },
  "recallingFirm": {
    "label": "Firm",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "distributionPattern": {
    "label": "Distribution",
    "format": "text"
  },
  "reportDate": {
    "label": "Report Date",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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