# Budget Mobile Phone Deals from ShopClues

**Use case:** 

Find the best deals on budget mobile phones. Get live prices, MRPs, discounts, and ratings for up to 80 products from ShopClues.

## Input

```json
{
  "query": "mobile",
  "startUrls": [],
  "sortBy": "sort_price&sort_order=asc",
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "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"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "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.