# Noon Product Data Scraper for all

**Use case:** 

Extract product details for OLED TVs on Noon.com in the UAE. Get clean JSON with titles, prices, images, and more for up to 50 products.

## Input

```json
{
  "searchTerms": [
    "oled tv"
  ],
  "startUrls": [],
  "noonDomain": "uae-en",
  "maxProducts": 50,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Was",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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