# Analyze Competitor CRM Software Details & Reviews

**Use case:** 

Extract comprehensive data on competitor CRM software, including pricing models, key features, customer ratings, and vendor information. Use this intelligence t

## Input

```json
{
  "mode": "byProductUrls",
  "productUrls": [
    "https://www.capterra.com/p/139626/Salesforce-Sales-Cloud/",
    "https://www.capterra.com/p/162800/HubSpot-CRM/",
    "https://www.capterra.com/p/146197/Zoho-CRM/",
    "https://www.capterra.com/p/162846/Microsoft-Dynamics-365/",
    "https://www.capterra.com/p/235882/monday-com-CRM/"
  ],
  "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.