See llms.txt for all machine-readable content.
No ScrapingBee or Bright Data account and no AI model. This template pulls G2 reviews every week for the products you list and appends one row each to Google Sheets: the pros and cons in the reviewer's own words, their role, company size, and a link to each review.
maxReviewsPerProduct to control cost and volume.How do I monitor my competitors' G2 reviews? Put their G2 product URLs in one Set node and let the weekly schedule run. Each run pulls the latest reviews for every product on the list and appends them to your sheet, so you build a competitive history rather than checking a page when someone remembers to.
What do I actually do with the data? Read the Cons column. Those are the objections a prospect will bring to your next sales call, written by people who already bought the alternative, in their own words rather than a survey's. Sorting the Cons column by product is the fastest battlecard you will ever build.
Do I need a ScrapingBee or Bright Data account? No. The other competitor review monitoring workflows in this library sit behind a scraping vendor, and most add an OpenAI key on top for summarizing. This one needs a single free Apify credential and no language model, so nothing is paraphrased and there is no per-token cost.
Is the star rating on every review? No, and this is worth knowing before you build a chart on it. G2 does not attach a visible star rating to every review it publishes. In testing about 40 percent of rows carried one, so treat a blank Rating as unrated rather than as zero. The pros and cons text, the date, the reviewer's role, and the review link are present on every row, which is why the template leads with the words rather than the score.
Will I get the same review twice? Yes, if it is still among the most recent when the next run fires. Every row carries a Review ID, so de-duplicate on that column when you chart or pivot. Appending rather than overwriting is deliberate: it means you can see when a review was first collected.
What does it cost? The template is free. A review costs about four tenths of a cent, so three products at 25 reviews each is roughly 30 cents a week.
Self-hosting n8n? There is also a dedicated community node, n8n-nodes-g2-reviews-api on npm.
About Apify. G2 Reviews API runs on Apify, a platform of ready-made scrapers and APIs for sources that have no usable public API. Actors are pay per use with no subscription, and they run in the cloud, so nothing runs on your machine and nothing breaks when the source changes its markup.
New to Apify? You can set up a free account and get the API token this template needs in a couple of minutes.