# Monitor a Noon product seller and Buy Box

**Use case:** 

Capture a current Noon product-page snapshot with the winning seller, Buy Box price, seller rating, availability, product rating, SKU, and URL.

## Input

```json
{
  "queries": [],
  "productUrls": [
    {
      "url": "https://www.noon.com/uae-en/iphone-17-pro-max-256-gb-esim-only-cosmic-orange-5g-with-facetime-international-version/N70211465V/p/"
    }
  ],
  "countries": [
    "AE"
  ],
  "includeSellerDetails": true,
  "maxItems": 1
}
```

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