# T-Shirts on Myntra - Fashion Prices

**Use case:** 

Scrape Myntra t-shirt listings with brands, product names, prices, MRP, discounts, ratings, colors, sizes, images, product URLs, and scraped timestamps.

## Input

```json
{
  "searchQueries": [
    "tshirts"
  ],
  "categoryPaths": [],
  "maxResults": 5,
  "sortBy": "recommended",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "source": {
    "label": "Source"
  },
  "searchQuery": {
    "label": "Search"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "productId": {
    "label": "Product ID"
  },
  "title": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "packSize": {
    "label": "Pack Size"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Myntra Fashion Products Scraper - Catalog & Price Data](https://apify.com/fascinating_lentil/myntra-fashion-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/myntra-fashion-products-scraper) to learn more, explore other use cases, and run it yourself.