# Compare Top CRM Software Features & Pricing

**Use case:** 

Extract detailed feature sets, pricing models, and user reviews for leading CRM platforms to inform your software selection. Gain competitive insights and make 

## Input

```json
{
  "productUrls": [
    "https://www.capterra.com/p/135/salesforce-sales-cloud/",
    "https://www.capterra.com/p/179532/HubSpot-CRM/",
    "https://www.capterra.com/p/181665/Zoho-CRM/",
    "https://www.capterra.com/p/192770/Microsoft-Dynamics-365/",
    "https://www.capterra.com/p/181055/monday-sales-CRM/"
  ],
  "productUrl": "https://www.capterra.com/p/135003/Slack/",
  "startUrls": [
    {
      "url": "https://www.capterra.com/p/135003/Slack/"
    }
  ],
  "maxItems": 5
}
```

## 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.