# Sephora Competitor Review Monitor

**Use case:** 

Monitor helpful Sephora competitor reviews, ratings, verified purchases, photos, and customer feedback for product research.

## Input

```json
{
  "productUrls": [
    {
      "url": "https://www.sephora.com/product/born-in-roma-P449116"
    }
  ],
  "productIds": [
    "P449116",
    "P378284"
  ],
  "maxReviewsPerProduct": 250,
  "sort": "mostHelpful",
  "locale": "allEnglish",
  "includeRatingsOnly": false
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "productTitle": {
    "label": "Product",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Review title",
    "format": "text"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "isRecommended": {
    "label": "Recommended",
    "format": "boolean"
  },
  "isVerifiedPurchase": {
    "label": "Verified",
    "format": "boolean"
  },
  "isIncentivized": {
    "label": "Incentivized",
    "format": "boolean"
  },
  "submissionTime": {
    "label": "Submitted",
    "format": "date"
  },
  "helpfulVotes": {
    "label": "Helpful",
    "format": "number"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "locale": {
    "label": "Locale",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Sephora Product Reviews Scraper](https://apify.com/automation-lab/sephora-product-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sephora-product-reviews-scraper) to learn more, explore other use cases, and run it yourself.