# Monitor Flipkart Wireless Earbuds Prices and Offers

**Use case:** 

Track Flipkart wireless earbuds prices, discounts, ratings, and availability in a clean dataset for competitor monitoring and market research.

## Input

```json
{
  "searchQueries": [
    "wireless earbuds"
  ],
  "productUrls": [
    {
      "url": "https://www.flipkart.com/realme-buds-t110-rma2306-ai-enc-calls-38-hours-playback-deep-bass-bluetooth/p/itma5620a39a816e?pid=ACCH4HY6GRGJYUU8"
    }
  ],
  "maxItems": 10,
  "pageLimit": 1,
  "sortBy": "popularity",
  "includeProductDetails": false,
  "requestTimeoutSecs": 40,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "sourceMethod": {
    "label": "Source method",
    "format": "string"
  },
  "query": {
    "label": "Search query",
    "format": "string"
  },
  "inputType": {
    "label": "Input type",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "rankOnPage": {
    "label": "Rank on page",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "pid": {
    "label": "PID",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "discount": {
    "label": "Discount",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating count",
    "format": "integer"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "offers": {
    "label": "Offers",
    "format": "array"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "categoryBreadcrumbs": {
    "label": "Category breadcrumbs",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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