# Best-Selling Electronics Prices from ShopClues

**Use case:** 

Extract live data for top electronics on ShopClues. Get detailed listings including prices, MRP, discounts, and ratings for analysis.

## Input

```json
{
  "query": "electronics",
  "startUrls": [],
  "sortBy": "bestsellers&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.