# Insurance Provider Trustpilot Review Scores

**Use case:** 

Scrape Trustpilot reviews and scores for top insurance providers. Get detailed ratings, texts, and company replies for Aviva, AXA, Allianz, and Admiral.

## Input

```json
{
  "companyDomains": [
    "aviva.com",
    "axa.com",
    "allianz.com",
    "admiral.com"
  ],
  "maxReviews": 150,
  "language": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "authorLocation": {
    "label": "Author Location",
    "format": "string"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "experienceDate": {
    "label": "Experience Date",
    "format": "string"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "string"
  },
  "replyText": {
    "label": "Company Reply",
    "format": "string"
  },
  "businessName": {
    "label": "Company",
    "format": "string"
  },
  "trustScore": {
    "label": "TrustScore",
    "format": "number"
  },
  "totalReviews": {
    "label": "Total Reviews",
    "format": "integer"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "string"
  }
}
```

## About this Actor

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