VOOZH about

URL: https://apify.com/bovi/g2-scraper

⇱ G2 Software Reviews Scraper β€” Ratings, Pros & Cons Β· Apify


πŸ‘ G2 Software Reviews Scraper β€” Ratings, Pros/Cons & Confidence avatar

G2 Software Reviews Scraper β€” Ratings, Pros/Cons & Confidence

Pricing

from $3.87 / 1,000 review items

Go to Apify Store

G2 Software Reviews Scraper β€” Ratings, Pros/Cons & Confidence

Scrape G2.com software reviews for any product. Full fields per review: star rating, title, review body, pros, cons, reviewer role, company size and date. Resilient structural parser keyed on schema.org review microdata β€” survives CSS churn. parse_confidence per record for drift detection.

Pricing

from $3.87 / 1,000 review items

Rating

0.0

(0)

Developer

πŸ‘ Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

G2 Software Reviews Scraper

Scrape software reviews from G2.com β€” the leading B2B software review platform. Extract structured review data including ratings, pros/cons, reviewer role, and company size.

What you get

FieldDescription
product_nameG2 product display name
product_slugURL slug (e.g. notion, hubspot-marketing-hub)
review_idUnique G2 review ID
ratingStar rating (1–5)
titleReview headline
textFull review body
reviewer_nameReviewer display name
reviewer_roleJob title (B2B-critical field for buyer intent analysis)
company_sizeCompany size bracket (e.g. 51-100, 201-500)
prosPros text (G2 signature structured field)
consCons text (G2 signature structured field)
review_dateISO 8601 publish date
urlDirect link to review on G2
parse_confidencePer-record parse quality (0.0–1.0) for drift detection
warningsMachine-readable warning codes

Use cases

  • Competitive intelligence β€” monitor competitor reviews; track sentiment changes over time
  • CRM enrichment β€” identify leads by role/company size from verified buyer reviews
  • Product research β€” extract structured pros/cons for feature analysis
  • Market research β€” aggregate review sentiment across software categories
  • Sales enablement β€” understand objections (cons) at scale

Proxy requirement

⚠️ Residential proxy required. G2 blocks datacenter IPs with HTTP 403. Configure Apify Residential proxy in the input. Without a proxy, all runs will fail.

This is the same requirement as other review platforms (Trustpilot, Booking.com). The buyer pays proxy costs as part of their Apify actor usage budget.

Input

{
"productSlugs":["notion","hubspot-marketing-hub"],
"maxReviews":100,
"sort":"most_helpful",
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"]
}
}

Finding the product slug

The slug is the last part of any G2 product URL:

  • https://www.g2.com/products/notion/reviews β†’ slug is notion
  • https://www.g2.com/products/hubspot-marketing-hub/reviews β†’ slug is hubspot-marketing-hub
  • https://www.g2.com/products/salesforce/reviews β†’ slug is salesforce

Sort options

ValueDescription
most_helpfulHighest-quality reviews (default, best for analysis)
most_recentNewest reviews first (best for monitoring)
highest_rated5-star reviews first
lowest_rated1-star reviews first (surface pain points)

Output example

{
"product_name":"Notion",
"product_slug":"notion",
"product_url":"https://www.g2.com/products/notion/reviews",
"review_id":"abc-review-123",
"rating":5,
"title":"Best collaboration tool we have used",
"text":"We switched from Confluence and never looked back...",
"reviewer_name":"Sarah M.",
"reviewer_role":"Product Manager",
"company_size":"51-100",
"pros":"Extremely flexible, great templates, excellent for documentation",
"cons":"Can be slow with large databases, search could be better",
"review_date":"2024-03-15T10:00:00.000Z",
"url":"https://www.g2.com/reviews/abc-review-123",
"parse_confidence":1.0,
"warnings":[]
}

Parse confidence

Every record includes parse_confidence (0.0–1.0). This is our reliability edge:

  • 1.0 β€” all core fields extracted successfully
  • 0.7–0.99 β€” some optional fields missing (normal)
  • < 0.5 β€” structural issue (G2 schema change) β€” check warnings

Use parse_confidence < 0.8 as a filter for high-quality data, or to detect if G2 changed their page structure.

Pricing

Pay-per-result (PPE): $2.00 per 1,000 reviews.

G2 shows 20 reviews per page, so a 100-review run = 5 page fetches.

Technical notes

  • Parser approach: Extracts __NEXT_DATA__ JSON embedded in G2's Next.js HTML β€” not fragile CSS class scraping
  • Pagination: Uses G2's /_next/data/ JSON API for pages 2+ (no HTML parsing overhead)
  • Rate limiting: 3-second delay between pages; automatic retry on transient blocks
  • Schema stability: JSON key paths are more stable than CSS class names across G2 UI updates

Limitations

  1. Residential proxy required β€” datacenter IPs are blocked
  2. 20 reviews per page β€” 10,000 reviews = 500 proxy requests
  3. Not affiliated with G2 β€” this actor scrapes public review data from G2.com

Integrations

Built for B2B marketers and product teams mining competitor reviews, ratings, and buyer-persona signals on G2 β€” the JSON/dataset output drops into the tools you already run, no glue code:

  • n8n / Make / Zapier β€” trigger a run or pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your database) with no code: n8n, Make, Zapier.
  • Webhooks β€” fire your own endpoint the moment a run finishes, to push results straight into your pipeline (docs).
  • MCP server β€” expose this actor as a tool to Claude, Cursor, or any MCP client so an AI agent can pull this data mid-conversation (guide).
  • API & SDKs β€” fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all Apify integrations.

Disclaimer

This actor scrapes publicly available data from G2.com. Use in compliance with G2's Terms of Service and applicable data protection laws.

You might also like

G2 Software Reviews Scraper - Ratings, Pros, Cons & Pricing

thirdwatch/g2-software-reviews-scraper

Scrape G2.com software reviews: product ratings, review counts, pricing, features, pros/cons summaries. Browse by category or scrape specific product pages.

G2 Reviews Scraper β€” Software Reviews, Ratings & Comparisons

junipr/g2-reviews-scraper

Scrape G2.com software reviews and product data. Extract review text, ratings, pros/cons, company size, industry, and reviewer info. Compare products and track competitor ratings.

TrustRadius Reviews Scraper β€” Ratings, Pros, Cons & Dates

bovi/trustradius-reviews

Scrape TrustRadius B2B software reviews: star rating, full review text, pros, cons, reviewer role, company size, and ISO date. Resilient structural parser; residential access handles the protected target. Only populated reviews are billed β€” pay per review.

πŸ‘ User avatar

Vitalii Bondarev

3

G2 Reviews Scraper β€” Ratings, Pros & Cons

khadinakbar/g2-product-reviews-scraper

Scrape G2 product reviews and metadata: star ratings, written reviews, pros, cons, sub-ratings, and reviewer firmographics. Paste a product URL or search by name. MCP-ready.

G2 & Capterra Review Scraper

taroyamada/g2-capterra-review-intelligence

Scrape B2B software reviews, pros and cons, ratings, and reviewer metadata from G2 and Capterra pages for SaaS competitor research.

G2 Reviews Scraper

silentflow/g2-review-intelligence

Scrape G2.com reviews at scale with no compute costs. Get 35 fields per review: star ratings, NPS scores, dimension ratings, reviewer company size, industry and country, pros, cons, switching signals, and LLM-ready markdown. Search by product URL, name, or seller.