# Monitor new Shopify products

**Use case:** 

Catch every product a Shopify competitor launches. Detects new arrivals and discontinued items. Fast fetch - no full catalog download needed.

## Input

```json
{
  "stores": [
    "https://gymshark.com",
    "https://allbirds.com",
    "https://fashionnova.com"
  ],
  "trackProductChanges": true,
  "trackPriceChanges": false,
  "trackAppStack": false,
  "listCollections": false
}
```

## Output

```json
{
  "detectedAt": {
    "label": "Detected at",
    "format": "date"
  },
  "storeDomain": {
    "label": "Store",
    "format": "text"
  },
  "changeType": {
    "label": "Type",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "title": {
    "label": "Collection",
    "format": "text"
  },
  "productsCount": {
    "label": "Products",
    "format": "number"
  },
  "productTitle": {
    "label": "Product",
    "format": "text"
  },
  "productType": {
    "label": "Category",
    "format": "text"
  },
  "oldValue": {
    "label": "Old ($)",
    "format": "number"
  },
  "newValue": {
    "label": "New ($)",
    "format": "number"
  },
  "changePercent": {
    "label": "Change %",
    "format": "number"
  },
  "totalChanges": {
    "label": "Total changes",
    "format": "number"
  },
  "storesChecked": {
    "label": "Stores checked",
    "format": "number"
  },
  "appName": {
    "label": "App",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "digest": {
    "label": "AI digest",
    "format": "text"
  },
  "message": {
    "label": "Message",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Competitor Monitor & Product Research](https://apify.com/phantom_coder/shopify-competitor-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/phantom_coder/shopify-competitor-monitor) to learn more, explore other use cases, and run it yourself.