# Sephora Data API (https://www.socialcrawl.dev/platforms/sephora) > Access Sephora data through 11 API endpoints. Profiles, posts, comments, search, and more. Unified schema, AI-enriched. Free trial. TL;DR: SocialCrawl's Sephora API exposes 11 endpoints, 1 to 5 credits per call, all returning one unified JSON schema with AI-enriched fields. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Product | GET | `/v1/sephora/product` | 5 | Get a Sephora product by id or URL | | Reviews | GET | `/v1/sephora/reviews` | 5 | Get Sephora product reviews | | Search | GET | `/v1/sephora/search` | 5 | Search Sephora products by keyword | | Search Suggestions | GET | `/v1/sephora/search/suggestions` | 1 | Get Sephora search suggestions | | Category | GET | `/v1/sephora/category` | 5 | Browse Sephora products in a category | | Categories | GET | `/v1/sephora/categories` | 1 | List Sephora root categories | | Category Data | GET | `/v1/sephora/category/data` | 1 | Get a Sephora category and its children | | Brands | GET | `/v1/sephora/brands` | 1 | List Sephora brands | | Brand Products | GET | `/v1/sephora/brand/products` | 5 | List Sephora products for a brand | | Stores | GET | `/v1/sephora/stores` | 1 | Find Sephora stores near a coordinate | | Availability | GET | `/v1/sephora/availability` | 5 | Get Sephora in-store availability for a sku | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/sephora/product" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## 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