# UAE Electrical Product Recall Alerts

**Use case:** 

Receive updates on low voltage electrical product recalls in the UAE. Get details on hazards, consumer actions, and more from official sources.

## Input

```json
{
  "productName": "",
  "companyName": "",
  "productTypes": [
    "Low Voltage Electrical Products And Appliances"
  ],
  "productCategories": [],
  "hazardRisks": [],
  "notificationDateFrom": "",
  "notificationDateTo": "",
  "includeArabic": false,
  "maxItems": 10,
  "pageSize": 10,
  "maxPages": 2,
  "incrementalMode": false,
  "stateName": "default",
  "includeUnchanged": false
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "hazardRisk": {
    "label": "Hazard risk",
    "format": "string"
  },
  "consumerAction": {
    "label": "Consumer action",
    "format": "string"
  },
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "companyRecallLink": {
    "label": "Recall instructions",
    "format": "string"
  },
  "authorityName": {
    "label": "Authority name",
    "format": "string"
  },
  "notificationDate": {
    "label": "Notification date",
    "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.