# Budget Kurti Price Tracker

**Use case:** 

Track prices of Kurtis under ₹500 on Shopsy. Get comprehensive product details including brand, discounts, ratings, and high-resolution images.

## Input

```json
{
  "query": "kurti",
  "startUrls": [],
  "sortBy": "price_asc",
  "minPrice": 0,
  "maxPrice": 500,
  "maxItems": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discount_percent": {
    "label": "Discount %",
    "format": "number"
  },
  "discount_amount": {
    "label": "Savings (INR)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "is_sponsored": {
    "label": "Sponsored Ad",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopsy Scraper: Flipkart Value Marketplace Data](https://apify.com/getascraper/shopsy-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/shopsy-scraper) to learn more, explore other use cases, and run it yourself.