sephora_stores
Find Sephora store locations near any latitude and longitude. Get addresses, hours, and BOPIS, curbside, and same-day pickup availability.
Instructions
Sephora store locator. Returns Sephora physical store locations near a coordinate (address, hours, BOPIS/curbside/same-day flags). Renders through a JS-executing browser backend, unlike every other Sephora endpoint -- the store-locator data call itself is plain HTTP, but it requires a per-visit access token minted by an endpoint gated behind a bot-management JS challenge, so responses may take longer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max stores to return, 1 to 50, defaults to 10 | |
| radius | No | Search radius in miles, 1 to 500, defaults to 50 | |
| latitude | Yes | Latitude, -90 to 90 | |
| longitude | Yes | Longitude, -180 to 180 |