# Daily Amazon Competitor Price Tracker

**Use case:** 

Track your product vs competitor ASINs with built-in change detection — see who moved price since yesterday. Schedule daily for an automatic undercut report.

## Input

```json
{
  "mode": "product_list",
  "products": [
    {
      "label": "echo_dot_5",
      "asin": "B09B8V1LZ3"
    },
    {
      "label": "echo_pop",
      "asin": "B09WNK39JN"
    },
    {
      "label": "nest_mini",
      "asin": "B0CGYFYY34"
    }
  ],
  "marketplaces": [
    "amazon",
    "walmart"
  ],
  "include_reviews_summary": true,
  "include_history": false,
  "change_detection_baseline_key": "daily_competitors",
  "reference_label": "",
  "alert_webhook_url": "",
  "alert_undercut_pct": 5,
  "use_apify_proxy": false,
  "dry_run": false,
  "amazon_locale": "us",
  "user_notes": "",
  "enrichment_model": "none",
  "max_products_per_marketplace": 10,
  "keyword": ""
}
```

## Output

```json
{
  "label": {
    "label": "Label"
  },
  "core_profile": {
    "label": "Product"
  },
  "aggregated_metrics": {
    "label": "Price (min/avg/max)"
  },
  "vs_reference": {
    "label": "vs Reference"
  },
  "output_status": {
    "label": "Status"
  },
  "chargeable_event_count": {
    "label": "Billed"
  }
}
```

## About this Actor

This example demonstrates how to use [PricePulse AI — Cross-Marketplace Product Intelligence](https://apify.com/entranced_gelato/price-pulse-ai) with a specific input configuration. Visit the [Actor detail page](https://apify.com/entranced_gelato/price-pulse-ai) to learn more, explore other use cases, and run it yourself.