# Discount Saree Price Tracker on ShopClues

**Use case:** 

Monitor saree prices on ShopClues India. Get details like selling price, MRP, discount percentage, and star ratings in a clean, exportable table.

## Input

```json
{
  "query": "saree",
  "startUrls": [],
  "sortBy": "popularity&sort_order=desc",
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "product_id": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "price": {
    "label": "Price (INR)",
    "format": "number"
  },
  "mrp": {
    "label": "MRP (INR)",
    "format": "number"
  },
  "discount_percent_text": {
    "label": "Discount % Text",
    "format": "string"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ShopClues Scraper: India Product Prices & MRP](https://apify.com/getascraper/shopclues-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/shopclues-scraper) to learn more, explore other use cases, and run it yourself.