# Monitor Beauty Shopify Restocks & Sell-Outs

**Use case:** 

Which shades sold out or restocked on beauty Shopify stores like Rare Beauty and Kosas? Track stock by SKU and spot hype products by sell-out velocity.

## Input

```json
{
  "storeUrls": [
    "https://rarebeauty.com/collections/all",
    "https://www.kosas.com/collections/all"
  ],
  "maxItems": 800,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "priceMin": {
    "label": "Min price",
    "format": "number"
  },
  "priceMax": {
    "label": "Max price",
    "format": "number"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Products Scraper](https://apify.com/dami_studio/shopify-products-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/shopify-products-scraper) to learn more, explore other use cases, and run it yourself.