# Retail Product Recall Monitor

**Use case:** 

Create a structured EU recall monitoring feed for retail compliance, marketplace trust and safety, and catalog matching.

## Input

```json
{
  "startYear": 2025,
  "startMonth": 1,
  "endYear": 2026,
  "endMonth": 6,
  "maxItems": 100,
  "language": "en",
  "countries": [],
  "productCategories": [],
  "riskTypes": [],
  "includePhotos": true,
  "includeCorrigendaOnly": false
}
```

## Output

```json
{
  "reference": {
    "label": "Reference"
  },
  "countryName": {
    "label": "Country"
  },
  "productCategory": {
    "label": "Category"
  },
  "productName": {
    "label": "Product"
  },
  "brandNames": {
    "label": "Brands"
  },
  "barcodes": {
    "label": "Barcodes"
  },
  "riskTypes": {
    "label": "Risks"
  },
  "measures": {
    "label": "Measures"
  },
  "publicationDate": {
    "label": "Published"
  },
  "detailUrl": {
    "label": "Detail URL"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Safety Gate Product Recalls Scraper](https://apify.com/automation-lab/eu-safety-gate-product-recalls-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/eu-safety-gate-product-recalls-scraper) to learn more, explore other use cases, and run it yourself.