list_nearby
List Wolt venues near any location. Filter by name, rating, or online status.
Instructions
List Wolt venues near a location. Defaults to Tallinn center. Returns compact dicts with slug, rating, ETA, online status, tags. Use query to substring-match name/tags. Prices are not included here — call get_menu for a specific slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude | |
| lon | No | Longitude | |
| radius | No | Search radius in meters | |
| query | No | Case-insensitive substring match against venue name and tags | |
| only_open | No | Filter to currently-online venues | |
| min_rating | No | Minimum rating (0–10 scale) | |
| max_results | No | Max venues to return | |
| language | No | Wolt response language, e.g. 'en', 'et' | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |