foodpanda_search
Find foodpanda restaurants delivering to a given latitude/longitude. Returns details like name, address, rating, delivery fee, and cuisine, with optional cuisine filter and pagination.
Instructions
Search foodpanda restaurants near a location. Returns restaurants delivering to a latitude/longitude in a foodpanda market, optionally filtered by a numeric cuisine id (from a prior response's cuisines[].id). Each restaurant carries its code (the value the restaurant and menu endpoints take), name, address, coordinates, budget tier, rating, cuisines, minimum order amount and delivery fee, delivery/pickup availability, and a hero image. A location with no coverage returns an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Restaurants to return, clamped to 50 (default 20) | |
| market | No | Delivery Hero market. Defaults to sg. | |
| offset | No | Result offset for pagination (default 0) | |
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude | |
| cuisine_id | No | Numeric cuisine id to filter by, from a restaurant's cuisines[].id |