hm_stores
Find H&M physical stores near any location by entering a zip code, place name, or coordinates. Get store name, phone, full address, and coordinates within a specified radius.
Instructions
Find nearby H&M physical stores. Returns H&M physical retail store locations near a point: name, phone, full address, and coordinates. Either search, or both lat and lng, is required. search is a free-text zip code or place name that is first resolved to coordinates; if it does not resolve to any location, a well-formed empty result is returned rather than an error. lat and lng, when given directly, skip that resolution step. radius_meters is optional (1000 to 50000, defaults to 10000). A location with no stores within the radius returns a well-formed empty result rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude, requires lng | |
| lng | No | Longitude, requires lat | |
| search | No | Free-text zip code or place name to resolve to coordinates | |
| radius_meters | No | Search radius in meters, 1000 to 50000, defaults to 10000 |