# Compare Azure Database Tools & Solutions

**Use case:** 

Extract a comprehensive list of all database solutions offered on the Azure Marketplace to compare features, publishers, and pricing models. Gain insights into 

## Input

```json
{
  "mode": "browse",
  "query": "database",
  "category": "databases",
  "pricingType": "",
  "sortBy": "popularity",
  "ids": [],
  "maxItems": 500
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "publisher": {
    "label": "Publisher"
  },
  "offerType": {
    "label": "Offer type"
  },
  "pricingType": {
    "label": "Pricing type"
  },
  "ratingAverage": {
    "label": "Rating average"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "categories": {
    "label": "Categories"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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