# Track AJIO vs Myntra India Fashion Pricing (2026)

**Use case:** 

Build an AJIO-vs-Myntra fashion price tracker: name, brand, price, MRP, discount %, category, and URL. Snapshot daily MRP and discount deltas, match SKUs across

## Input

```json
{
  "queries": [
    "women dress"
  ],
  "category": "women-dresses",
  "sortBy": "relevance",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## 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"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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