ubereats_search
Search UberEats for restaurants delivering to a location. Filter by name, cuisine, or dish to get ratings, delivery estimates, and cuisine tags.
Instructions
Search UberEats restaurants. Returns restaurants delivering to a location: name, rating, review count, delivery estimate, cuisine tags, and image. Pass a keyword to search by name/cuisine/dish, or omit it to browse the general feed for that location. Credential-free public UberEats data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of restaurants to return, clamped to 50. Default 20 | |
| query | No | Keyword — restaurant name, cuisine, or dish | |
| cursor | No | Opaque pagination cursor from a previous keyword-search response | |
| offset | No | Result offset for the location feed (used only when query is omitted). Default 0 | |
| latitude | Yes | Delivery search center latitude | |
| longitude | Yes | Delivery search center longitude |