G2 Scraper APı
Real-time G2 data API — get software product profiles and read detailed user reviews. All data is scraped directly from G2 and returned as clean, structured JSON. 2 endpoints: - Get Product — Full software product profile by slug (e.g. "slack", "notion", "salesforce-crm"): product name, description, overall star rating, total review count, category list, and product page URL. - Get Reviews —…
G2 Scraper APı endpoints
| Method | Endpoint | Description |
|---|---|---|
| Product | ||
| GET |
getProduct /g2/product |
Get detailed product information from G2 including name, description, aggregate rating, review count, and categories. You can pass a product slug (e.g. 'slack') or a full G2 URL… |
| Reviews | ||
| GET |
getReviews /g2/reviews |
Get paginated user reviews for a software product on G2. Each review includes a star rating, title, pros, cons, author info, and date. Use the `page` parameter to paginate… |
G2 Scraper APı pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|