# Production export: data enrichment

**Use case:** 

Tata Cliq Scraper configured for production export around “data enrichment”. The saved input exposes queries, category, sortBy, maxResults, maxPrice and...

## Input

```json
{
  "queries": [
    "data enrichment"
  ],
  "category": "watches",
  "sortBy": "discount",
  "maxPrice": 50,
  "maxResults": 50
}
```

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