# Beauty under $20: mass price band

**Use case:** 

Beauty products under $20 in stock, cheapest first. The mass-market band where colour cosmetics compete hardest on price.

## Input

```json
{
  "storeUrls": [
    "https://colourpop.com",
    "https://morphe.com",
    "https://glossier.com"
  ],
  "collectionHandles": [
    "sale",
    "new-arrivals"
  ],
  "maxProductsPerStore": 60,
  "sortBy": "priceAsc",
  "minPrice": 25,
  "maxPrice": 20,
  "onSaleOnly": true,
  "minDiscountPercent": 30,
  "inStockOnly": true,
  "newerThanDays": 30,
  "vendors": [
    "Nike",
    "Adidas"
  ],
  "productTypes": [
    "T-Shirts",
    "Leggings"
  ],
  "requiredTags": [
    "new-releases",
    "bestseller"
  ],
  "titleKeywords": [
    "hoodie",
    "jacket"
  ],
  "includeVariants": true,
  "includeDescription": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "storeDomain": {
    "label": "Store domain",
    "format": "string"
  },
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "productType": {
    "label": "Product type",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "compareAtPrice": {
    "label": "Compare-at price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

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