kfc_stores
Find KFC restaurant locations by city, state, postal code, name, franchise code, or store number. Each result includes address, phone, coordinates, online ordering availability, and timezone.
Instructions
Search KFC restaurants by city, state, postal code, name, franchise code, or store number. Returns KFC 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 /kfc/menu and /kfc/promotions take), full address with coordinates, phone, whether it currently accepts online orders, and its timezone. appear_in_store_results (default true) excludes internal/test records KFC's own storefront does not surface in customer-facing search -- confirmed live that a raw filter can otherwise return non-orderable administrative entries alongside real restaurants.
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 | |
| 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 | |
| appear_in_store_results | No | Restrict to restaurants shown in customer-facing search, excluding internal/test entries (default true) |