# Scrape Azure Security BYOL Offerings

**Use case:** 

Identify all 'Bring Your Own License' (BYOL) security solutions available on the Azure Marketplace, allowing you to leverage existing software investments. This

## Input

```json
{
  "mode": "browse",
  "query": "database",
  "category": "security",
  "pricingType": "byol",
  "sortBy": "popularity",
  "ids": [],
  "maxItems": 150
}
```

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