Find Deals
find_dealsList beauty products currently discounted in a market, largest discount first.
Use when the user asks for current sales, offers or discounts, optionally within a category.
discount_percent is calculated from each store's own previous list price (original_price), not from historical prices. Large percentages can be one-off clearance prices; get_price_history shows the actual price trajectory for a product. Prices exclude shipping.
Args: country: Market - "se" (Sweden), "no" (Norway), "dk" (Denmark), "fi" (Finland). More markets may be added over time; get_service_info returns the current list. category: Optional filter: skincare, makeup, haircare, fragrance, nails, body, accessories. min_discount: Optional minimum discount percent (e.g. 30). Applied to the fetched top deals; the returned count reflects it, total_on_sale does not. limit: Maximum number of results (1-20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| country | No | se | |
| category | No | ||
| min_discount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||