# Capterra Reviews Monitor — Weekly SaaS Competitor Intel

**Use case:** 

Weekly Capterra review pulls for Slack, monday.com & Notion. Fresh user reviews, ratings, pros & cons for SaaS competitive intelligence. Schedule & forget.

## Input

```json
{
  "mode": "reviews",
  "productUrls": [
    "https://www.capterra.com/p/141633/Slack/",
    "https://www.capterra.com/p/147657/monday-com/",
    "https://www.capterra.com/p/186596/Notion/"
  ],
  "searchQuery": "project management software",
  "maxReviews": 100,
  "maxProducts": 25,
  "sortReviews": "most_recent",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "reviewTitle": {
    "label": "Review Title",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewerTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "companySize": {
    "label": "Company Size",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "usageDuration": {
    "label": "Usage",
    "format": "text"
  },
  "overallRating": {
    "label": "Overall",
    "format": "number"
  },
  "easeOfUse": {
    "label": "Ease of Use",
    "format": "number"
  },
  "customerService": {
    "label": "Customer Service",
    "format": "number"
  },
  "features": {
    "label": "Features",
    "format": "number"
  },
  "valueForMoney": {
    "label": "Value",
    "format": "number"
  },
  "likelihoodToRecommend": {
    "label": "NPS",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "reviewDate": {
    "label": "Review Date",
    "format": "date"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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