# G2 Product Index API (https://www.socialcrawl.dev/platforms/g2/product-index) > Returns G2 product review-page URLs, 100 per page, each with the product slug as id. Use a slug with GET /v1/g2/product or GET /v1/g2/reviews. The upstream sends the full catalogue in one call; this endpoint pages it so the response stays small. Prefer the universal cursor parameter. TL;DR: `GET /v1/g2/product-index` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `page` | no | Page number, starting at 1. Prefer the universal cursor parameter. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/g2/product-index" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full G2 API: https://www.socialcrawl.dev/platforms/g2 ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing