VOOZH about

URL: https://apify.com/buseta/sephora-scraper

⇱ Sephora Advanced Scraper Β· Apify


Pricing

$25.00/month + usage

Go to Apify Store

Sephora Advanced Scraper

The Sephora Reviews & Questions scraper is designed to extract detailed product information, including reviews and questions/answers, from either individual product or category URLs on Sephora's website. Last Update: Mar 21, 2026

Pricing

$25.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ buseta

buseta

Maintained by Community

Actor stats

7

Bookmarked

167

Total users

1

Monthly active users

2 months ago

Last modified

Share

What does Sephora Reviews & Questions scraper do?

The Sephora Scraper is designed to extract detailed product information, including reviews and questions/answers, from either individual product or category URLs on Sephora's website. Here's a brief overview of its capabilities:

  1. Extract detailed product information: The Sephora Scraper can pull various types of data for individual products, such as general product information, reviews, questions and answers.
  2. Scrape category pages: Not only can you scrape individual products, but also entire categories. The scraper navigates through the pages of a product category, enqueues each product URL found, and subsequently scrapes all product data, providing you with a broad view of the product landscape for that category.
  3. Handle similar product recommendations: The Sephora Scraper offers an optional functionality to scrape similar products. If enabled, the scraper navigates to the similar product recommendations section on a product page, enqueues these product URLs, and fetches their data as well, further extending the scope of data you can acquire.
  4. Data stored in a structured format: All the scraped data is structured and stored in a dataset, making it easy to process and analyze.

Why scrape Sephora?

The Sephora Reviews & Questions scraper makes it easy to gather large amounts of product data from Sephora, which can be instrumental for

market research competitor analysis price monitoring creating customer persona and more.

How much will it cost to scrape Sephora?

When it comes to scraping, it can be challenging to estimate the resources needed to extract data as use cases may vary significantly. That's why the best course of action is to run a test scrape with a small sample of input data and limited output. You’ll get your price per scrape, which you’ll then multiply by the number of scrapes you intend to do.

Watch this video for a few helpful tips. And don't forget that choosing a higher plan will save you money in the long run.

Is it legal to scrape Sephora?

Our scrapers are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our scrapers, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers. You can also read Apify blog post on the legality of web scraping.

Input

Sephora Reviews & Questions scraper has the following input options:

{
"url_list":[
"https://www.sephora.com/product/watermelon-glow-ultra-fine-mist-P442744",
"https://www.sephora.com/product/mini-ceramidin-tm-skin-barrier-moisturizing-cream-P506727"
],
"get_similars":true,
"get_reviews":true,
"get_questions":true
}

You can give any number of product URLs to scrape and decide whether you also want to scrape similar products with "get_similars" field. If you want to scrape products from categories, you can simply write category URLs to "url_list" field and scraper will automatically find all products from each category and scrape them. (Note: "get_similars" is ignored in category scraping). Also, you can choose to get reviews and questions data. A sample category scraping is the following:

{
"url_list":[
"https://www.sephora.com/shop/face-mist-face-spray",
"https://www.sephora.com/shop/eyebrow-makeup-pencils"
],
"get_similars": true,
"get_reviews": true,
"get_questions":true
}

Output

You can download the dataset extracted by Sephora Reviews & Questions scraper in various formats such as JSON, HTML, CSV, or Excel.

Each product data will be mainly including 5 parts: info (general product info), product_variants (info about all variants of product), statistics (general product statistics), reviews (list of all reviews and their statistics), and questions (list of all questions, their answers and statistics). A sample result for each product URL will be as following:

{
"info":{
"id":"P455369",
"name":"Peptide Moisturizer",
"image":"https://www.sephora.com/productimages/sku/s2335610-main-zoom.jpg",
"description":"What it is: A nourishing-yet-fast-absorbing daily moisturizer with a dual peptide formula aiming to reduce the appearance of fine lines and wrinkles.Skin Type: Normal, Dry, Combination, and Oily Skincare Concerns: Fine Lines and Wrinkles, Loss of Firmness and ElasticityFormulation: Lightweight Cream Highlighted Ingredients:- Royal Epigen P5 2%: Nurtures skin to help decrease the appearance of fine lines and wrinkles.",
"is_available":"True",
"brand":"The INKEY List",
"price":"$15.99",
"love_count":"73.4K"
},
"product_variants":[
{
"variant_id":"P464820",
"variant_description":"What it is: A nurturing yet fast-absorbing daily moisturizer with a peptide duo that helps support natural collagen and hydrate skin.",
"is_variant_available":"True",
"variant_name":"Peptide Moisturizer",
"variant_image":"https://www.sephora.com/productimages/sku/s2404507-main-zoom.jpg"
}
],
"statistics":{
"average_rating":3.77,
"helpful_vote_count":4232,
"not_helpful_vote_count":1075,
"recommended_review_count":588,
"not_recommended_review_count":251,
"review_count":835,
"variant_count":1,
"rating_distribution":[
{
"rating":5,
"count":353,
"percentage":42.28
},
{
"rating":4,
"count":174,
"percentage":20.84
},
{
"rating":3,
"count":148,
"percentage":17.72
},
{
"rating":2,
"count":97,
"percentage":11.62
},
{
"rating":1,
"count":67,
"percentage":8.02
}
],
"review_distribution":[
{
"statistics_type":"Age",
"statistics":[
{
"label":"13-17",
"count":3,
"percentage":0.36
},
{
"label":"18-24",
"count":8,
"percentage":0.96
},
{
"label":"25-34",
"count":14,
"percentage":1.68
},
{
"label":"35-44",
"count":11,
"percentage":1.32
},
{
"label":"45-54",
"count":3,
"percentage":0.36
},
{
"label":"over 54",
"count":23,
"percentage":2.75
}
]
},
{
"statistics_type":"Skin Type",
"statistics":[
{
"label":"Normal",
"count":114,
"percentage":13.65
},
{
"label":"Combination",
"count":398,
"percentage":47.66
},
{
"label":"Dry",
"count":225,
"percentage":26.95
},
{
"label":"Oily",
"count":84,
"percentage":10.06
}
]
},
],
"question_count":81,
"answer_count":101
},
"reviews":[
{
"rating":3,
"review_text":"I’m being generous with giving this 3 stars as this product is very inexpensive.. but that’s the only positive thing about it sadly. I think everyone is made to believe that a $15 product can be the same as a $75 product but that’s simply not true, at least in this case. If I could get past the off putting smell and texture, then maybe I could like this but I also don’t think it did much for my skin. Disappointed - will not repurchase",
"review_title":"A no from me",
"product_id":"P455369",
"is_recommended": false,
"number_of_feedbacks_of_review":0,
"number_of_positive_feedbacks_of_review":0,
"number_of_negative_feedbacks_of_review":0,
"submitted_at":"2023-07-23T22:40:31.000+00:00",
"reviewer_info":{
"nickname":"afasanella",
"skinTone":"Fair",
"skinType":"Oily",
"eyeColor":"Blue",
"hairColor":"blonde"
},
"is_verified_purchase":true
},
{
"rating":1,
"review_text":"I was so excited for this moisturizer as I’ve seen great reviews on it but I’m starting to notice breakouts. so I will be returning this and switching back to my good la richer posay one πŸ’… btw I have sensitive + combo dkin!",
"review_title":"a no from me",
"product_id":"P455369",
"is_recommended": false,
"number_of_feedbacks_of_review":3,
"number_of_positive_feedbacks_of_review":2,
"number_of_negative_feedbacks_of_review":1,
"submitted_at":"2023-07-18T05:06:55.000+00:00",
"reviewer_info":{
"nickname":"okaymakeup",
"IncentivizedReview":"No",
"StaffContext":"No",
"skinTone":"Medium",
"skinType":"Oily",
"eyeColor":"Brown",
"hairColor":"black"
},
"is_verified_purchase":false
},
],
"questions":[
{
"product_id":"P455369",
"answers_count":0,
"question":"Is the phenoxyethanol in the ingredients list safe ?",
"asked_at":"2023-05-28T04:27:51.000+00:00",
"answers":[]
},
{
"product_id":"P464820",
"answers_count":2,
"question":"Can it be used everyday for my PM routine?",
"asked_at":"2023-04-19T22:02:57.000+00:00",
"answers":[
{
"answer":"Yes you can!!. I use it every nite even though you can use it in the day time too.",
"username":"fmtorres",
"answered_at":"2023-05-08T18:35:23.000+00:00",
"positive_feedback_count":1,
"negative_feedback_count":0
},
{
"answer":"Yes, this is the BOMB for 50% skin. They have changed the packaging, so not great, but well worth it. ",
"username":"bucanera",
"answered_at":"2023-04-26T15:08:09.000+00:00",
"positive_feedback_count":1,
"negative_feedback_count":1
}
]
},
]
}

You might also like

Ulta Advanced Scraper

buseta/ulta-advanced-scraper

A high-performance, sophisticated tool designed to extract detailed product data from Ulta Beauty. Scrape either list of products, full category results, or full search results. Scrape all information including reviews, questions, and answers. Last Update: Mar 21, 2026

Sephora Product Scraper (Global)

autofacts/sephora

Scrape Sephora products across 20 storefronts (US, Canada, 9 EU markets, 10 APAC countries) through one unified Python actor. Extract prices, variants, ratings, and catalog details via official mobile APIs with TLS fingerprint impersonation, OAuth2/guest-token auth, and per-market session isolation.

352

5.0

Notino Scraper

lexis-solutions/notino-scraper

Scrape product data from Notino - including prices, reviews, ratings, and images. Ideal for market research, trend tracking, and e-commerce analytics in beauty and cosmetics. Fast, structured, and customizable.

πŸ‘ User avatar

Lexis Solutions

31

5.0

Ulta Scraper

mscraper/ulta-scraper

The Ulta Scraper is a powerful tool built to scrape detailed product data from the Ulta. It can retrieve important product data such as product name, skuId, brand, rating, reviews, list price, and more.

Farfetch Scraper

autofacts/farfetch

Farfetch web scraper to crawl product information including price and sale price, color, and images.

273

5.0

Sephora Reviews and Questions Scraper

scraped/sephora-reviews-and-questions-scraper

Scrape product reviews and questions and answers from Sephora

πŸ’„ Fastest Sephora - All in One - Scraper

fcscraper/Fastest-Sephora-Scraper

Powerful Sephora web scraper to extract product information, prices, reviews, ratings, questions and answers from both individual product pages and category URLs. Ideal for monitoring competitors and research. Last updated on 17 November 2025.

16

5.0

Sephora Data Scraper (Products, Reviews, Questions & Answers)

ahmed_jasarevic/sephora-data-scraper-products-reviews-questions-answers

A powerful and scalable Sephora data scraper that extracts structured e-commerce data directly from Sephora’s backend APIs and Bazaarvoice systems. This Actor supports multiple modes for complete data coverage of Sephora products.

πŸ‘ User avatar

Ahmed Jasarevic

8

Sephora Categories Spider

getdataforme/sephora-categories-spider

This Apify actor efficiently scrapes comprehensive product data from Sephora category pages, including IDs, brands, prices, ratings, and reviews....

Canadian Grocery Price Comparison Scraper API

sunny_eternity/canada-grocery-price-comparison

Compare grocery prices across Loblaws, Superstore, No Frills, Save-On-Foods, PriceSmart, and T&T from one input. Get normalized product matches, prices, unit prices, sale flags, store details, product URLs, and CSV/JSON/Excel-ready output for apps, AI agents, and research.