# GBP Azure Retail Pricing - All Microsoft Cloud Services

**Use case:** 

Extract Azure Retail Pricing - All Microsoft Cloud Services data filtered by GBP. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "currencyCode": "GBP"
}
```

## Output

```json
{
  "serviceFamily": {
    "label": "serviceFamily",
    "format": "text"
  },
  "serviceName": {
    "label": "serviceName",
    "format": "text"
  },
  "productName": {
    "label": "productName",
    "format": "text"
  },
  "skuName": {
    "label": "skuName",
    "format": "text"
  },
  "meterName": {
    "label": "meterName",
    "format": "text"
  },
  "armRegionName": {
    "label": "armRegionName",
    "format": "text"
  },
  "location": {
    "label": "location",
    "format": "text"
  },
  "retailPrice": {
    "label": "retailPrice",
    "format": "text"
  },
  "unitPrice": {
    "label": "unitPrice",
    "format": "text"
  },
  "unitOfMeasure": {
    "label": "unitOfMeasure",
    "format": "text"
  },
  "currencyCode": {
    "label": "currencyCode",
    "format": "text"
  },
  "type": {
    "label": "type",
    "format": "text"
  },
  "effectiveStartDate": {
    "label": "effectiveStartDate",
    "format": "date"
  },
  "meterId": {
    "label": "meterId",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Azure Retail Pricing Scraper - All Microsoft Cloud Services](https://apify.com/parseforge/azure-retail-pricing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/azure-retail-pricing-scraper) to learn more, explore other use cases, and run it yourself.