Megamarket Search
megamarket_searchSearch Megamarket catalog via mobile API to retrieve product data including prices, availability, and item details. Returns structured response with status and count.
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 | ||
| count | No | ||
| items | No | ||
| query | No | ||
| status | No | ||
| tier_used | No | ||
| total_count | No |