Extract G2.com product reviews in real-time. Filter by star rating (1-5), sort by recency or helpfulness, search within review text. Structured JSON + LLM-ready markdown output for RAG pipelines and sentiment analysis. No login required. Free tier available.
Video reviews (includeVideoReviews, default off): when enabled, video reviews are scraped alongside written reviews. Each video review row carries the reviewer's name, 1–5 star rating, short caption, video thumbnail, link to the video, and a link to the underlying G2 survey response. Cap per product via videoReviewLimit (0 = unlimited). Product URLs only.
type field on every row: written reviews now carry type: "review" and video reviews carry type: "video". Filter the dataset on type when only one row kind is needed.
Faster scrapes overall: the warmup path was rebuilt and runs noticeably quicker on large products, especially when running many limits ≥ 500.
2026-05-19
Compatible with the newest G2 update: review collection adapted to G2's latest site changes for reliable results across product and seller pages
sortOrder options streamlined to most_recent, lowest_rated, highest_rated (older values are still accepted and default to most_recent)
2026-03-10
Added seller page support: scrape reviews from /sellers/{vendor-name} URLs, which aggregate reviews across all products under a vendor
Each seller review includes productName, productSlug, and sellerSlug fields