# Find software products across review platforms

**Use case:** 

Search supported review platforms for matching products and return product cards for comparison and shortlist building.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.trustradius.com/products/slack/reviews"
    }
  ],
  "searchQuery": "Slack",
  "platforms": [
    "g2",
    "capterra",
    "trustradius",
    "softwareadvice",
    "getapp"
  ],
  "maxReviewsPerProduct": 10,
  "maxProductsPerSearch": 10,
  "includeReviews": false,
  "sortReviewsBy": "newest",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "debug": false
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "productRating": {
    "label": "Rating",
    "format": "number"
  },
  "productReviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Software Reviews Scraper — G2, Capterra & TrustRadius](https://apify.com/khadinakbar/software-reviews-all-in-one-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/software-reviews-all-in-one-scraper) to learn more, explore other use cases, and run it yourself.