# Compare Noon prices across three countries

**Use case:** 

Run one keyword across Noon UAE, Saudi Arabia, and Egypt and export regional product, currency, price, discount, stock, seller, and Buy Box snapshots.

## Input

```json
{
  "queries": [
    "wireless earbuds"
  ],
  "productUrls": [],
  "countries": [
    "AE",
    "SA",
    "EG"
  ],
  "includeSellerDetails": true,
  "maxItems": 6
}
```

## Output

```json
{
  "country": {
    "label": "Country",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "title": {
    "label": "Product",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "sellerName": {
    "label": "Buy Box seller",
    "format": "string"
  },
  "sellerRating": {
    "label": "Seller rating",
    "format": "number"
  },
  "productUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Noon Products, Sellers & Price Monitor](https://apify.com/automation-lab/noon-products-sellers-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/noon-products-sellers-monitor) to learn more, explore other use cases, and run it yourself.