pizzahut_stores
Find Pizza Hut locations by city, state, postal code, name, franchise code, or store number, with address, phone, online ordering status, and timezone.
Instructions
Search Pizza Hut restaurants by city, state, postal code, name, franchise code, or store number. Returns Pizza Hut restaurants matching a city/state/postal code/name/franchise code/store number filter. At least one filter is required -- an unfiltered call would enumerate every US restaurant in one response, which this endpoint intentionally does not expose. Each restaurant carries its store number (the value /pizzahut/menu and /pizzahut/store take), full address with coordinates, phone, whether it currently accepts online orders, and its timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Restaurant city | |
| name | No | Restaurant name, partial match | |
| sort | No | Sort order | |
| state | No | Restaurant state, two-letter code | |
| is_archived | No | Set true to include archived/closed restaurant records, which the upstream default (unset) already excludes. Set false to make that exclusion explicit | |
| max_results | No | Maximum restaurants to return, 1-50 (default 20) | |
| postal_code | No | Restaurant postal code | |
| store_number | No | Exact store number | |
| franchise_code | No | Exact franchise/operator code | |
| accepting_online_orders | No | Restrict to restaurants currently accepting (true) or not accepting (false) online orders. Unfiltered (upstream default) unless set | |
| appear_in_store_results | No | Restrict to restaurants Pizza Hut's own storefront marks customer-facing. Unfiltered (upstream default) unless set -- passing true returns zero results for every region tested during research, so it is not defaulted on |