POST /api/sephora/products
Price: 20 credits
Get a Sephora product: brand, description, usage, rating, every shade or size with price, stock and ingredients, category path, review highlights and videos
Fetch one Sephora product by the P-prefixed id or its URL. Pass sku_id to get a specific shade or size as sku; skus lists all of them either way.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)product string required — Sephora product id or URL (examples: "P524970", "https://www.sephora.com/product/pocket-bronze-long-wearing-cream-bronzer-P524970"; minLength: 1)sku_id string nullable — Shade or size id to return as sku; the product's default when omitted (examples: "2981074")@type string (default: "SephoraProduct")id string requiredurl string nullablealias string nullablename string nullablebrand object nullable@type string (default: "SephoraBrandRef")id string requiredname string nullablealias string nullableurl string nullabledescription string nullabledescription string nullableshort_description string nullablequick_description string nullableusage string nullablerating number nullablereview_count integer nullableloves_count integer nullablevariation_type string nullablecategories array (default: [])@type string (default: "SephoraCategoryRef")id string requiredname string nullableurl string nullablecollections array (default: [])sku object nullable@type string (default: "SephoraSku")id string requiredurl string nullablevariation_type string nullablevariation_value string nullablevariation_description string nullablesize string nullableswatch_label string nullableprice number nullableprice_max number nullablesale_price number nullablevalue_price number nullablecurrency string nullableimage string nullableimages array (default: [])swatch string nullablebadge string nullablehighlights array (default: [])attributes array (default: [])@type string (default: "SephoraAttribute")name string requiredvalues array (default: [])ingredients string nullabledisclosures string nullablebeauty_insider_level string nullablemax_purchase_quantity integer nullablereplenishment_discount_percent number nullablereplenishment_price number nullablereplenishment_frequency integer nullablereplenishment_frequency_unit string nullablefree_shipping_type string nullableis_out_of_stock boolean nullableis_only_few_left boolean nullableis_new boolean nullableis_limited_edition boolean nullableis_limited_time_offer boolean nullableis_online_only boolean nullableis_sephora_exclusive boolean nullableis_app_exclusive boolean nullableis_first_access boolean nullableis_beauty_insider_only boolean nullableis_beauty_insider_reward boolean nullableis_free boolean nullableis_free_shipping boolean nullableis_returnable boolean nullableis_pickup_eligible boolean nullableis_reserve_in_store_eligible boolean nullableis_same_day_eligible boolean nullableis_replenishment_eligible boolean nullableis_coming_soon boolean nullableis_store_only boolean nullableis_with_back_in_stock_treatment boolean nullableskus array (default: [])@type string (default: "SephoraSku")id string requiredurl string nullablevariation_type string nullablevariation_value string nullablevariation_description string nullablesize string nullableswatch_label string nullableprice number nullableprice_max number nullablesale_price number nullablevalue_price number nullablecurrency string nullableimage string nullableimages array (default: [])swatch string nullablebadge string nullablehighlights array (default: [])attributes array (default: [])@type string (default: "SephoraAttribute")name string requiredvalues array (default: [])ingredients string nullabledisclosures string nullablebeauty_insider_level string nullablemax_purchase_quantity integer nullablereplenishment_discount_percent number nullablereplenishment_price number nullablereplenishment_frequency integer nullablereplenishment_frequency_unit string nullablefree_shipping_type string nullableis_out_of_stock boolean nullableis_only_few_left boolean nullableis_new boolean nullableis_limited_edition boolean nullableis_limited_time_offer boolean nullableis_online_only boolean nullableis_sephora_exclusive boolean nullableis_app_exclusive boolean nullableis_first_access boolean nullableis_beauty_insider_only boolean nullableis_beauty_insider_reward boolean nullableis_free boolean nullableis_free_shipping boolean nullableis_returnable boolean nullableis_pickup_eligible boolean nullableis_reserve_in_store_eligible boolean nullableis_same_day_eligible boolean nullableis_replenishment_eligible boolean nullableis_coming_soon boolean nullableis_store_only boolean nullableis_with_back_in_stock_treatment boolean nullableuse_it_with array (default: [])@type string (default: "SephoraRelatedSku")id string requiredproduct_id string nullablename string nullablebrand_name string nullableurl string nullablesize string nullablevariation_value string nullableprice number nullablecurrency string nullableimage string nullableis_out_of_stock boolean nullableis_going_fast boolean nullableis_limited_quantity boolean nullablevideos array (default: [])@type string (default: "SephoraVideo")id string requiredurl string nullableimage string nullablereview_images array (default: [])@type string (default: "SephoraReviewImage")id string requiredreview_id string nullableimage string nullableis_incentivized boolean nullablereview_summary string nullablereview_sentiments array (default: [])@type string (default: "SephoraSentiment")name string requiredpolarity string nullablemention_count integer nullablequestions array (default: [])@type string (default: "SephoraQuestion")text string requiredauthor string nullablecreated_at integer nullableanswer_count integer nullableanswer string nullableanswer_author string nullableanswer_created_at integer nullableanswer_helpful_count integer nullablerelated_searches array (default: [])@type string (default: "SephoraLink")name string requiredurl string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No Sephora product has this id, or the sku_id belongs to another product. Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.