Fetch reviews for a G2 product from its Reviews page: reviewer name, role, rating, date, title, and the like/dislike/problems-solved answer sections. No login required.
Input
product_slugrequired
G2 product URL slug, e.g. "slack" (from g2.com/products/<slug>/reviews)
Output
reviewsrequired
product_slugrequired
FAQ
Fetch reviews for a G2 product from its Reviews page: reviewer name, role, rating, date, title, and the like/dislike/problems-solved answer sections. No login required.
Required: product_slug.
It returns reviews, product_slug.
No. It only uses pages of g2.com that are reachable without signing in.
It only reads. It looks things up on g2.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/g2.com/get_product_reviews, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/g2.com/get_product_reviews
It is part of Reduck's official curated catalogue.