ubereats_feed
Retrieve restaurants delivering to any location from UberEats, including ratings, delivery estimates, cuisine tags, and cover images, using just latitude and longitude.
Instructions
Browse UberEats location feed. Returns restaurants delivering to a specific location: name, rating, review count, delivery estimate, cuisine tags, and cover image. Credential-free public UberEats data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of restaurants to return, clamped to 50. Default 20 | |
| offset | No | Result offset for the location feed. Default 0 | |
| latitude | Yes | Delivery search center latitude | |
| longitude | Yes | Delivery search center longitude |