shakeshack_locations
Retrieve Shake Shack store locations with structured addresses and coordinates from the full store index. Paginate through the parsed list to access each store's address, coordinates, and source section (map or list).
Instructions
Browse Shake Shack's store index. Returns one page of Shake Shack's store index, parsed off the single, fully server-rendered /locations page. That page carries two independent sections: an interactive map (coordinates, no structured address) and an accessible "Full List of Locations" text index (structured address, no coordinates). Each entry's source field says which section it came from -- "map" or "list" -- not a business classification; both round-trip through GET /shakeshack/store by path, which always returns full structured address and coordinates regardless of source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1) | |
| page_size | No | Entries per page, 1-500 (default 100) |