product_price_history
Retrieve historical pricing data for a product within a specific date range to analyze price trends and determine the best time to buy.
Instructions
Get historical pricing data for a product within a specific date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date in YYYY-MM-DD format (e.g., '2024-01-31') | |
| retailer | No | Optional: specific retailer domain name to filter results | |
| identifier | Yes | Product identifier (barcode, ASIN, URL, model number, or ShopSavvy ID) | |
| start_date | Yes | Start date in YYYY-MM-DD format (e.g., '2024-01-01') |