g2-scraping-api
## G2 Scraping API Access real-time G2 product data through 8 powerful endpoints. Extract ratings, reviews, features, pricing, alternatives, and browse categories — all from a single API. ### Endpoints - **Product Details** — Name, rating (5-star scale), review count, star distribution, categories - **Reviews** — Real review text snippets with pros, cons, and sentiment - **Features** — Complete…
g2-scraping-api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Product | ||
| GET |
getProduct /g2/product |
Returns name, overall rating (5-star scale), total review count, star distribution, G2 categories, and description for a G2 product. Primary source is G2's public… |
| Reviews | ||
| GET |
getReviews /g2/reviews |
Returns review text snippets for a G2 product extracted from two SERP sources: 1. Product reviews page (`site:g2.com/products/{slug}/reviews`) 2. Structured review snippets… |
| Features | ||
| GET |
getFeatures /g2/features |
Returns the list of features for a G2 product, extracted from the `g2.com/products/{slug}/features` SERP results. Features are parsed from SERP snippets and deduplicated. Results… |
| Pricing | ||
| GET |
getPricing /g2/pricing |
Returns pricing tiers and plan details for a G2 product, extracted from the `g2.com/products/{slug}/pricing` SERP results. Includes structured tier/price pairs parsed from… |
| Alternatives | ||
| GET |
getAlternatives /g2/alternatives |
Returns competitor products found on G2's compare pages (`g2.com/compare/{slug}-vs-*`). Each result includes the competitor's G2 slug, display name, profile URL, and a direct… |
| Search | ||
| GET |
searchProducts /g2/search |
Searches G2 for software products matching a keyword query, optionally filtered by category. Results include product name, slug, rating (when available in snippets), short… |
| Category | ||
| GET |
getCategory /g2/category |
Returns products listed under a specific G2 category, identified by its URL slug (e.g. `team-collaboration`, `crm`, `project-management`). Use G2's category URL to find the slug:… |
| Health | ||
| GET |
getHealth /health |
Returns API status and version. No authentication required. |
g2-scraping-api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | — |
|
| ULTRA Recommended | $39.99 / month | — |
|
| MEGA | $149.99 / month | — |
|