# Sephora Stores API (https://www.socialcrawl.dev/platforms/sephora/stores) > Returns Sephora stores near a latitude,longitude pair, each with store id, name, full address, phone, coordinates, distance in miles, and weekly opening hours. Default radius is 50 miles. Store data changes rarely, so it is 1 credit and heavily cached. TL;DR: `GET /v1/sephora/stores` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `location_coordinate` | yes | Latitude and longitude as lat,lng, for example 37.4418834,-122.1430195. | | `radius` | no | Search radius in miles, 1 to 100. Default 50. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/sephora/stores?location_coordinate=37.4418834%2C-122.1430195" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Sephora API: https://www.socialcrawl.dev/platforms/sephora ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing