# TrustRadius B2B Software Full Export

**Use case:** 

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

## Input

```json
{
  "searchQuery": "CRM",
  "maxItems": 500
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "text"
  },
  "trScore": {
    "label": "TrScore",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "likelihoodToRecommend": {
    "label": "Recommend",
    "format": "number"
  },
  "usability": {
    "label": "Usability",
    "format": "number"
  },
  "supportRating": {
    "label": "Support",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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