# TrustPilot Review Data Extraction

**Use case:** 

Extract verified TrustPilot reviews, including ratings and review text. Gather insights for reputation monitoring and customer feedback analysis.

## Input

```json
{
  "urls": [
    "https://www.trustpilot.com/review/apify.com"
  ],
  "results_wanted": 200,
  "max_pages": 20,
  "sort": "recency",
  "languages": "all",
  "verified": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "business_domain": {
    "label": "Domain",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "reviewer_name": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewer_country": {
    "label": "Country",
    "format": "text"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "published_date": {
    "label": "Published",
    "format": "date"
  },
  "experience_date": {
    "label": "Experience",
    "format": "date"
  },
  "company_reply_text": {
    "label": "Company Reply",
    "format": "text"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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