# TrustRadius Reviews - B2B Software Reviews Data Export

**Use case:** 

Data Export of TrustRadius Reviews - B2B Software Reviews. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "productUrl": "https://www.trustradius.com/products/slack/reviews",
  "maxItems": 100
}
```

## Output

```json
{
  "reviewerName": {
    "label": "👤 Reviewer",
    "format": "text"
  },
  "reviewTitle": {
    "label": "📌 Title",
    "format": "text"
  },
  "reviewText": {
    "label": "💬 Review",
    "format": "text"
  },
  "pros": {
    "label": "✅ Pros",
    "format": "text"
  },
  "cons": {
    "label": "❌ Cons",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "isVerified": {
    "label": "🔒 Verified",
    "format": "text"
  },
  "reviewDate": {
    "label": "📅 Date",
    "format": "text"
  },
  "productName": {
    "label": "📦 Product",
    "format": "text"
  },
  "productUrl": {
    "label": "🔗 Product URL",
    "format": "link"
  },
  "reviewUrl": {
    "label": "🌐 Review URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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