# Supplements: nutrition catalog & prices

**Use case:** 

Sports nutrition and wellness supplement catalogs with prices and stock, for pricing benchmarks across the supplement vertical.

## Input

```json
{
  "storeUrls": [
    "https://onnit.com",
    "https://www.transparentlabs.com",
    "https://shop.bulletproof.com",
    "https://armra.com"
  ],
  "collectionHandles": [
    "sale",
    "new-arrivals"
  ],
  "maxProductsPerStore": 50,
  "sortBy": "discountDesc",
  "minPrice": 25,
  "maxPrice": 100,
  "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"
  },
  "storeName": {
    "label": "Store name",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "collectionHandle": {
    "label": "Collection handle",
    "format": "string"
  },
  "productId": {
    "label": "Product ID",
    "format": "string"
  },
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "productType": {
    "label": "Product type",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "maxPrice": {
    "label": "Highest variant price",
    "format": "number"
  },
  "compareAtPrice": {
    "label": "Compare-at price",
    "format": "number"
  },
  "onSale": {
    "label": "On sale",
    "format": "boolean"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "variantsCount": {
    "label": "Variants",
    "format": "integer"
  },
  "availableVariantsCount": {
    "label": "Variants in stock",
    "format": "integer"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "options": {
    "label": "Options",
    "format": "array"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "imagesCount": {
    "label": "Images",
    "format": "integer"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  },
  "daysSincePublished": {
    "label": "Days since published",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "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.