# Export G2 software reviews for any product

**Use case:** 

Pull G2 reviews for any software product: ratings, pros and cons, reviewer role and company size. Great for competitor and market research.

## Input

```json
{
  "products": [
    "slack"
  ],
  "maxReviewsPerProduct": 25,
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "product": {
    "label": "Product"
  },
  "reviewer": {
    "label": "Reviewer"
  },
  "reviewerIndustry": {
    "label": "Industry"
  },
  "reviewerRole": {
    "label": "Role"
  },
  "companySize": {
    "label": "Company size"
  },
  "rating": {
    "label": "Rating"
  },
  "title": {
    "label": "Title"
  },
  "likedBest": {
    "label": "Liked best"
  },
  "disliked": {
    "label": "Disliked"
  },
  "problemsSolved": {
    "label": "Problems solved"
  },
  "url": {
    "label": "URL"
  },
  "publishedAt": {
    "label": "Published"
  }
}
```

## About this Actor

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