adidas_stores
Find Adidas stores near any GPS coordinate. Get name, address, phone, distance, opening hours, and store features for the nearest locations, ordered by distance.
Instructions
Find nearby Adidas stores. Returns Adidas physical retail stores nearest to a coordinate, sourced from Adidas's own store-finder API: name, address, phone, coordinates, distance in miles, opening hours, and in-store feature flags. lat and lng are both required. Adidas's upstream ignores a caller-supplied radius and returns the nearest ~20 stores ordered by distance. A location with no stores returns an empty list rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude, -90 to 90 | |
| lng | Yes | Longitude, -180 to 180 | |
| page | No | Zero-based page number, defaults to 0 |