# Scrape CRM software listings - Capterra

**Use case:** 

Export CRM software from Capterra with product, category, rating, reviews, ease of use, value and starting price. Export to JSON or CSV.

## Input

```json
{
  "categories": [
    "crm-software"
  ],
  "searchTerms": [
    "email marketing"
  ],
  "maxResults": 100,
  "includeProductDetails": false,
  "includeReviews": false,
  "enrichVendorContacts": false,
  "minRating": "",
  "withWebsiteOnly": false,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxConcurrency": 6,
  "debugMode": false,
  "headful": true
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "ratingEaseOfUse": {
    "label": "Ease of Use",
    "format": "number"
  },
  "ratingValueForMoney": {
    "label": "Value",
    "format": "number"
  },
  "hasFreeTrial": {
    "label": "Free trial",
    "format": "boolean"
  },
  "hasFreeVersion": {
    "label": "Free version",
    "format": "boolean"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Capterra URL",
    "format": "link"
  }
}
```

## About this Actor

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