# Find Noon Deals and Discounts at Scale

**Use case:** 

Surface Noon UAE and Saudi products with titles, prices, discount percentages, ratings, sellers and brands. Spot Yellow Friday, Ramadan and flash-sale drops for

## Input

```json
{
  "mode": "products",
  "queries": [
    "laptop"
  ],
  "country": "uae-en",
  "category": "all",
  "sortBy": "popularity",
  "maxResults": 10,
  "scrapeDetails": false,
  "scrapeMenu": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "original_price": {
    "label": "Original Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "link"
  }
}
```

## About this Actor

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