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.
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.
- Open your agent in Agent Studio
- In the Integrations panel, click Add Integration Config
- Select G2 from the integration list
- Give the config a display name (e.g., "G2")
- Enter your API Token
- Save the agent revision
- In an Agent Step, attach G2 tools from the tools panel
- Tools are referenced as
g2.list_products, g2.list_reviews, etc.
| Tool | Description | Action Type |
|---|
list_products | List G2 products, filterable by name, domain, or slug | ReadOnly |
get_product | Get detailed information about a specific product by ID | ReadOnly |
| Tool | Description | Action Type |
|---|
list_reviews | List G2 reviews with optional date filtering | ReadOnly |
get_review | Get a specific review by ID | ReadOnly |
list_product_reviews | List reviews for a specific product | ReadOnly |
| Tool | Description | Action Type |
|---|
list_categories | List G2 software categories | ReadOnly |
get_category | Get details about a specific category by ID | ReadOnly |
| Tool | Description | Action Type |
|---|
list_questions | List G2 questions | ReadOnly |
list_answers | List G2 answers, filterable by product | ReadOnly |
| Tool | Description | Action Type |
|---|
get_company | Get buyer intent data for a specific company | ReadOnly |
list_visitor_events | List visitor event streams for intent tracking | ReadOnly |
search_buyer_intent | Search buyer intent history data | ReadOnly |