# Daily App Marketplace Review and Pricing Monitor

**Use case:** 

Receive daily updates on new app marketplace reviews and pricing. Get buyer-ready records with source evidence and match context included.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://apify.com/store",
      "sourceId": "APIFY-STORE",
      "userData": {
        "sourceId": "APIFY-STORE"
      }
    }
  ],
  "maxItems": 25,
  "sourceIds": [
    "APIFY-STORE"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [App Marketplace Review/Pricing Monitor](https://apify.com/zentrafoundry/app-marketplace-review-pricing-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/app-marketplace-review-pricing-monitor) to learn more, explore other use cases, and run it yourself.