# Monitor Video Conferencing Software Pricing Changes

**Use case:** 

Track current pricing, feature sets, and user reviews for leading video conferencing platforms to stay updated on market trends. This is crucial for businesses 

## Input

```json
{
  "mode": "byProductUrls",
  "productUrls": [
    "https://www.capterra.com/p/178556/Zoom-Meeting/",
    "https://www.capterra.com/p/160352/Google-Meet/",
    "https://www.capterra.com/p/158529/Microsoft-Teams/",
    "https://www.capterra.com/p/143640/Cisco-Webex-Meetings/",
    "https://www.capterra.com/p/167233/GoToMeeting/"
  ],
  "searchQueries": [],
  "maxItems": 5
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "primaryCategory": {
    "label": "Primary category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "vendorName": {
    "label": "Vendor name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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