# Discover Flipkart Trending Electronics Products

**Use case:** 

Identify fast-moving and popular electronic products across Flipkart's categories. This helps in spotting market trends, understanding consumer demand, and opti

## Input

```json
{
  "mode": "search",
  "searchQuery": "laptop",
  "startUrls": [
    {
      "url": "https://www.flipkart.com/electronics/pr?sid=mkc&otracker=categorytree"
    }
  ],
  "sortBy": "relevance",
  "maxItems": 80
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "brand": {
    "label": "Brand"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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