G2
Extract data from G2
Extract data from G2.
Base URL: /v1/g2/...
Getting Started
1. Fetch a profile
curl "https://www.socialcrawl.dev/v1/g2/seller" \
-H "x-api-key: YOUR_API_KEY"3. Read computed fields
When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
Endpoints
7 endpoints available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| List every G2 category URL | /v1/g2/categories | standard (1cr) |
| List products in a G2 category | /v1/g2/category | advanced (5cr) |
| Get a G2 product by slug or URL | /v1/g2/product | advanced (5cr) |
| List G2 product URLs | /v1/g2/product-index | advanced (5cr) |
| Get G2 reviews for a product | /v1/g2/reviews | advanced (5cr) |
| Get a G2 seller (vendor) profile | /v1/g2/seller | advanced (5cr) |
| List products for a G2 seller | /v1/g2/seller/products | advanced (5cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
