# South Africa Telecom Reviews Comparison

**Use case:** 

Compare Vodacom, MTN, and Telkom Hellopeter reviews, ratings, replies, TrustIndex, and complaint evidence in one clean dataset.

## Input

```json
{
  "companyUrls": [
    "vodacom",
    "mtn",
    "telkom"
  ],
  "maxReviewsPerCompany": 20,
  "ratings": [],
  "replyFilter": "all"
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "trustIndex": {
    "label": "TrustIndex",
    "format": "number"
  },
  "reviewsLast12Months": {
    "label": "Reviews (12 mo)",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Review",
    "format": "text"
  },
  "text": {
    "label": "Review text",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "hasBusinessReply": {
    "label": "Replied",
    "format": "boolean"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "industryName": {
    "label": "Industry",
    "format": "text"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hellopeter Reviews Scraper | 💵 $5/1K](https://apify.com/webdata_labs/hellopeter-company-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/hellopeter-company-reviews-scraper) to learn more, explore other use cases, and run it yourself.