G2 Review Scraper avatar

G2 Review Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
G2 Review Scraper

G2 Review Scraper

Scrapes software reviews from G2.com for one or more products, capturing ratings, review dates, reviewer roles, industries, company sizes, pros, cons, problems solved, review text, and review URLs for market research and competitive analysis.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Collects customer reviews for software products listed on G2.com. Give it one or more G2 products and you get one flat record per review: the headline, the star rating, when it was written, who wrote it (role, industry, company size), and the three structured answers G2 asks every reviewer — what they like best, what they dislike, and what problems the product solves for them.

Input

FieldDefaultDescription
products["slack"]G2 products to collect reviews for. Each entry is a product slug (e.g. slack, hubspot-sales-hub) or a full G2 product URL.
max_results25Maximum review records to return in total across all products (1–1000).
min_rating0Keep only reviews rated at or above this number of stars. 0 keeps every review.
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one review:

{
"product_slug": "slack",
"product_name": "Slack",
"product_url": "https://www.g2.com/products/slack/reviews",
"review_id": "13345902",
"review_url": "https://www.g2.com/products/slack/reviews/slack-review-13345902",
"review_title": "Time-Saving Huddles and Integrations, But Notification Noise Takes Tuning",
"rating": 3.5,
"submitted_at": "2026-08-22T16:21:43+00:00",
"reviewer_name": "Verified User",
"reviewer_role": "User",
"reviewer_industry": "Information Technology and Services",
"company_size": "501-1,000 employees",
"pros": "What i love about slack is how it saves time with quick huddles, canvas, lists. Automated channels integrated with different tools are the most helpful.",
"cons": "Nothing much, just channel noise is real. Have to constantly tune notifications.",
"problems_solved": "Slack AI's recap feature on our biggest channel is decent for catching up without reading 300 messages.",
"review_text": "What i love about slack is how it saves time with quick huddles...",
"raw": { ... }
}

Notes

  • Runs with empty input (defaults to the latest Slack reviews).
  • Enable a US-based proxy for the most reliable results.
  • Add several products to products to build a comparison set in a single run.
  • Intended for market research and competitive analysis; please respect G2's terms of service.