# Daily E-commerce Price and Stock Tracker

**Use case:** 

Monitor daily price and stock changes across 25 products. Receive detailed records on price, availability, seller, and sources.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://schema.org/Product",
      "sourceId": "SCHEMA-ORG-PRODUCT",
      "userData": {
        "sourceId": "SCHEMA-ORG-PRODUCT"
      }
    },
    {
      "url": "https://developers.google.com/search/docs/appearance/structured-data/product",
      "sourceId": "GOOGLE-PRODUCT-STRUCTURED-DATA",
      "userData": {
        "sourceId": "GOOGLE-PRODUCT-STRUCTURED-DATA"
      }
    },
    {
      "url": "https://docs.apify.com/platform/storage/dataset",
      "sourceId": "APIFY-DATASETS",
      "userData": {
        "sourceId": "APIFY-DATASETS"
      }
    }
  ],
  "maxItems": 25,
  "sourceIds": [
    "SCHEMA-ORG-PRODUCT",
    "GOOGLE-PRODUCT-STRUCTURED-DATA",
    "APIFY-DATASETS"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "productIdentifier": {
    "label": "Product identifier",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [E-commerce Price & Stock Monitor](https://apify.com/zentrafoundry/ecommerce-price-stock-change-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/ecommerce-price-stock-change-monitor) to learn more, explore other use cases, and run it yourself.