> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/support/ecommerce-review-scraping/ecommerce-websites/sephora.md).

# Sephora Fields

**Product Reviews** · **Beauty Insights**

> `Beauty / Reviews`

See how a product performs for real people. This workflow pulls structured Sephora reviews into clean data: the shade chosen, whether they'd recommend it, the reviewer's skin profile, verified purchases, helpful votes, and full text. So you can see what works, for whom, and why.

{% hint style="success" %}
**Ready to run!** No login required — explore the use cases, preview the sample data below, and download a free sample set.

<p align="center"><a href="https://gist.github.com/listly-io/d1a5fcffba7bb6a8bbca623b83f86706" class="button primary">Code</a></p>
{% endhint %}

***

## 📋 Available Fields

| Field               | Description                                          |
| ------------------- | ---------------------------------------------------- |
| `review-title`      | Headline of the customer review                      |
| `review-body`       | Full text of the customer review                     |
| `shade`             | Product shade / variant the reviewer chose           |
| `recommended`       | Whether the reviewer recommends the product          |
| `reviewer-name`     | Display name of the reviewer                         |
| `skin-profile`      | Reviewer's self-reported eye color, skin tone & type |
| `verified-purchase` | Whether the review is from a verified purchase       |
| `review-date`       | Date the review was posted                           |
| `helpful-yes`       | Number of "helpful" up-votes the review received     |
| `helpful-no`        | Number of "not helpful" votes the review received    |

***

## 💡 Use Cases

**Shade & Formula Feedback** — Break reviews down by shade and variant to see which colors and formulas win, and which draw complaints about texture, wear, or color accuracy.

**Skin-Profile Segmentation** — Segment sentiment by the reviewer's eye color, skin tone, and skin type to learn how a product performs across different people — invaluable for matching and recommendations.

**Ingredient & Ethics Sentiment** — Surface recurring themes such as cruelty-free, fragrance, or sensitivity concerns from review text to inform product and messaging decisions.

**Incentivized-Review Detection & Social Proof** — Separate gifted or incentivized reviews from organic ones, then feature your highest-voted "recommended" reviews as testimonials.

<p align="center"><a href="https://chromewebstore.google.com/detail/listly-web-scraping/ihljmnfgkkmoikgkdkjejbkpdpbmcgeh?pli=1" class="button primary">▶ Try it for Free</a></p>

***

## 📊 Sample Data

{% file src="/files/aW2B6sAUlEqDRMwRepCW" %}

***

## 🔗 Explore Other Web Scrapers

{% content-ref url="/pages/adfad0a3887040e1053c911bbbe426c8ac11af48" %}
[Amazon](/support/ecommerce-review-scraping/ecommerce-websites/amazon-scraper.md)
{% endcontent-ref %}

{% content-ref url="/pages/1oefBU7aSck9BdFuHUUB" %}
[Costco](/support/ecommerce-review-scraping/ecommerce-websites/costco-scraper.md)
{% endcontent-ref %}

***

<h3 align="center">Didn't find what you are looking for?</h3>

<p align="center">No problem, we're here to help! <br>Have the Listly team set up your review data collection pipeline, effortlessly.</p>

<p align="center"><a href="/pages/Zuf7iCPwnbovpz8KoHqF" class="button primary">Contact Support</a></p>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.listly.io/support/ecommerce-review-scraping/ecommerce-websites/sephora.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
