# SiteJabber Review Scraper with AI Sentiment Analysis

**Use case:** 

Scrape SiteJabber reviews with AI sentiment analysis. Extract ratings, review text, and get business insights. No API key needed, $0.015 per URL.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sitejabber.com/reviews/amazon.com"
    }
  ],
  "maxReviews": 50,
  "analysisType": "detailed",
  "customPrompt": ""
}
```

## Output

```json
{
  "url": {
    "label": "Source URL",
    "format": "string"
  },
  "author": {
    "label": "Review Author",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "text": {
    "label": "Review Text",
    "format": "string"
  },
  "date": {
    "label": "Review Date",
    "format": "string"
  },
  "headline": {
    "label": "Review Headline",
    "format": "string"
  },
  "source": {
    "label": "Data Source",
    "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.