# Shopify WooCommerce DTC Catalog Insights

**Use case:** 

Retrieve and monitor up to 15 product listings from Shopify and WooCommerce. Get detailed data on prices, stock availability, and source references.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "local-research-export",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 15,
  "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.