# South Africa Brand Reputation Dataset

**Use case:** 

Build a ready-to-analyze Hellopeter dataset for major South African brands with reviews, ratings, TrustIndex, reply status, dates, and source URLs.

## Input

```json
{
  "companyUrls": [
    "capitec-bank",
    "take2takealot",
    "vodacom",
    "discovery-insure",
    "first-national-bank"
  ],
  "maxReviewsPerCompany": 10,
  "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.