Megamarket Search
megamarket_searchFind products on Megamarket by search query and get prices, availability, ratings, and seller details. Returns structured results with status and metadata for price comparison.
Instructions
Search the Megamarket catalog via the mobile API, inside the operator's Chrome.
Return Format
MegamarketSearchResponse: {status, query, tier_used, count, total_count, items[], meta}. price_rub is None when absent — never 0.
Error Format
ToolError: TransportDownError on ServicePipe refusals (with the fix inline); ParserDriftError when a reached-200 body no longer parses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text, e.g. 'стиральная машина' |
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). | |
| total_count | No | Total matches reported. |