dominos_store_locator
Locate Domino's US stores by address, city/state, or ZIP code. Get store ID, address, phone, status, and delivery/carryout availability to find which locations serve your area.
Instructions
Find Domino's stores near an address, city/state, or ZIP code. Returns Domino's US stores that can serve a location: store id, address with coordinates, phone, open/online status, per-service-method availability (delivery, carryout, drive-up carryout), contactless option status, Domino's own hours summary per service method, and estimated wait windows. At least one of postal_code, or both city and state, is required; address is an optional street line that improves precision when combined with city/state. The response's query field echoes how Domino's own address resolver actually interpreted the input, including its granularity (e.g. resolved to a specific street range vs. only a city/region).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (required together with state if postal_code is not given) | |
| state | No | Two-letter US state code (required together with city if postal_code is not given) | |
| address | No | Optional street address line | |
| postal_code | No | US ZIP code (can be used alone instead of city/state) | |
| service_method | No | One of: Delivery, Carryout. Default Delivery |