# Microsoft Store price and rating monitor workflow

**Use case:** 

Refresh a portfolio of Microsoft Store apps for localized prices, ratings, update dates, versions, package sizes, and publisher metadata.

## Input

```json
{
  "appIds": [
    "9WZDNCRFJ3PZ",
    "https://apps.microsoft.com/detail/9nblggh4nns1"
  ],
  "market": "US",
  "locale": "en-US",
  "maxItems": 2,
  "maxConcurrency": 2
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "displayPrice": {
    "label": "Price",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "lastUpdateDate": {
    "label": "Updated",
    "format": "date"
  },
  "platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "canonicalUrl": {
    "label": "Microsoft Store",
    "format": "link"
  },
  "market": {
    "label": "Market",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Microsoft Store App Intelligence Scraper](https://apify.com/automation-lab/microsoft-store-app-intelligence-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/microsoft-store-app-intelligence-scraper) to learn more, explore other use cases, and run it yourself.