# Monitor Competitor Software Reviews & User Sentiment

**Use case:** 

Continuously scrape reviews, ratings, and feedback for your competitors' products to understand customer sentiment and identify their strengths and weaknesses. 

## Input

```json
{
  "productUrls": [
    "https://www.capterra.com/p/181316/Jira/",
    "https://www.capterra.com/p/146036/Asana/",
    "https://www.capterra.com/p/182522/Trello/"
  ],
  "productUrl": "https://www.capterra.com/p/135003/Slack/",
  "startUrls": [
    {
      "url": "https://www.capterra.com/p/135003/Slack/"
    }
  ],
  "maxItems": 3
}
```

## Output

```json
{
  "recordType": {
    "label": "Record",
    "format": "string"
  },
  "name": {
    "label": "Product",
    "format": "string"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "startingPrice": {
    "label": "Starting Price",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "_reason": {
    "label": "Reason",
    "format": "string"
  }
}
```

## About this Actor

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