# Daily Amazon Catalog Price and Rank Monitor

**Use case:** 

Daily monitoring of a fixed Amazon ASIN catalog, tracking price and Best Sellers Rank changes across your entire product set in one scheduled run.

## Input

```json
{
  "asins": [
    "B0BS1PRC4L",
    "B09X7MPX8L",
    "B08N5WRWNW",
    "B07FZ8S74R"
  ],
  "searchQueries": [
    "wireless earbuds"
  ],
  "domain": "com",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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