search_venues
Find restaurants matching your query (e.g., 'pizza') across Wolt and Glovo, filtering by location, rating, free delivery, and app.
Instructions
Searches for restaurants matching the query (e.g. 'pizza').
Parameters: query - text query (e.g. "pizza", "sushi") address - an address or "lat,lon" (or provide latitude+longitude) apps - list of apps, e.g. ["wolt", "glovo"]; defaults to all free_delivery - True = free delivery only min_rating - minimum rating (0-10) limit - maximum number of results (per provider when querying)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apps | No | ||
| limit | No | ||
| query | Yes | ||
| address | No | ||
| latitude | No | ||
| longitude | No | ||
| min_rating | No | ||
| free_delivery | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||