# Monitor Competitor Amazon Product Prices Daily

**Use case:** 

Track pricing changes of key competitor products on Amazon to maintain a competitive edge and optimize your pricing strategy. Gain real-time insights into marke

## Input

```json
{
  "productUrls": [
    "https://www.amazon.com/dp/B0BP9J1G7S",
    "https://www.amazon.com/dp/B0CB22W33Z",
    "https://www.amazon.com/dp/B0CBRN5L38"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "proxyCountry": "AUTO",
  "rateLimitDelay": 3
}
```

## Output

```json
{
  "title": {
    "label": "Product Title",
    "format": "text"
  },
  "asin": {
    "label": "ASIN",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "stars": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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