# Slack G2 Reviews — Software Reviews

**Use case:** 

Get G2 product reviews for Slack. Ratings, pros, cons, reviewer details, and dates.

## Input

```json
{
  "product_url": "https://www.g2.com/products/slack/reviews",
  "max_results": 25,
  "min_rating": 0,
  "sort": "newest",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "author": {
    "label": "Reviewer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Review Title",
    "format": "text"
  },
  "body": {
    "label": "Review Body",
    "format": "text"
  },
  "pros": {
    "label": "Pros",
    "format": "text"
  },
  "cons": {
    "label": "Cons",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "company_size": {
    "label": "Company Size",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  }
}
```

## About this Actor

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