# TrustRadius B2B Reviews Data Extractor

**Use case:** 

Extract detailed TrustRadius reviews, including ratings, pros, cons, and reviewer job titles from B2B software products. Ideal for market research analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trustradius.com/products/intuit-enterprise-suite/reviews/all"
    }
  ],
  "maxReviews": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "trScore": {
    "label": "TR Score",
    "format": "number"
  },
  "reviewCount": {
    "label": "Total Reviews",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  }
}
```

## About this Actor

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