burgerking_locations
Locate Burger King restaurants near any coordinates, returning addresses, hours, amenities, and optional live open/closed status or delivery-zone eligibility.
Instructions
Find Burger King restaurants near a location. Returns Burger King restaurants near a latitude/longitude. Each restaurant carries its internal id and numeric store id (the value /burgerking/menu and /burgerking/availability take), full address with coordinates, phone, the operating franchise group, amenity flags (breakfast, delivery, drive-thru, playground, takeout, wifi, halal, dark kitchen) and the full published week of hours for dining room, drive-thru, delivery and curbside separately. A coordinate with no nearby Burger King returns an empty list rather than an error. Setting include_availability=true additionally returns each restaurant's live per-channel open/closed status in one call, the same shape /burgerking/availability returns -- note that path is capped at a fixed page (up to 20 restaurants) rather than honoring max_results beyond that. Setting delivery_only=true instead restricts results to restaurants that Burger King's own delivery service actually considers deliverable to this coordinate -- a genuine delivery-zone match, not the same set as filtering has_delivery=true. include_availability and delivery_only cannot be combined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | RBI market to search, one of `US`, `CA` (default `US`) | |
| radius | No | Search radius in meters, 1-50000 (default 8000) | |
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude | |
| max_results | No | Maximum restaurants to return, 1-50 (default 20) | |
| delivery_only | No | Restrict to restaurants that actually deliver to this coordinate, a genuine delivery-zone match distinct from the has_delivery flag (default false) | |
| include_availability | No | Include each restaurant's live per-channel open/closed status (default false) |