# TrustRadius — Full Export

**Use case:** 

Scrape the full trustradius dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract trustradius for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "productUrls": [],
  "searchQuery": "project management",
  "maxItems": 200,
  "includeReviews": true,
  "maxReviewsPerProduct": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "productName": {
    "label": "Name",
    "format": "string"
  },
  "vendorName": {
    "label": "Vendor Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "trScore": {
    "label": "trScore",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

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