# Shopify Restock Tracker - Demand Forecasting Signals

**Use case:** 

Monitor Shopify sell-outs and restocks across stores to forecast demand and identify fast-moving, high-velocity SKUs.

## Input

```json
{
  "mode": "stock_signals",
  "storeDomains": [
    "bombas.com",
    "allbirds.com"
  ],
  "lookbackDays": 30,
  "deepInventoryProbe": false,
  "lowStockThreshold": 5,
  "enableAiNiche": true,
  "maxProductsPerStore": 50,
  "maxItems": 200,
  "concurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "text"
  },
  "deltaType": {
    "label": "Change",
    "format": "text"
  },
  "productTitle": {
    "label": "Product",
    "format": "text"
  },
  "variantTitle": {
    "label": "Variant",
    "format": "text"
  },
  "oldValue": {
    "label": "Old",
    "format": "text"
  },
  "newValue": {
    "label": "New",
    "format": "text"
  },
  "detectedAt": {
    "label": "Detected",
    "format": "date"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Intelligence — Catalog, Price & Stock Tracker](https://apify.com/constructive_calm/shopify-store-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/shopify-store-intel) to learn more, explore other use cases, and run it yourself.