# UAE Product Recall Notification Monitor

**Use case:** 

Access real-time UAE product recall information. Get detailed data on product hazards, brands, models, and associated safety actions.

## Input

```json
{
  "productName": "",
  "companyName": "",
  "productTypes": [],
  "productCategories": [],
  "hazardRisks": [],
  "notificationDateFrom": "",
  "notificationDateTo": "",
  "includeArabic": false,
  "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"
  },
  "notificationDate": {
    "label": "Notification date",
    "format": "string"
  },
  "productType": {
    "label": "Product type",
    "format": "string"
  },
  "hazardRisk": {
    "label": "Hazard risk",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "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.