doordash_search_items
Search DoorDash menu items by query and location to find which nearby merchants sell them. Get matching items with parent store info; no account required.
Instructions
Search DoorDash dishes and items. Searches menu items across nearby merchants from the Android mobile guest experience. Nearby candidate stores are selected first, then their menus are read and every item whose name or description matches the query is returned with its parent store. At most five proximity-ranked stores are inspected per request, and a store whose menu cannot be read is skipped, so results are best-effort across that candidate set. An empty result array means no candidate store menu matched, not that no nearby merchant sells the item. No DoorDash account or caller-supplied token is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Cuisine or store tag used to narrow candidate stores | |
| query | Yes | Dish or item search text | |
| asapOnly | No | Keep only stores currently available ASAP | |
| latitude | Yes | Consumer latitude | |
| longitude | Yes | Consumer longitude | |
| pickupOnly | No | Keep only pickup-enabled stores | |
| dashPassOnly | No | Keep only DashPass-eligible stores | |
| maxDistanceMiles | No | Maximum displayed distance in miles |