# Local Product Review Change Tracker

**Use case:** 

Monitor changes in product ratings and review counts for local research. Get detailed records with context from various sources.

## Input

```json
{
  "watchlistTerms": [
    "extract product review change for local research",
    "product review change monitor",
    "universal actor portfolio",
    "ecommerce",
    "schema-org-review",
    "schema-org-aggregaterating",
    "schema-org-product",
    "review-result"
  ],
  "taskIntent": "local-research-export",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://schema.org/Review",
      "sourceId": "SCHEMA-ORG-REVIEW",
      "userData": {
        "sourceId": "SCHEMA-ORG-REVIEW"
      }
    },
    {
      "url": "https://schema.org/AggregateRating",
      "sourceId": "SCHEMA-ORG-AGGREGATERATING",
      "userData": {
        "sourceId": "SCHEMA-ORG-AGGREGATERATING"
      }
    },
    {
      "url": "https://schema.org/Product",
      "sourceId": "SCHEMA-ORG-PRODUCT",
      "userData": {
        "sourceId": "SCHEMA-ORG-PRODUCT"
      }
    }
  ],
  "maxItems": 15,
  "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 [Product Review Change Monitor](https://apify.com/zentrafoundry/product-review-change-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/product-review-change-monitor) to learn more, explore other use cases, and run it yourself.