ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

G2 Software Reviews

G2 Product API

Pull a full G2 software profile by product id or slug: rating with its per-star histogram, vendor, pricing editions with parsed amounts, feature groups, categories, supported languages, integrations, alternatives, head-to-head comparisons, media, community discussions and G2's AI-derived pros and cons. The profile carries no review text at all — G2 loads review bodies in a separate frame, so call the G2 Reviews endpoint for those. Costs 5 credits per request.

POST/api/v1/g2/product

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
product_idstring

The G2 product slug ("notion") or the numeric G2 id ("82623") as a string, 1-200 characters. Both resolve on the same upstream path. Every row from the G2 Search endpoint carries both. Required unless you pass url.

Example: zoho-crm

urlstring

A full g2.com product URL, as an alternative to product_id (1-1000 characters). Required unless you pass product_id.

Example: https://www.g2.com/products/zoho-crm/reviews

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")
product = client.g2.product(product_id="zoho-crm")
print(product["data"]["rating"], product["data"]["review_count"])
for tier in product["data"]["pricing"]["tiers"]:
    print(tier["name"], tier["price"], tier["unit"])

Response

"product_id": "576",
"product_uuid": "0ed7acff-5373-4944-99dd-39709e315aee",
"slug": "zoho-crm",
"name": "Zoho CRM",
"url": "https://www.g2.com/products/zoho-crm/reviews",
"product_type": "Software",
"description": "Zoho CRM is a cloud-based 360° customer relationship management tool that caters to business needs of mid-scale businesses to large-scale enterprises. Key features include contact management, sales funnels, pipeline management, workflow automation, AI-powered conversational assistant, task management, managing marketing campaigns, sales forecasting, customer support & service, inventory management, reporting & analytics, and seamlessly integrating with 500+ popular business apps in a single business system.",
"website": "https://www.zoho.com/crm/signup.html?plan=enterprise",
"logo": "https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_d9d3ff178178a1f790a9d6114e104471/zoho-crm.png",
"rating": 4.1,
"rating_scale": 5,
"review_count": 2947,
"solution_type": "All-in-One",
"overview_by": "Manojkumar Sekar",
"reviews_url": "https://www.g2.com/products/zoho-crm/reviews",
"discussions_url": "https://www.g2.com/products/zoho-crm/discuss"
},
"response_time": 9072,
"credits_used": 5,
"credits_remaining": 4815
}
PreviousG2 SearchNextG2 Reviews
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy