# Monitor Competitor Catalog Deadline Changes

**Use case:** 

Detect changes in product deadlines on Shopify, including new, removed, and modified items with source evidence. Get structured data on changes.

## Input

```json
{
  "watchlistTerms": [
    "track competitor catalog change detector deadline changes",
    "competitor catalog change detector",
    "universal actor portfolio",
    "ecommerce",
    "sitemap",
    "rss",
    "shopify-products-json",
    "woocommerce-public-catalog"
  ],
  "taskIntent": "track-changes",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://www.sitemaps.org/protocol.html",
      "sourceId": "SITEMAP",
      "userData": {
        "sourceId": "SITEMAP"
      }
    },
    {
      "url": "https://www.rssboard.org/rss-specification",
      "sourceId": "RSS",
      "userData": {
        "sourceId": "RSS"
      }
    },
    {
      "url": "https://shopify.dev/docs/api/ajax/reference/product",
      "sourceId": "SHOPIFY-PRODUCTS-JSON",
      "userData": {
        "sourceId": "SHOPIFY-PRODUCTS-JSON"
      }
    }
  ],
  "maxItems": 10,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "string"
  },
  "offerUrl": {
    "label": "Offer Url",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "stockStatus": {
    "label": "Stock Status",
    "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 [Competitor Catalog Change Detector](https://apify.com/zentrafoundry/competitor-catalog-change-detector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/competitor-catalog-change-detector) to learn more, explore other use cases, and run it yourself.