# Flipkart Product Review Extractor for Redmi Note 15

**Use case:** 

Quickly gather comprehensive customer reviews and ratings from Flipkart. Get valuable insights into product performance and customer feedback.

## Input

```json
{
  "startUrl": "https://www.flipkart.com/redmi-note-15-se-5g-snapdragon-carbon-black-128-gb/p/itm60b0ad3a0da9d?pid=MOBHN52FDHRHXYKD&lid=LSTMOBHN52FDHRHXYKDT6HEXV&marketplace=FLIPKART&q=mobiles&store=tyy%2F4io&srno=s_1_2&otracker=AS_Query_TrendingAutoSuggest_5_0_na_na_na&otracker1=AS_Query_TrendingAutoSuggest_5_0_na_na_na&fm=organic&iid=681dfb43-e1df-4545-8703-5ef5a999bcad.MOBHN52FDHRHXYKD.SEARCH&ppt=clp&ppn=iphone-premium-feb-26-store&ssid=za2fasj4400000001781848682883&qH=eb4af0bf07c16429&ov_redirect=true",
  "startUrls": [],
  "results_wanted": 200,
  "max_pages": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "product_variant": {
    "label": "Variant",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Review Title",
    "format": "text"
  },
  "review_text": {
    "label": "Review",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "verified_purchase": {
    "label": "Verified",
    "format": "boolean"
  },
  "helpful_count": {
    "label": "Helpful Votes",
    "format": "number"
  },
  "review_image_count": {
    "label": "Images",
    "format": "number"
  },
  "url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Flipkart Reviews Scraper  ⭐](https://apify.com/shahidirfan/flipkart-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/flipkart-reviews-scraper) to learn more, explore other use cases, and run it yourself.