# Export Shopify product variants, SKUs & barcodes

**Use case:** 

Export every Shopify product variant: SKU, barcode, price range, available variant count, currency and store domain for catalog and sourcing work.

## Input

```json
{
  "mode": "products",
  "storeUrls": [
    "https://www.rothys.com"
  ],
  "maxProductsPerStore": 0,
  "onlyAvailable": false,
  "minPrice": 0,
  "maxPrice": 0,
  "includeVariants": true,
  "includeImages": true,
  "includeStoreMeta": true,
  "enrichStoreLeads": true,
  "monitorMode": false,
  "monitorStoreName": "shopify-store-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "mode": {
    "label": "Mode"
  },
  "title": {
    "label": "Product"
  },
  "vendor": {
    "label": "Vendor"
  },
  "priceMin": {
    "label": "Price min"
  },
  "priceMax": {
    "label": "Price max"
  },
  "availableVariantCount": {
    "label": "# In stock"
  },
  "variantCount": {
    "label": "# Variants"
  },
  "currency": {
    "label": "Cur"
  },
  "storeDomain": {
    "label": "Store"
  },
  "sku": {
    "label": "First SKU"
  },
  "barcode": {
    "label": "First barcode"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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