SocialCrawl

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.

EndpointPathCredit Tier
List every G2 category URL/v1/g2/categoriesstandard (1cr)
List products in a G2 category/v1/g2/categoryadvanced (5cr)
Get a G2 product by slug or URL/v1/g2/productadvanced (5cr)
List G2 product URLs/v1/g2/product-indexadvanced (5cr)
Get G2 reviews for a product/v1/g2/reviewsadvanced (5cr)
Get a G2 seller (vendor) profile/v1/g2/selleradvanced (5cr)
List products for a G2 seller/v1/g2/seller/productsadvanced (5cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema