Sephora avatar

Sephora

Pricing

from $5.00 / 1,000 product-pages

Go to Apify Store
Sephora

Sephora

Scrape products from Sephora US, Canada and UK websites. Includes reviews, Q&As and ingredients. Fast and efficient.

Pricing

from $5.00 / 1,000 product-pages

Rating

0.0

(0)

Developer

datasaurus

datasaurus

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

17 hours ago

Last modified

Categories

Share

Sephora Products Scraper

Scrapes Sephora product data for:

  • UK (sephora.co.uk)

  • US (sephora.com)

  • EU (sephora.fr, sephora.de, sephora.it, etc.) is not supported.

Example Inputs

UK Product With Detailed Page + Reviews

{
"start_urls": [
{ "url": "https://www.sephora.co.uk/p/benefit-cosmetics-benetint-lip-cheek-stain" }
],
"scrape_product_page": true,
"max_products": 1,
"max_reviews_per_product": 5
}

Example Output

{
"name": "Hyaluronic Acid 2% + B5 Hydrating Serum with Ceramides",
"brand": "The Ordinary",
"sku": "2735132",
"pid": "P427419",
"price": 9.9,
"rrp": 9.9,
"currency": "USD",
"link": "https://www.sephora.com/product/the-ordinary-hyaluronic-acid-2-b5-hydrating-serum-P427419?skuId=2735132",
"imageUrl": "https://www.sephora.com/productimages/sku/s2735132-main-zoom.jpg?imwidth=62",
"description": "A reformulation of our most-loved hydration serum that instantly hydrates and plumps, while smoothing texture and wrinkles.",
"whatItIs": "A lightweight hydration serum with Ceramides that instantly hydrates and plumps, while smoothing texture and wrinkles.",
"aboutProduct": "This next generation formulation provides instant and long-term plumping hydration to give softer, smoother, and healthy-looking skin.",
"size": "1 oz / 30 ml",
"highlights": ["alcoholFree","Cruelty-Free","Fragrance-Free","hyaluronicAcid","oilFree","Paraben-Free","siliconeFree","Sulfate-Free","Vegan","Bestseller"],
"highlightedIngredients": [
{"name": "Five forms of Hyaluronic Acid", "description": "Work different layers of skin’s surface to hold water"},
{"name": "Ceramides", "description": "Oil-like molecules that support the skin barrier"},
{"name": "Vitamin B5", "description": "Works within the skin moisture barrier to maintain it"}
],
"reviewRating": 4.3103,
"reviewCount": 1566,
"reviews": [
{
"text": "if i had to pick one thing to always have it would be Hyaluronic acid! And The Ordinary added more with it into one bottle.......love this. This product is something I added to my morning skincare routine about 6 months ago and I would keep it forever. PLUS its affordable.",
"rating": 5,
"title": "Key to having glassy looking skin",
"author": "mrschristyp",
"date": "2026-04-12T19:59:25.000+00:00",
"recommended": true
},
{
"text": "I first bought this way back in 2021, and I’ve used it ever since! I’ve tried different Hyaluronic acid serums since then, but nothing compares to this one. I spray a layer of water on my face before putting this stuff on, and my skin stays hydrated all day! LOVE this serum!!!!!",
"rating": 5,
"title": "Been Using Since 2021",
"author": "MikkiePope",
"date": "2026-04-11T23:52:40.000+00:00",
"recommended": true
},
{
"text": "Was looking for an extra OOMPH in my routine for my dry skin, tried this at the store and it had a good consistency and decided to pick it up. And omg I’m OBSESSED!!!!! It’s definitely a holy grail for me now. It doesn’t sit on top of your skin or weigh it down, you can feel literally feel it moisturizing your skin with no oiliness.",
"rating": 5,
"title": "New holy grail",
"author": "EmilyRampulla",
"date": "2026-04-08T16:16:01.000+00:00",
"recommended": true
}
],
"questionsAnswers": [
{
"question": "Does this product have an expiration date?",
"answers": [
{
"text": "no. Although it does build up a little on the cap.",
"author": "saieslay",
"date": "2026-03-22T20:48:32.000+00:00",
"is_brand_answer": false
}
]
},
{
"question": "I just started using this after having it for two months. It has a yellowy tint and a weird smell. Is this normal?",
"answers": [
{
"text": "If you read the package, it says it has a yellow tint because of the ceramides..",
"author": "MistyVP",
"date": "2026-02-15T04:38:55.000+00:00",
"is_brand_answer": false
}
]
}
]
}

Pricing (Pay-Per-Event)

This Actor uses pay-per-event billing. You are only charged for what you actually scrape.

EventPriceWhen charged
product-listing$0.002Each product discovered from a category/brand listing
product-page$0.005Each product enriched with full detail from the product page (ingredients, directions, sizes)
review$0.0005Per individual customer review fetched
question-answer$0.0005Per individual Q&A item fetched

When is product-page charged?
product-page is charged (instead of product-listing) whenever product page scraping runs. This happens when:

  • scrape_product_page is true, or
  • max_reviews is greater than 0, or
  • max_question_answers is greater than 0

Setting max_reviews or max_question_answers above 0 automatically enables product page scraping — you do not need to also set scrape_product_page: true. Reviews and Q&A are fetched during the product page pass, so the product-page event is charged per product in all these cases, in addition to review and question-answer per fetched item.

To get only listing data with no page charges, set scrape_product_page: false, max_reviews: 0, and max_question_answers: 0.