# iPhone Price Tracker - Amazon India

**Use case:** 

Track iPhone prices on Amazon India with ASINs, prices, discounts, ratings, review counts, stock, brands, and product URLs.

## Input

```json
{
  "searchKeyword": [
    "iphone"
  ],
  "asinList": [
    "B08N5WRWNW"
  ],
  "marketplace": "amazon.in",
  "maxProducts": 5,
  "includeReviews": false,
  "maxReviewsPerProduct": 10,
  "trackPriceHistory": false,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  },
  "maxRequestsPerMinute": 15
}
```

## Output

```json
{
  "title": {
    "label": "Product Title",
    "format": "string"
  },
  "price": {
    "label": "Current Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "integer"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "isAmazonsChoice": {
    "label": "Amazon's Choice",
    "format": "boolean"
  },
  "bestSellerRank": {
    "label": "Best Seller Rank",
    "format": "string"
  },
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "domain": {
    "label": "Amazon Domain",
    "format": "string"
  },
  "keyword": {
    "label": "Search Keyword",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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