# Listeria RASFF Notification Extractor

**Use case:** 

Extract EU RASFF notifications mentioning Listeria with products, countries, risks, hazards, measures, and official details links.

## Input

```json
{
  "maxItems": 100,
  "dateFrom": "2026-07-01",
  "dateTo": "2026-07-06",
  "keyword": "Listeria",
  "includeDetails": true
}
```

## Output

```json
{
  "reference": {
    "label": "Reference"
  },
  "ecValidationDate": {
    "label": "Date"
  },
  "subject": {
    "label": "Subject",
    "format": "text"
  },
  "productCategory": {
    "label": "Product category"
  },
  "productType": {
    "label": "Type"
  },
  "notificationClassification": {
    "label": "Classification"
  },
  "riskDecision": {
    "label": "Risk"
  },
  "notifyingCountry": {
    "label": "Notifying country",
    "format": "object"
  },
  "originCountries": {
    "label": "Origin countries",
    "format": "array"
  },
  "hazards": {
    "label": "Hazards",
    "format": "array"
  },
  "measuresTaken": {
    "label": "Measures",
    "format": "array"
  },
  "detailsUrl": {
    "label": "Details",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [EU RASFF Food Safety Alerts Scraper](https://apify.com/automation-lab/eu-rasff-food-safety-alerts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/eu-rasff-food-safety-alerts-scraper) to learn more, explore other use cases, and run it yourself.