Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$3.5 / 1k reviews
Extract G2.com product reviews with star ratings, review text, and reviewer details from a product URL
Endpoint
POST /api/v1/agents/g2/reviews/run
Parameters
Text · G2 product or seller page URL. Products: https://www.g2.com/products/notion/reviews — Sellers: https://www.g2.com/sellers/planet-dds (aggregates reviews across all vendor products)
Number · Reviews to scrape (max 100,000). Use 0 for all.
Dropdown · Sort order for reviews.Options:
most_recent, most_helpful, lowest_rated, highest_ratedLegend: most_recent = Most Recent, most_helpful = Most Helpful, lowest_rated = Lowest Rated, highest_rated = Highest RatedMulti-select · Filter to reviews with these ratings. Leave empty for all.Options:
1, 2, 3, 4, 5Legend: 1 = 1 Star, 2 = 2 Stars, 3 = 3 Stars, 4 = 4 Stars, 5 = 5 StarsText · A single keyword phrase — only reviews containing all these words. Works only for product URLs.
Response columns
| Field | Display name | Type |
|---|---|---|
product | Product | text |
productSlug | Product Slug | text |
reviewTitle | Review Title | text |
reviewText | Review Text | text |
reviewMarkdown | Review (Markdown) | text |
rating | Rating | rating |
posted | Posted | text |
source | Source | text |
reviewer | Reviewer | text |
reviewerTitle | Reviewer Title | text |
reviewerInfo | Reviewer Info | text |
reviewerInitials | Reviewer Initials | text |
incentivized | Incentivized | boolean |
validated | Validated | boolean |
verifiedCurrentUser | Verified Current User | boolean |
reviewerAvatar | Reviewer Avatar | url |
Example
Example response
Response