# Noon.com Home & Kitchen Market Research UAE

**Use case:** 

Perform in-depth market research on best-selling home and kitchen appliances on Noon.com in the UAE, including brand popularity and promotional data. Uncover em

## Input

```json
{
  "mode": "search",
  "market": "uae",
  "searchQuery": "moisturizer",
  "startUrls": [],
  "sortBy": "popularity",
  "minRating": 4,
  "maxItems": 250
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "market": {
    "label": "Market"
  },
  "sku": {
    "label": "Sku"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Noon.com E-Commerce Scraper](https://apify.com/crawlerbros/noon-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/noon-scraper) to learn more, explore other use cases, and run it yourself.