# Discover Meesho Deals and Customer Feedback

**Use case:** 

Discover Meesho product deals with customer reviews and ratings to compare products, evaluate quality, and uncover better buying opportunities.

## Input

```json
{
  "searchTexts": [
    "Wireless Earbuds"
  ],
  "productsPerSearch": 10,
  "includeReviews": true,
  "reviewsPerProduct": 20
}
```

## Output

```json
{
  "product_id": {
    "label": "🆔 Product ID",
    "format": "string"
  },
  "id": {
    "label": "🔢 Internal ID",
    "format": "number"
  },
  "name": {
    "label": "🛒 Product Name",
    "format": "string"
  },
  "type": {
    "label": "📦 Product Type",
    "format": "string"
  },
  "min_catalog_price": {
    "label": "💰 Min Price",
    "format": "number"
  },
  "original_price": {
    "label": "🏷 Original Price",
    "format": "number"
  },
  "max_product_discount": {
    "label": "🔥 Max Discount %",
    "format": "number"
  },
  "discount_text": {
    "label": "🎯 Discount Offer",
    "format": "string"
  },
  "deal.deal_price": {
    "label": "⚡ Deal Price",
    "format": "number"
  },
  "catalog_reviews_summary.average_rating": {
    "label": "⭐ Avg Rating",
    "format": "number"
  },
  "catalog_reviews_summary.review_count": {
    "label": "👥 Reviews",
    "format": "number"
  },
  "popular": {
    "label": "🚀 Popular",
    "format": "boolean"
  },
  "isAdProduct": {
    "label": "📢 Sponsored",
    "format": "boolean"
  },
  "shipping.charges": {
    "label": "🚚 Shipping Fee",
    "format": "number"
  },
  "shipping.show_free_delivery": {
    "label": "🎁 Free Delivery",
    "format": "boolean"
  },
  "shipping.is_express_delivery": {
    "label": "⚡ Express Delivery",
    "format": "boolean"
  },
  "category_id": {
    "label": "🗂 Category ID",
    "format": "number"
  },
  "sub_sub_category_name": {
    "label": "📁 Sub Category",
    "format": "string"
  },
  "slug": {
    "label": "🔗 Slug",
    "format": "string"
  },
  "image": {
    "label": "🖼 Thumbnail",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Meesho Products & Reviews Scraper | No URLs Required](https://apify.com/krazee_kaushik/meesho-search-results-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/krazee_kaushik/meesho-search-results-scraper) to learn more, explore other use cases, and run it yourself.