G2 Software Reviews & Ratings Scraper avatar
G2 Software Reviews & Ratings Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
G2 Software Reviews & Ratings Scraper

G2 Software Reviews & Ratings Scraper

Scrape G2.com for B2B software product reviews, ratings, comparisons, and competitive intelligence. Essential for SaaS marketing and software market research.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

9

Monthly active users

7 hours ago

Last modified

Share

Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


Scrape G2.com for B2B software product reviews, ratings, G2 Grid positions, and competitive intelligence. Extract satisfaction scores, market presence data, company size breakdowns, and alternative product recommendations. Essential for SaaS marketing and software market research. Built by John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).

Features

  • Product Profile Scraping: Complete software product profiles
  • Category Search: Find top products in any G2 category
  • Review Extraction: User reviews with ratings and sentiment
  • Alternative Products: Competitor analysis data
  • Pricing Information: Available pricing tiers
  • G2 Grid Position: Leader, High Performer, Contender, Niche

Quick Start

{
"url": "https://example.com",
"maxResults": 100
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeDescription
scrapeTypestringType: product_profile, category_search, reviews, alternatives, compare
productUrlstringDirect G2 product page URL
productNamestringSoftware product name to search
categorystringG2 category (CRM Software, Marketing Automation, etc.)
minRatingnumberMinimum rating (1.0-5.0)
companySizestringFilter by company size (small_business, mid_market, enterprise)
includeReviewsbooleanScrape user reviews (default: true)
maxReviewsPerProductnumberMax reviews per product (default: 25)
includeAlternativesbooleanInclude competitor products
includePricingbooleanInclude pricing info (default: true)
maxResultsnumberMaximum products (default: 50)
proxyConfigurationobjectProxy settings
demoModebooleanReturn sample data for testing

Output Format

Product Output

{
"productName": "HubSpot CRM",
"g2Url": "https://www.g2.com/products/hubspot-crm/reviews",
"vendor": "HubSpot",
"category": "CRM Software",
"subcategories": ["Marketing Automation", "Sales Enablement"],
"rating": 4.4,
"reviewCount": 10854,
"satisfactionScore": 92,
"gridPosition": "Leader",
"marketPresence": 98,
"description": "HubSpot CRM is a free customer relationship management platform...",
"features": ["Contact Management", "Pipeline Management", "Email Tracking"],
"pricing": {
"hasFreeVersion": true,
"startingPrice": 0,
"pricingModel": "Freemium",
"pricingTiers": ["Free", "Starter $50/mo", "Professional $500/mo", "Enterprise $1200/mo"]
},
"companySizeBreakdown": {
"smallBusiness": 45,
"midMarket": 35,
"enterprise": 20
},
"alternatives": ["Salesforce", "Zoho CRM", "Pipedrive"],
"reviews": [
{
"reviewId": "g2-12345",
"rating": 5,
"title": "Best CRM for growing teams",
"pros": "Easy to use, great integrations, free version is generous",
"cons": "Can get expensive at scale",
"reviewerRole": "Marketing Manager",
"companySize": "51-200 employees",
"industry": "Technology",
"date": "November 2024",
"verified": true
}
],
"scrapedAt": "2024-12-21T10:30:00.000Z"
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

EventDescriptionPrice
apify-actor-startBase cost per run$0.10
product_scrapedPer product profile scraped$0.08
review_scrapedPer review extracted$0.005

Example costs:

  • 50 products with 25 reviews each: $0.10 + (50 × $0.08) + (1250 × $0.005) = $10.35
  • 100 products, no reviews: $0.10 + (100 × $0.08) = $8.10

Use Cases

  • Competitive Intelligence: Track competitor ratings and reviews
  • Market Research: Analyze software category trends
  • Product Marketing: Monitor your G2 presence
  • Lead Generation: Identify companies using competitor software
  • Sales Enablement: Build competitor battle cards
  • Investment Research: Evaluate SaaS companies

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal