# Monitor Security Awareness Training Product Reviews

**Use case:** 

Track reviewer feedback, star ratings, and demographic data for specific Security Awareness Training vendors to monitor product perception. This provides critic

## Input

```json
{
  "mode": "products",
  "productUrls": [
    "https://www.gartner.com/reviews/product/knowbe4-security-awareness-platform",
    "https://www.gartner.com/reviews/product/sso-security-awareness-and-training",
    "https://www.gartner.com/reviews/product/proofpoint-security-awareness-platform"
  ],
  "marketSeoName": "",
  "useFilters": true,
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "productName": {
    "label": "Product name"
  },
  "vendorName": {
    "label": "Vendor name"
  },
  "averageRating": {
    "label": "Average rating"
  },
  "totalReviews": {
    "label": "Total reviews"
  },
  "reviewId": {
    "label": "Review id"
  },
  "headline": {
    "label": "Headline"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "industry": {
    "label": "Industry"
  },
  "companySize": {
    "label": "Company size"
  },
  "marketName": {
    "label": "Market name"
  }
}
```

## About this Actor

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