dunkin_nearby
Find Dunkin stores near a set of coordinates, sorted by distance. Get addresses, hours, phone, amenities, and delivery options for every nearby restaurant.
Instructions
Find Dunkin stores near a coordinate, nearest first. Returns Dunkin restaurants within a radius of a latitude/longitude, ordered nearest first, each with its distance in miles and kilometres, full address, phone, coordinates, the published week of hours, whether it's permanently closed, amenities, payment methods, pickup/delivery service types, which third-party delivery platforms are active, its Google Place id, timezone, and website/menu/order URLs. This is the proximity search the directory browse cannot do -- GET /dunkin/directory walks a state to city to store tree, which requires knowing the administrative path in advance. Each result carries the store id as path, which GET /dunkin/store also takes, so the two chain directly. total_in_radius reports how many stores fall inside the radius overall, which is usually far more than one page; use offset to walk it. A coordinate with no Dunkin nearby returns an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum stores to return, 1-50 (default 10) | |
| offset | No | Result offset for paging through total_in_radius (default 0) | |
| radius | No | Search radius in miles, 1-100 (default 25) | |
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude |