FruxonDocs

G2

Access G2 product reviews, ratings, categories, and buyer intent data

The G2 integration connects your agents to the G2 API for accessing software product reviews, ratings, categories, Q&A, and buyer intent data.

Prerequisites

You need:

  • G2 API Token — Requires a G2 paid plan with API access enabled. Generate a token from your G2 integrations page under the API Tokens tab. See the G2 API documentation for details. Contact your G2 Account Executive if API access is not available on your plan.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select G2 from the integration list
  4. Give the config a display name (e.g., "G2")
  5. Enter your API Token
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach G2 tools from the tools panel
  2. Tools are referenced as g2.list_products, g2.list_reviews, etc.

Available Tools

Products

ToolDescriptionAction Type
list_productsList G2 products, filterable by name, domain, or slugReadOnly
get_productGet detailed information about a specific product by IDReadOnly

Reviews

ToolDescriptionAction Type
list_reviewsList G2 reviews with optional date filteringReadOnly
get_reviewGet a specific review by IDReadOnly
list_product_reviewsList reviews for a specific productReadOnly

Categories

ToolDescriptionAction Type
list_categoriesList G2 software categoriesReadOnly
get_categoryGet details about a specific category by IDReadOnly

Questions & Answers

ToolDescriptionAction Type
list_questionsList G2 questionsReadOnly
list_answersList G2 answers, filterable by productReadOnly

Buyer Intent

ToolDescriptionAction Type
get_companyGet buyer intent data for a specific companyReadOnly
list_visitor_eventsList visitor event streams for intent trackingReadOnly
search_buyer_intentSearch buyer intent history dataReadOnly

On this page