G2 Product Reviews Scraper avatar

G2 Product Reviews Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
G2 Product Reviews Scraper

G2 Product Reviews Scraper

Scrape product reviews and customer feedback from G2 for software products using our API wrapper service

Pricing

from $4.99 / 1,000 results

Rating

1.7

(5)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

23

Bookmarked

769

Total users

15

Monthly active users

72 days

Issues response

4 days ago

Last modified

Share

This actor scrapes product reviews from G2 using our API wrapper service to collect customer feedback and ratings for software products.

Features

  • Product Review Collection: Get comprehensive reviews for any software product on G2
  • Detailed Review Data: Access review content, ratings, reviewer information, and metadata
  • Filtering & Sorting: Filter by stars, company size, industry, region, role, keywords; sort by relevance, date, helpfulness, or rating
  • Pagination: Automatically pages through results (10 reviews per page) up to max_reviews
  • API Integration: Uses our secure API wrapper service
  • Error Handling: Comprehensive error handling and logging

Input

Required Parameters

  • product (required): G2 product slug or full product link (e.g. postman, https://www.g2.com/products/postman/reviews)

Optional Parameters

  • max_reviews: Maximum number of reviews to fetch (default: 200, min: 10, max: 100000)
  • sort: default | most-recent | most-helpful | highest-rated | lowest-rated
  • stars: Comma-separated star ratings, e.g. 4,5
  • segment: Company size filter: small-business, mid-market, enterprise (comma-separated)
  • industry: Comma-separated G2 industry ids
  • region: Comma-separated regions, e.g. North America,Europe
  • role: Role names or ids, e.g. Administrator,208
  • keywords: Only reviews mentioning this text

Output

Each review is pushed as an individual dataset item:

{
"id": 13134196,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13134196",
"title": "Intuitive, Script-Free REST API Testing with Powerful Automation",
"content": "What do you like best about Postman?\n...",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "..."
}
],
"rating": 5,
"reviewer": {
"name": "Vijay D.",
"job_title": "Administrator",
"industry": null,
"company_size": "Small-Business (50 or fewer emp.)",
"link": "https://www.g2.com/users/..."
},
"publish_date": "2026-07-21",
"badges": ["Current User", "Validated Reviewer"],
"source": "Organic Review from User Profile",
"video_link": null
}

Examples

Basic

{
"product": "postman",
"max_reviews": 200
}

Filtered

{
"product": "postman",
"max_reviews": 100,
"sort": "most-recent",
"stars": "4,5",
"segment": "enterprise",
"keywords": "api testing"
}

Limitations

  • Maximum 100000 reviews per run
  • Upstream returns 10 reviews per page
  • Results are limited by G2's available data

Support

For technical support or questions about this actor, please contact our support team.