# G2 Seller API (https://www.socialcrawl.dev/platforms/g2/seller) > Returns one G2 seller: name, description, aggregate rating, review count, headquarters, year founded, website, and a page of the product portfolio. Product and review teasers paginate independently via products_page and reviews_page. For the full product list without the profile chrome, call GET /v1/g2/seller/products. TL;DR: `GET /v1/g2/seller` 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 seller slug or full G2 seller URL. Slug example: hubspot. URL example: https://www.g2.com/sellers/hubspot. | | `url` | no | G2 seller slug or full G2 seller URL. Slug example: hubspot. URL example: https://www.g2.com/sellers/hubspot. | | `handle` | no | G2 seller slug or full G2 seller URL. Slug example: hubspot. URL example: https://www.g2.com/sellers/hubspot. | | `products_page` | no | Page of the seller product portfolio, 9 products per page. | | `reviews_page` | no | Page of cross-product review teasers, 3 per page, capped at 10. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/g2/seller" \ -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