G2
Fetch G2 products, reviews, analytics, discussions, and valid review-facet values.
Available Tools
| Endpoint | Path | Credits |
|---|---|---|
| Analytics | /api/v1/tools/g2/analytics | 1 |
| Products | /api/v1/tools/g2/products | 1 |
| Discussions | /api/v1/tools/g2/discussions | 1 |
| Reviews | /api/v1/tools/g2/reviews | 1 |
| Facet Values | /api/v1/tools/g2/facets | 1 |
Authentication
All tool endpoints use the same Authorization header as the scrape API:
Authorization: Bearer sc_live_your_key_here
Response Format
Every tool returns a consistent envelope with data and meta fields:
{
"data": { ... },
"meta": {
"tool": "g2-reviews",
"creditsUsed": 1,
"requestId": "req_abc123"
}
}
Credit cost and request ID are also returned in response headers: X-Request-Cost, X-Remaining-Credits, X-Request-Id.