# Capterra Software Review Analysis with AI

**Use case:** 

Analyze Capterra software reviews with AI: sentiment analysis, feature complaints, and buyer intent signals for SaaS competitive research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.capterra.com/p/135978/Slack/reviews/"
    }
  ],
  "maxReviews": 50,
  "analysisType": "detailed",
  "customPrompt": ""
}
```

## Output

```json
{
  "url": {
    "label": "Source URL",
    "format": "string"
  },
  "reviewsExtracted": {
    "label": "Reviews Extracted",
    "format": "number"
  },
  "analysis.overallSentiment": {
    "label": "Overall Sentiment",
    "format": "string"
  },
  "analysis.averageRating": {
    "label": "Avg Rating",
    "format": "string"
  },
  "analysis.sentimentDistribution": {
    "label": "Sentiment distribution",
    "format": "object"
  },
  "analysis.topThemes": {
    "label": "Top Themes",
    "format": "array"
  },
  "analysis.customerPainPoints": {
    "label": "Pain Points",
    "format": "array"
  },
  "analysis.competitiveStrengths": {
    "label": "Strengths",
    "format": "array"
  },
  "analysis.keyQuotes": {
    "label": "Key Quotes",
    "format": "array"
  },
  "analysis.recommendations": {
    "label": "Recommendations",
    "format": "array"
  },
  "analysis.competitiveWeaknesses": {
    "label": "Competitive weaknesses",
    "format": "array"
  },
  "analysis.strategicRecommendations": {
    "label": "Strategic recommendations",
    "format": "array"
  },
  "analysis.marketingOpportunities": {
    "label": "Marketing opportunities",
    "format": "array"
  },
  "analysis.improvementActions": {
    "label": "Improvement actions",
    "format": "array"
  },
  "analysisType": {
    "label": "Analysis Type",
    "format": "string"
  },
  "analyzedAt": {
    "label": "Analyzed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Review Analyzer: Sentiment & Insights from Review Sites](https://apify.com/asvm/ai-review-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/asvm/ai-review-analyzer) to learn more, explore other use cases, and run it yourself.