Compare Product Prices Across Stores
compare_product_pricesCompare one product's price across all stores that sell it.
Use when the user asks where to buy a specific product or wants to see every store's price for it. Get product_slug from search_beauty_prices.
Returns every store offer with item price, stock status and a buy link, sorted by item price. Offers from stores where the product is currently sold out are included, so store_count matches search_beauty_prices; in_stock_store_count counts offers that can ship now.
Each in-stock offer also includes shipping_cost, free_shipping_threshold and price_incl_shipping (item price plus that store's shipping for a single-item order). cheapest_store_incl_shipping names the store with the lowest delivered price; is_cheapest marks the lowest item price. Stores whose minimum order value exceeds the item price are marked below_min_order.
Args: product_slug: The product_slug value from search_beauty_prices. country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | se | |
| product_slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||