hotline_search_offers
Search Ukrainian price aggregator Hotline.ua by product keywords to retrieve matching models with their price range across shops. Compare minimum shop prices, specs, and URLs to inform purchasing decisions.
Instructions
Search Hotline.ua (Ukrainian price aggregator) and return matching product models with their price range across shops. Returns {'total', 'returned', 'offers'}; each offer has id, title, price (minimum shop price, UAH), currency, url. NOTE: Hotline returns product MODELS, not individual listings — price is a range, and location is not available in search results. Use for comparing prices/specs of a product model. For used/individual listings (with location), also call search_offers (OLX).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of products to return (default 20). | |
| query | Yes | Search keywords, e.g. 'ssd 2.5 sata' or 'монітор 24'. | |
| offset | No | Pagination: skip the first N matches (default 0). | |
| max_price | No | Maximum product price in UAH (applied to the min shop price). Omit for no upper bound. | |
| min_price | No | Minimum product price in UAH (applied to the min shop price). Omit for no lower bound. |