# Belgium EU Safety Gate RAPEX Product Alerts

**Use case:** 

Extract EU Safety Gate RAPEX Product Alerts data filtered by Belgium. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keyword": "drone",
  "maxItems": 10,
  "country": "Belgium",
  "dateFrom": "",
  "dateTo": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "productName": {
    "label": "📌 Product",
    "format": "text"
  },
  "riskLevel": {
    "label": "⚠️ Risk Level",
    "format": "text"
  },
  "brand": {
    "label": "🏷 Brand",
    "format": "text"
  },
  "category": {
    "label": "📦 Category",
    "format": "text"
  },
  "riskTypes": {
    "label": "☣️ Risk Types",
    "format": "array"
  },
  "notifyingCountry": {
    "label": "🌍 Country",
    "format": "text"
  },
  "alertNumber": {
    "label": "🔢 Alert No.",
    "format": "text"
  },
  "alertDate": {
    "label": "📅 Date",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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