# Microsoft AppSource product detail extractor

**Use case:** 

Extract a specific public Microsoft AppSource product page into structured offer, publisher, description, compatibility, link, and media fields.

## Input

```json
{
  "searchQueries": [
    "data analytics"
  ],
  "startUrls": [
    {
      "url": "https://appsource.microsoft.com/en-us/product/web-apps/xplore-io.xplore_data_entry?tab=Overview"
    }
  ],
  "market": "en-US",
  "maxItems": 1,
  "maxPages": 3,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Offer",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "builtFor": {
    "label": "Built for",
    "format": "string"
  },
  "catalogOfferType": {
    "label": "Offer type",
    "format": "string"
  },
  "hasFreeTrial": {
    "label": "Free trial",
    "format": "boolean"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "offerUrl": {
    "label": "AppSource URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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