# Slack recent reviews

**Use case:** 

Collect recent public Slack buyer reviews from G2 with a bounded saved input.

## Input

```json
{
  "mode": "product_reviews",
  "startUrls": [
    {
      "url": "https://www.g2.com/products/slack/reviews"
    }
  ],
  "productSlugs": [
    "slack"
  ],
  "searchQueries": [
    "crm"
  ],
  "categoryNames": [
    "CRM"
  ],
  "maxItems": 10,
  "lookbackDays": 90,
  "skipFailedProducts": true,
  "useRssFallback": true
}
```

## Output

```json
{
  "itemType": {
    "label": "Item type",
    "format": "string"
  },
  "productId": {
    "label": "Product ID",
    "format": "integer"
  },
  "productSlug": {
    "label": "Product slug",
    "format": "string"
  },
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "vendorName": {
    "label": "Vendor",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "averageRating": {
    "label": "Average rating",
    "format": "number"
  },
  "g2Rating": {
    "label": "G2 rating",
    "format": "number"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "string"
  },
  "dislikes": {
    "label": "Dislikes",
    "format": "string"
  },
  "problemsSolved": {
    "label": "Problems solved",
    "format": "string"
  },
  "reviewText": {
    "label": "Review text",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "submittedAt": {
    "label": "Submitted at",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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