prada_stores
Locate Prada retail stores globally by free-text search for city, country, or store name, or by geographic coordinates with radius. Returns clean JSON store data.
Instructions
Locate Prada retail stores. Locates Prada's (prada.com) physical retail stores worldwide, through its own public store-locator search. All parameters are optional: with none set, this returns Prada's full worldwide store list (up to limit). query is a free-text location search (city, country, or store name); lat/lng (both required together) narrow it to a geo-radius search, optionally sized with radius_km (defaults to 50, maximum 20000). A search with genuinely zero matches returns a well-formed empty result rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Search-center latitude, -90..90. Requires lng. | |
| lng | No | Search-center longitude, -180..180. Requires lat. | |
| limit | No | Maximum stores returned, defaults to 20, maximum 50 | |
| query | No | Free-text location search (city, country, or store name) | |
| offset | No | Result offset for pagination, defaults to 0 | |
| radius_km | No | Search radius in kilometers around lat/lng, defaults to 50, maximum 20000. Requires lat and lng. |