# Track Shopify prices and stock

**Use case:** 

Track Shopify store products, variants, prices, images, stock signals, discounts, and watch-mode alerts.

## Input

```json
{
  "storeUrls": [
    "https://allbirds.com"
  ],
  "maxProducts": 25,
  "includeVariants": true,
  "includeImages": true,
  "includeCollections": false,
  "maxCollections": 100,
  "discountedOnly": false,
  "fetchCollectionProducts": false,
  "maxProductsPerCollection": 250,
  "watchMode": true,
  "alertMinDropPct": 5,
  "enableAiAnalysis": false,
  "llmProvider": "openrouter",
  "ollamaBaseUrl": "http://localhost:11434",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "featured_image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "product_type": {
    "label": "Type",
    "format": "text"
  },
  "min_price": {
    "label": "Min price",
    "format": "number"
  },
  "max_price": {
    "label": "Max price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "on_sale": {
    "label": "On sale",
    "format": "boolean"
  },
  "total_variants": {
    "label": "Variants",
    "format": "number"
  },
  "url": {
    "label": "Product link",
    "format": "link"
  }
}
```

## About this Actor

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