# UAE Industrial Supplier Data

**Use case:** 

Access structured supplier data from UAE industrial licences. Monitor changes by Emirate, activity, and HS code for informed procurement decisions.

## Input

```json
{
  "companyName": "",
  "emirates": [],
  "areas": [],
  "activityCodes": [],
  "hsCodes": [],
  "includeContacts": false,
  "includeCoordinates": false,
  "maxItems": 20,
  "pageSize": 10,
  "incrementalMode": false,
  "stateName": "default",
  "includeUnchanged": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Supplier",
    "format": "string"
  },
  "licenceId": {
    "label": "Licence id",
    "format": "string"
  },
  "emirate": {
    "label": "Emirate",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "productNames": {
    "label": "Product names",
    "format": "string"
  },
  "activityNames": {
    "label": "Activity names",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "lastSeenAt": {
    "label": "Last seen at",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UAE Industrial Licence Monitor: بيانات الموردين](https://apify.com/getascraper/uae-industrial-licence-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/uae-industrial-licence-monitor) to learn more, explore other use cases, and run it yourself.