wendys_nearby
Find Wendy's restaurants near any address or coordinates. Get store details, distance, hours, and order availability sorted by proximity.
Instructions
Find Wendy's stores near a coordinate or address. Returns Wendy's stores within a radius of a search location, nearest first, via order.wendys.com's own restaurant-selector proximity search (the "Use Current Location" / "City, State, or Zipcode" flow at order.wendys.com's start-an-order screen) -- a materially richer, real-distance source than locations.wendys.com's classic-Yext locator (GET /wendys/directory, /wendys/store), which publishes no geosearch of its own. The search location is either a latitude/longitude pair or a free-text address query param (city/state, zip code, or full street address) that Wendy's own service geocodes server-side -- exactly one form is required; address takes priority if both are given. Each store carries its address, coordinates, phone, distance in miles, open/closed status, its published week of general and breakfast hours, and a few order-availability flags (breakfast, carry-out, mobile order, drive-thru, delivery, wifi) the ordering app itself uses to decide whether to offer the store for the current order type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum stores to return, 1-50, default 25 | |
| radius | No | Search radius in miles, 1-100, default 20 | |
| address | No | Free-text city/state, zip code, or street address to search near. An alternative to latitude/longitude -- required unless both of those are given. | |
| latitude | No | Search center latitude. Required unless address is given. | |
| longitude | No | Search center longitude. Required unless address is given. |