wolt_restaurant_menu
Retrieve a Wolt restaurant or store's menu in one call, with items grouped by category, prices, dietary tags, and images. Use a venue slug to get a full menu or a summary when Wolt only provides partial item data.
Instructions
Get one Wolt restaurant or store's menu. Returns one restaurant/store's menu grouped into categories, plus its restaurant summary. Each item carries a name, description, price, dietary tags, and image, read from Wolt's own anonymous menu API in a single call. The response's loading_strategy field reports whether the items are included: full means every category carries its items, while partial means Wolt does not bulk-load this venue's assortment, so the categories come back real but with empty item lists and the venue's items are reachable only by keyword through /wolt/restaurant/menu/search. Large stores of any type -- supermarkets, pharmacies, drugstores, DIY and toy stores -- are commonly partial; restaurants are full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wolt restaurant/store slug, from /wolt/search's slug field |