search_products
Find products on letu.ru by query or category, with sorting, price range, seller, and in-stock filters. Returns pricing, discounts, ratings, and availability per city.
Instructions
Search letu.ru like the site does: pages, sorting, price window, seller and in-stock filters.
Each item: product id and URL, brand, name, price_from_rub (cheapest
variant available in the city, as on the tile) with that variant's id,
pre-discount price, discount and its label (club-card or not), number of
variants in the city, per-product rating and count, markers, sponsored
and cross-border flags. total_variants_found is the site's "найдено N
вариантов товара"; total_products_found caps at "≥10000".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name as on letu.ru (e.g. 'Екатеринбург', 'Москва'). Default: LETU_CITY, else the city letu.ru assigns to this IP. Prices do not depend on the city; delivery, store stock and the variants available do. | |
| page | No | Result page (the site pages by `limit`) | |
| sort | No | Order of results, the site's options | popular |
| limit | No | Page size, 1–70 (the site's maximum) | |
| query | No | Search phrase as typed on the site (Russian works best) | |
| seller | No | Only this seller, exactly as the site names it: 'Лэтуаль' (the shop itself), 'Подружка', 'БОРДЕРЛЕСС ПОРТАЛ КО.ЛЛС' (cross-border), … | |
| price_max | No | Upper price bound, rubles | |
| price_min | No | Lower price bound, rubles (the site's price filter) | |
| category_url | No | Category listing instead of (or together with) a query, e.g. '/browse/kosmetika-dlya-glaz/tush' — get_product returns `category_url` for a product | |
| in_stock_only | No | The site's 'Есть в наличии' filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||