# G2 Reviews Scraper (`intelscrape/g2-reviews-scraper`) Actor

Scrape G2 software reviews by product slug or URL. Extracts rating, headline, full review body, reviewer job title, company, size, industry, and helpful votes. Pay per review.

- **URL**: https://apify.com/intelscrape/g2-reviews-scraper.md
- **Developed by:** [IntelScrape](https://apify.com/intelscrape) (community)
- **Categories:** Business, Lead generation
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 reviews

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## G2 Reviews Scraper

![Actor Banner](https://api.apify.com/v2/key-value-stores/PyvJzfQg02FD3RYhd/records/g2-reviews-scraper-banner.png)

Scrape **G2 software reviews** by product slug or URL. Extracts star rating, headline, full review body, reviewer job title, company, company size, industry, and helpful votes.

### Why use this?

- **Competitor intelligence** — monitor what buyers say about rival products
- **Social proof audits** — gather evidence for case studies and battlecards
- **B2B buyer identification** — reviewers are real decision-makers; cross-reference with email and LinkedIn scrapers
- **Market research** — segment reviews by company size, industry, or sentiment

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `demoMode` | boolean | `false` | Return 3 Slack demo reviews (no G2 request needed) |
| `productSlugs` | string\[] | — | G2 slugs, e.g. `["salesforce-crm", "hubspot-crm"]` |
| `productUrls` | URL\[] | — | Direct G2 review page URLs |
| `maxReviews` | integer | `50` | Max reviews per run (1–1000) |
| `sortBy` | select | `most_recent` | `most_recent` or `most_helpful` |

**Finding a slug:** look at the G2 URL — `g2.com/products/{slug}/reviews`.

#### Minimal input

```json
{ "productSlugs": ["slack"], "maxReviews": 25 }
```

#### Demo run (free smoke test)

```json
{ "demoMode": true }
```

### Output

```json
{
  "reviewId": "abc123",
  "productSlug": "slack",
  "rating": 4.5,
  "headline": "Great team collaboration tool",
  "body": "Slack keeps our team in sync...",
  "reviewerName": "Jane D.",
  "reviewerTitle": "Product Manager",
  "reviewerCompany": "Acme Corp",
  "companySize": "51-200",
  "industry": "Software",
  "helpful": 12,
  "datePublished": "2024-03-01",
  "url": "https://www.g2.com/reviews/abc123",
  "scrapedAt": "2024-03-15T10:00:00.000Z"
}
```

### Pricing

**$0.003 per review scraped.** Charged only on successful delivery to dataset.

### Notes

G2 uses Cloudflare protection. Live runs may be blocked; `demoMode: true` always works for billing verification.

### Review intelligence → outreach pipeline

G2 reviewers are verified buyers. Full workflow:

1. **Scrape G2** (this actor) — reviewer name, company, title, industry
2. **Cross-check sentiment** — [Trustpilot](https://apify.com/intelscrape/trustpilot-reviews-scraper), [Yelp](https://apify.com/intelscrape/yelp-reviews-scraper), [Google Reviews](https://apify.com/intelscrape/google-reviews-scraper-the-best), [App Store](https://apify.com/intelscrape/app-store-reviews-scraper), [Amazon Reviews](https://apify.com/intelscrape/amazon-product-review-scraper)
3. **Find contacts** — [Email Finder Verified](https://apify.com/intelscrape/email-finder-verified), [Contact Info](https://apify.com/intelscrape/contact-info-scraper), [Phone Validator](https://apify.com/intelscrape/phone-number-validator), [Website Leads](https://apify.com/intelscrape/website-Leads), [Maps Email](https://apify.com/intelscrape/google-maps-email-extractor), [B2B Lead Generator](https://apify.com/intelscrape/b2b-lead-generator)
4. **Vet / deepen** — [BBB](https://apify.com/intelscrape/bbb-business-directory-scraper), [TruePeopleSearch](https://apify.com/intelscrape/truepeoplesearch-scraper), [Skip Trace](https://apify.com/intelscrape/skip--trace), [UCC Liens](https://apify.com/intelscrape/ucc-lien-scraper), [Google News](https://apify.com/intelscrape/google-news-scraper)

### Related actors

| Actor | Use case |
|---|---|
| [Trustpilot Reviews Scraper](https://apify.com/intelscrape/trustpilot-reviews-scraper) | Cross-platform sentiment |
| [Yelp Reviews Scraper](https://apify.com/intelscrape/yelp-reviews-scraper) | Local review triangulation |
| [Google Reviews Scraper](https://apify.com/intelscrape/google-reviews-scraper-the-best) | Maps/business review intel |
| [App Store Reviews Scraper](https://apify.com/intelscrape/app-store-reviews-scraper) | iOS review triangulation |
| [Amazon Product Review Scraper](https://apify.com/intelscrape/amazon-product-review-scraper) | Amazon sentiment |
| [Email Finder Verified](https://apify.com/intelscrape/email-finder-verified) | Decision-maker emails |
| [Contact Info Scraper](https://apify.com/intelscrape/contact-info-scraper) | Emails & phones from sites |
| [Phone Number Validator](https://apify.com/intelscrape/phone-number-validator) | Validate outreach numbers |
| [Website Leads](https://apify.com/intelscrape/website-Leads) | Site contact harvest |
| [Google Maps Email Extractor](https://apify.com/intelscrape/google-maps-email-extractor) | Maps listing emails |
| [B2B Lead Generator](https://apify.com/intelscrape/b2b-lead-generator) | Company + contact scale |
| [BBB Business Directory](https://apify.com/intelscrape/bbb-business-directory-scraper) | Trust / accreditation vet |
| [TruePeopleSearch Scraper](https://apify.com/intelscrape/truepeoplesearch-scraper) | People lookup |
| [Skip Trace](https://apify.com/intelscrape/skip--trace) | Owner skip-trace |
| [UCC Lien Scraper](https://apify.com/intelscrape/ucc-lien-scraper) | Distress / lien signal |
| [Google News Scraper](https://apify.com/intelscrape/google-news-scraper) | Launch / upvote intel |

# Actor input Schema

## `demoMode` (type: `boolean`):

Scrape Slack reviews as a free sample (no other input needed).

## `productSlugs` (type: `array`):

G2 product slugs to scrape, e.g. \['salesforce-crm', 'hubspot-crm']. Find the slug in the G2 URL: g2.com/products/{slug}/reviews.

## `productUrls` (type: `array`):

Direct G2 product review page URLs to scrape.

## `maxReviews` (type: `integer`):

Maximum number of reviews to return per run.

## `sortBy` (type: `string`):

Sort reviews by recency or relevance.

## Actor input object example

```json
{
  "demoMode": false,
  "maxReviews": 50,
  "sortBy": "most_recent"
}
```

# Actor output Schema

## `reviewId` (type: `string`):

G2 review ID

## `productSlug` (type: `string`):

G2 product slug

## `rating` (type: `string`):

Rating out of 5

## `headline` (type: `string`):

Review headline

## `reviewerName` (type: `string`):

Reviewer display name

## `reviewerTitle` (type: `string`):

Reviewer job title

## `reviewerCompany` (type: `string`):

Reviewer company

## `companySize` (type: `string`):

Employee count band

## `industry` (type: `string`):

Industry vertical

## `datePublished` (type: `string`):

ISO date published

## `url` (type: `string`):

Permalink to review

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("intelscrape/g2-reviews-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("intelscrape/g2-reviews-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call intelscrape/g2-reviews-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,intelscrape/g2-reviews-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/wuvM7VnS0NSP0wxdv/builds/MLywgPsY1dCIcd68Q/openapi.json
