gucci_store_search
Find Gucci stores in a map viewport by supplying bounding box and center coordinates. Market selects the storefront locale only, so provide geocoded bounds and center to retrieve store locations.
Instructions
Search Gucci stores in a map viewport. Searches Gucci's public store-map GeoJSON feed for locations inside the requested viewport. market selects the storefront locale and localized labels; it does not filter results by country. The supported, live-verified market values are ca (English), fr (French), jp (Japanese), uk (English), and us (English). Coordinates and viewport bounds determine the returned stores. The Gucci site's text field geocodes in the browser and its name parameter does not filter this feed, so callers must provide bounds and a center (geocode a place before calling). Dateline-crossing bounds are not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | Viewport eastern longitude | |
| west | Yes | Viewport western longitude | |
| north | Yes | Viewport northern latitude | |
| south | Yes | Viewport southern latitude | |
| market | Yes | Gucci storefront locale; controls localization only, not geographic filtering | |
| latitude | Yes | Viewport center latitude | |
| longitude | Yes | Viewport center longitude |