fiveguys_nearby
Find Five Guys restaurants near any latitude/longitude coordinate, with addresses, hours, services, and distance. Search within a set radius and page through all results to locate nearby locations.
Instructions
Find Five Guys restaurants near a coordinate. Returns Five Guys restaurants within a radius of a latitude/longitude. Each result carries a full profile: a short area/plaza label distinguishing it from other locations, address, phone, weekly in-store hours plus a separate delivery-hours schedule when published, price tier, restaurant-amenity labels (e.g. Takeout, Dine In, Curbside), pickup/delivery service labels, order/delivery/menu URLs, a Google Place id, and distance in miles/kilometers from the given coordinate. total_results reports how many restaurants fall inside the radius overall, usually more than one page; use offset to page. A coordinate with no Five Guys nearby returns an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum restaurants to return, 1-50 (default 10) | |
| offset | No | Result offset for paging through total_results (default 0) | |
| radius | No | Search radius in miles, 1-100 (default 25) | |
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude |