# Sample recent or helpful reviews for one product

**Use case:** 

Pull a small set of recent or helpful reviews for one software product to support qualitative research or social-proof checks.

## Input

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

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "productName": {
    "label": "Product",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "reviewer": {
    "label": "Reviewer",
    "format": "object"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "reviewUrl": {
    "label": "Review 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.