# Find Free Azure AI & ML Marketplace Solutions

**Use case:** 

Discover all free AI and Machine Learning solutions available on the Azure Marketplace for experimentation and proof-of-concept projects. Identify cost-effectiv

## Input

```json
{
  "mode": "browse",
  "query": "database",
  "category": "ai-plus-machine-learning",
  "pricingType": "free",
  "sortBy": "popularity",
  "ids": [],
  "maxItems": 200
}
```

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