# Microsoft Company Portal Store metadata extractor

**Use case:** 

Fetch the localized Microsoft Company Portal listing with ratings, supported platforms, package family, requirements, and screenshots.

## Input

```json
{
  "appIds": [
    "9WZDNCRFJ3PZ"
  ],
  "market": "GB",
  "locale": "en-GB",
  "maxItems": 1,
  "maxConcurrency": 1
}
```

## 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.