prom_search_offers
Find new products on Prom.ua (Ukrainian B2C marketplace). Use query, price range, and pagination to retrieve matching offers with prices and URLs.
Instructions
Search Prom.ua (Ukrainian B2C marketplace) and return matching products. Returns 'total', 'returned', 'offers'}; each offer has id, title, price (UAH), currency, url. Prom sells new products from shops (like Hotline). For used/individual listings use 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' or 'холодильник'. | |
| offset | No | Pagination: skip the first N matches (default 0). | |
| max_price | No | Maximum product price in UAH. Omit for no upper bound. | |
| min_price | No | Minimum product price in UAH. Omit for no lower bound. |