# Extract Noon.com Beauty Product Reviews & Ratings

**Use case:** 

Gather comprehensive customer reviews and average ratings for top-selling beauty products across Noon.com in Saudi Arabia. Analyze customer sentiment and identi

## Input

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

## 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.