# Amazon BSR and Price History Tracker

**Use case:** 

Retrieve Amazon's Best Seller Rank and price history along with source evidence. Get up to 10 buyer-ready records with URLs and match reasons.

## Input

```json
{
  "watchlist": [
    "EcoBottle 750ml"
  ],
  "taskIntent": "find-qualified-records",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10
}
```

## 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.