# Monitor Video Conferencing Software Reviews on G2

**Use case:** 

Continuously track new customer reviews for popular video conferencing solutions to stay updated on market trends and user feedback. This allows for proactive p

## Input

```json
{
  "action": "product_reviews",
  "startUrls": [
    {
      "url": "https://www.g2.com/products/zoom/reviews"
    },
    {
      "url": "https://www.g2.com/products/microsoft-teams/reviews"
    },
    {
      "url": "https://www.g2.com/products/google-meet/reviews"
    }
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "reviewTitle": {
    "label": "Title",
    "format": "string"
  },
  "pros": {
    "label": "Pros",
    "format": "string"
  },
  "cons": {
    "label": "Cons",
    "format": "string"
  },
  "publishDate": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

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