ulta_stores
Find nearby Ulta Beauty stores using a zip code, city, address, or coordinates. Returns store name, phone, full address, hours, services, and coordinates within a specified radius.
Instructions
Find nearby Ulta Beauty physical stores. Returns Ulta Beauty physical retail store locations near a point: name, phone, full address, hours, services, and coordinates. Either search, or both lat and lng, is required. search is a free-text zip code, city, or address 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 25000). 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, city, or address to resolve to coordinates | |
| radius_meters | No | Search radius in meters, 1000 to 50000, defaults to 25000 |