# Daily Shopify and WooCommerce Product Change Monitor

**Use case:** 

Track new changes in Shopify and WooCommerce catalogs daily. Receive updates on product variants, prices, stock availability, and more.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "monitor-recurring-signals",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 25,
  "perSourceLimit": 5,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true,
  "memberTimeoutSecs": 300,
  "zentraOwnerQa": false
}
```

## Output

```json
{
  "productIdentifier": {
    "label": "Product Identifier",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current Price",
    "format": "number"
  },
  "previousPrice": {
    "label": "Previous Price",
    "format": "number"
  },
  "priceChange": {
    "label": "Price Change",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify WooCommerce DTC Catalog Intelligence](https://apify.com/zentrafoundry/shopify-woocommerce-dtc-catalog-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/shopify-woocommerce-dtc-catalog-intelligence) to learn more, explore other use cases, and run it yourself.