# Salesforce Reviews from G2 — Export Latest Reviews

**Use case:** 

Get the latest Salesforce reviews from G2 as JSON/CSV — ratings, pros, cons, reviewer role and company size. Monitor your product or a competitor.

## Input

```json
{
  "products": [
    "salesforce"
  ],
  "mode": "latest",
  "maxReviewsPerProduct": 25
}
```

## Output

```json
{
  "type": {
    "label": "Record",
    "format": "text"
  },
  "productSlug": {
    "label": "Product",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewerRole": {
    "label": "Role",
    "format": "text"
  },
  "companySize": {
    "label": "Company size",
    "format": "text"
  },
  "body": {
    "label": "Body",
    "format": "text"
  },
  "feedPublishedAt": {
    "label": "Seen in feed",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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