# Scrape Capterra Reviews for SMB SaaS Research

**Use case:** 

Capterra product names, star ratings, review counts, pros/cons and pricing tiers. Feed SMB SaaS competitive research, buyer-intent analysis and category benchma

## Input

```json
{
  "queries": [
    "crm-software"
  ],
  "maxResults": 10,
  "scrapeReviews": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "overall_rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "pricing": {
    "label": "Pricing",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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