# Myntra Mobile Accessories Price and Data Extractor

**Use case:** 

Extract in-depth data on mobile accessories from Myntra. Get product names, prices, images, and specifications for effective market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.myntra.com/mobile-accessories"
    }
  ],
  "results_wanted": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "mrp": {
    "label": "MRP",
    "format": "text"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "text"
  },
  "sizes": {
    "label": "Sizes",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "text"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Myntra Product Scraper 🛍️](https://apify.com/shahidirfan/myntra-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/myntra-product-scraper) to learn more, explore other use cases, and run it yourself.