# Amazon Product Price Monitor for ASIN B0BSHF7WHW

**Use case:** 

Track price changes for Amazon product B0BSHF7WHW. Get insights on pricing trends and monitor variations to inform purchasing decisions.

## Input

```json
{
  "asins": [
    "https://www.amazon.com/dp/B0BSHF7WHW"
  ],
  "marketplace": "amazon.com",
  "mode": "monitor",
  "max_reviews": 10,
  "price_alert_threshold": 0,
  "monitor_output": "all",
  "proxy_type": "residential",
  "delay_between_clicks": 1.5,
  "delay_page_load": 3
}
```

## Output

```json
{
  "asin": {
    "label": "ASIN",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "current_price": {
    "label": "Current price",
    "format": "number"
  },
  "previous_price": {
    "label": "Previous price",
    "format": "number"
  },
  "price_delta_pct": {
    "label": "Price change %",
    "format": "number"
  },
  "price_changed": {
    "label": "Price changed",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "availability_changed": {
    "label": "Availability changed",
    "format": "boolean"
  },
  "previous_availability": {
    "label": "Previous availability",
    "format": "string"
  },
  "is_first_check": {
    "label": "First check",
    "format": "boolean"
  },
  "last_change_at": {
    "label": "Last change at",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  }
}
```

## About this Actor

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