# G2 Reviews Scraper — Weekly Competitor Reviews Export

**Use case:** 

Schedule a weekly G2 reviews export for ClickUp, Asana & Notion. Track competitor ratings, NPS, and churn signals — SaaS review intelligence, no proxies.

## Input

```json
{
  "mode": "reviews",
  "productUrls": [
    "https://www.g2.com/products/clickup/reviews",
    "https://www.g2.com/products/asana/reviews",
    "https://www.g2.com/products/notion/reviews"
  ],
  "searchQuery": "project management",
  "categoryUrl": "project-management",
  "maxReviews": 100,
  "maxProducts": 50,
  "language": "en"
}
```

## Output

```json
{
  "productSlug": {
    "label": "Product slug"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "reviewId": {
    "label": "Review id"
  },
  "title": {
    "label": "Review Title",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewText": {
    "label": "Review text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewerCountry": {
    "label": "Country",
    "format": "text"
  },
  "reviewerSegment": {
    "label": "Segment",
    "format": "text"
  },
  "npsRaw": {
    "label": "NPS",
    "format": "number"
  },
  "easeOfUseRating": {
    "label": "Ease of Use",
    "format": "number"
  },
  "qualityOfSupportRating": {
    "label": "Support Quality",
    "format": "number"
  },
  "meetsRequirementsRating": {
    "label": "Meets Requirements",
    "format": "number"
  },
  "isVerifiedUser": {
    "label": "Verified",
    "format": "boolean"
  },
  "isIncentivizedReview": {
    "label": "Incentivized",
    "format": "boolean"
  },
  "reviewSource": {
    "label": "Source",
    "format": "text"
  },
  "reviewDate": {
    "label": "Date",
    "format": "date"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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