# Compare Reviews for Myntra Running Shoes

**Use case:** 

Compare customer reviews, ratings, fit feedback, and review photos across Myntra running shoes to make more informed buying decisions.

## Input

```json
{
  "productUrls": [
    "https://www.myntra.com/sports-shoes/cult/cult-mens-loop-walking-shoes---l-grey--black/37907723/buy",
    "https://www.myntra.com/sports-shoes/puma/puma-skyrocket-lite-men-running-shoes/32588864/buy"
  ],
  "reviewsLimit": 20,
  "sortOrder": "MOST_RECENT",
  "rating": "4"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 Review ID",
    "format": "string"
  },
  "userName": {
    "label": "👤 User Name",
    "format": "string"
  },
  "userRating": {
    "label": "⭐ User Rating",
    "format": "number"
  },
  "review": {
    "label": "📝 Review Text",
    "format": "string"
  },
  "status": {
    "label": "🚦 Review Status",
    "format": "string"
  },
  "upvotes": {
    "label": "👍 Upvotes",
    "format": "string"
  },
  "downvotes": {
    "label": "👎 Downvotes",
    "format": "string"
  },
  "canEdit": {
    "label": "✏️ Editable",
    "format": "boolean"
  },
  "images": {
    "label": "🖼 Review Images",
    "format": "array"
  },
  "videos": {
    "label": "🎥 Review Videos",
    "format": "array"
  },
  "style.id": {
    "label": "🎨 Style ID",
    "format": "string"
  },
  "updatedAt": {
    "label": "⏱ Last Updated",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Myntra Product Reviews Extractor | 0.5$ / 1000 Reviews](https://apify.com/krazee_kaushik/myntra-product-reviews-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/krazee_kaushik/myntra-product-reviews-extractor) to learn more, explore other use cases, and run it yourself.