# G2 Product API (https://www.socialcrawl.dev/platforms/g2/product) > Returns one G2 software product: name, description, star rating, review count, categories, seller, pricing plans, feature list, alternatives, comparisons, and media. Pass the G2 slug (postman) or the full G2 product URL. Contact enrichment of the product's own website is off by default; set website_contacts_crawl_mode to homepage or deep to include it. For written reviews call GET /v1/g2/reviews with the same id. TL;DR: `GET /v1/g2/product` 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 | | --- | --- | --- | | `id` | no | G2 product slug or full G2 product URL. Slug example: postman. URL example: https://www.g2.com/products/postman/reviews. | | `url` | no | G2 product slug or full G2 product URL. Slug example: postman. URL example: https://www.g2.com/products/postman/reviews. | | `website_contacts_crawl_mode` | no | How far to crawl the product website for emails, phones, and social profiles. Default off. homepage scans the homepage only. deep also crawls contact, about, careers, and blog pages. (off \| homepage \| deep) | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/g2/product" \ -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