G2 Product Info
Retrieve comprehensive product data from G2, including ratings, reviews, pricing plans, company info, and social media metrics.
Status: Degraded
Credit cost: 2 credits per call
Authentification
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Paramètres de requête
query*string
A product name or G2 product URL to look up.
Examples:
https://www.g2.com/products/postmanBoth the product slug and the full G2 product page URL are accepted.
nps_score?number
Filter reviews by NPS score (1–5).
1: 1-star reviews only3: 3-star reviews only5: 5-star reviews only
Note: By default, all reviews are returned regardless of NPS score. Use this parameter to target specific sentiment segments.
Corps de la réponse
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v2/g2/product/info?query=string"{ "rating": 4.6, "reviews": [ { "reviewer": { "reviewer_industry": "Small-Business", "reviewer_company_size": "50 or fewer emp." }, "review_id": 9104210, "publish_date": "Jan 11, 2024", "review_title": "A great product but terrible customer service", "review_rating": 0 } ], "what_is": "Postman is the world's leading API platform, used by more than 30 million developers and 500,000 organizations worldwide for building and managing APIs.", "category": "API Platforms", "seller_name": "Postman", "twitter_url": "https://x.com/getpostman", "linkedin_url": "https://www.linkedin.com/company/3795851/", "product_logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_fd527e1fc777d9e31b2a28e8d3c959a4/postman.jpg", "product_name": "Postman", "product_type": "Software", "pricing_plans": [ { "name": "Free Plan", "price": "Free" }, { "name": "Basic Plan", "price": "14.00" }, { "name": "Professional Plan", "price": "29.00" }, { "name": "Enterprise Plan", "price": "49.00" } ], "reviews_count": 1219, "company_location": "San Francisco, CA", "discussions_count": 17, "star_distribution": { "1": 5, "2": 0, "3": 11, "4": 194, "5": 1009 }, "product_description": "Postman enables teams to efficiently collaborate at every stage of the API lifecycle while prioritizing quality, performance, and security.", "company_year_founded": "2014", "twitter_followers_count": 53051, "linkedin_employees_count": 2654}{ "error": "Bad Request"}{ "error": "Invalid API Key"}{ "error": "Payment required"}{ "error": "Rate limit exceeded for the API key: quota monthly"}{ "error": "Internal Error"}