# Mailchimp Reviews Data Extractor

**Use case:** 

Collect 200 verified reviews and insights for Mailchimp from TrustRadius. Analyze user feedback, ratings, and reviewer details for market research.

## Input

```json
{
  "startUrl": "https://www.trustradius.com/products/mailchimp/reviews",
  "results_wanted": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "title": {
    "label": "Review Title",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "author": {
    "label": "Reviewer",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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