# iPhone Prices on Flipkart

**Use case:** 

Scrape Flipkart iPhone listings with titles, prices, discounts, ratings, review counts, specs, images, product IDs, and product URLs.

## Input

```json
{
  "searchQueries": [
    "iphone"
  ],
  "maxResults": 10,
  "sortBy": "relevance",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mrp": {
    "label": "MRP",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "packSize": {
    "label": "Pack Size",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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