# Daily monitoring: https://www.kyliecosmetics.com

**Use case:** 

Shopify Reviews Scraper configured for daily monitoring around “https://www.kyliecosmetics.com”. The saved input exposes storeUrls, sampleProducts and uses...

## Input

```json
{
  "storeUrls": [
    "https://www.kyliecosmetics.com"
  ],
  "sampleProducts": 10
}
```

## Output

```json
{
  "domain": {
    "label": "Store",
    "format": "text"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "totalReviews": {
    "label": "Total reviews",
    "format": "text"
  },
  "averageRating": {
    "label": "Avg rating",
    "format": "text"
  },
  "productsSampled": {
    "label": "Products sampled",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Reviews Scraper - Counts & Ratings Across Widgets](https://apify.com/thirdwatch/shopify-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/shopify-reviews-scraper) to learn more, explore other use cases, and run it yourself.