# Scrape Tata CLiQ Luxury and Premium Products

**Use case:** 

Extract Tata CLiQ luxury and premium catalogue data: name, brand, price, MRP, rating, image, and URL. Build premium-segment assortment maps, monitor luxury pric

## Input

```json
{
  "queries": [
    "luxury handbag"
  ],
  "category": "bags-luggage",
  "sortBy": "priceDesc",
  "maxResults": 10
}
```

## Output

```json
{
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "original_price": {
    "label": "MRP",
    "format": "number"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Tata Cliq Scraper - India Marketplace Products](https://apify.com/thirdwatch/tatacliq-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/tatacliq-scraper) to learn more, explore other use cases, and run it yourself.