# UAE HS Code 73089090 Supplier Data

**Use case:** 

Access supplier data for HS Code 73089090 in the UAE. Retrieve relevant information for procurement and market analysis.

## Input

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

## Output

```json
{
  "companyName": {
    "label": "Supplier",
    "format": "string"
  },
  "emirate": {
    "label": "Emirate",
    "format": "string"
  },
  "productNames": {
    "label": "Product names",
    "format": "string"
  },
  "hsCodes": {
    "label": "Hs codes",
    "format": "string"
  },
  "activityNames": {
    "label": "Activity names",
    "format": "string"
  },
  "activityCodes": {
    "label": "Activity codes",
    "format": "string"
  },
  "productCount": {
    "label": "Product count",
    "format": "number"
  },
  "activityCount": {
    "label": "Activity count",
    "format": "number"
  },
  "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.