# Amazon BSR and Price History Daily Monitor

**Use case:** 

Track daily changes in Amazon BSR and price history. Access up to 25 detailed records with source URLs and match reasons.

## Input

```json
{
  "watchlist": [
    "EcoBottle 750ml"
  ],
  "taskIntent": "monitor-new-signals",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 25
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name"
  },
  "marketplace": {
    "label": "Marketplace"
  },
  "sellerName": {
    "label": "Seller Name"
  },
  "offerUrl": {
    "label": "Offer Url"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "inStock": {
    "label": "In Stock"
  },
  "stockStatus": {
    "label": "Stock Status"
  },
  "observedAt": {
    "label": "Observed At"
  }
}
```

## About this Actor

This example demonstrates how to use [Amazon BSR + Price History Tracker](https://apify.com/zentrafoundry/amazon-bsr-price-history-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/amazon-bsr-price-history-tracker) to learn more, explore other use cases, and run it yourself.