# المنتجات المسحوبة في الإمارات: تنبيهات السلامة

**Use case:** 

Receive official alerts on recalled products in the UAE. Access detailed information on product identifiers, hazards, and safety actions.

## Input

```json
{
  "productName": "",
  "companyName": "",
  "productTypes": [],
  "productCategories": [],
  "hazardRisks": [],
  "notificationDateFrom": "",
  "notificationDateTo": "",
  "includeArabic": true,
  "maxItems": 20,
  "pageSize": 10,
  "maxPages": 2,
  "incrementalMode": false,
  "stateName": "default",
  "includeUnchanged": false
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "modelNumber": {
    "label": "Model number",
    "format": "string"
  },
  "barcode": {
    "label": "Barcode",
    "format": "string"
  },
  "batchNumber": {
    "label": "Batch number",
    "format": "string"
  },
  "productCategory": {
    "label": "Product category",
    "format": "string"
  },
  "countryOfOrigin": {
    "label": "Country of origin",
    "format": "string"
  },
  "recallId": {
    "label": "Recall id",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Official source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UAE Recall Monitor: مراقبة سحب المنتجات](https://apify.com/getascraper/uae-product-recall-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/uae-product-recall-monitor) to learn more, explore other use cases, and run it yourself.