Lamoda Search
lamoda_searchSearch Lamoda by query for product SKU, title, brand, price in RUB, and URL. Enables price/availability checks via unified marketplace interface without API keys.
Instructions
Search Lamoda, rendered in the operator's Chrome (discovery is blocked tier 1).
Return Format
LamodaSearchResponse: {status, query, tier_used, count, items[], meta}. Items carry sku, title, brand, price_rub (None when absent — never 0), url.
Error Format
ToolError: TransportDownError on CDP/nav failures; ParserDriftError when a rendered page yields zero SKUs, which means the tile shape moved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text, e.g. 'кроссовки nike' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | Validation metadata. | |
| count | No | Number of items returned. | |
| items | No | Search result items. | |
| query | No | Search query text. | |
| status | No | Response status: success or error. | success |
| tier_used | No | Fetch tier used (cdp). |