G2 Products Scraper avatar

G2 Products Scraper

Pricing

from $2.81 / 1,000 results

Go to Apify Store
G2 Products Scraper

G2 Products Scraper

Scrapes G2 product listings from category pages, search results, or direct URLs. Returns each product as a flat row with name, vendor, rating, review count, and category.

Pricing

from $2.81 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

ParseForge

G2 Products Scraper

Scrape G2 product listings from any category, search, or URL, up to 100,000 per run. Every product comes with its name, vendor, rating, review count, and category. No login or API key. Export to CSV, JSON, Excel, or XML.

G2's official API needs a partner agreement, OAuth, and rate-limits you. This reads the public product pages directly, filtered by category, search term, or URL, and returns each match in one fixed schema. It is the fastest way to build a dataset of software products for market analysis, competitive research, or lead generation.

Who uses itWhat they scrape G2 for
Market researchersWhich software categories are growing fastest this quarter
Sales teamsA list of vendors in a niche with their ratings and review counts
Product managersHow competitors position their products and what features they highlight
InvestorsA snapshot of the competitive landscape in a software segment

What it does

This Actor collects G2 product listings by category, search query, or direct URL, and returns each one as a flat row.

  • 🔍 Category and search scraping: start from any G2 category page or search results URL.
  • 📄 Direct URL scraping: paste a single product page URL to extract its details.
  • ⚙️ Max items control: set a hard limit on the number of products returned per run.
  • 📦 Flat row output: every product is one row, ready for CSV, JSON, Excel, or XML export.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with G2 data

📊 Build a software market map.

A market researcher scrapes all products in a category like 'Project Management' and compares vendor counts, average ratings, and review volumes to size the market.

🎯 Generate a sales lead list.

A sales team scrapes a search for 'payroll software for small business' and gets a list of vendors with their G2 ratings and review counts to prioritize outreach.

🧭 Track competitor positioning.

A product manager scrapes a competitor's product page and the category it appears in to see how it is described and which features reviewers mention.

📈 Monitor category trends.

An analyst schedules a weekly scrape of a fast-moving category like 'AI writing assistants' and watches new entrants and rating changes over time.

Why choose this scraper

What you get
No API keyScrape public G2 pages without registration or OAuth
One fixed schemaEvery product row has the same fields, so you can merge runs
Export anywhereCSV, JSON, Excel, or XML, directly from Apify
Runs on ApifySchedule it, monitor it, and scale it with zero infrastructure

How it compares

No other Store actor targets G2 the same way, so the honest comparison is with the alternatives teams actually weigh.

G2 Products ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When G2 changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor from a category page, a search URL, or a direct product URL, and set a maximum number of items to keep runs predictable. The Input tab lists every parameter.

A first run with the defaults:

{
"startUrl": "https://www.g2.com/products"
}

A larger pull:

{
"startUrl": "https://www.g2.com/products",
"maxItems": 200
}

Pricing

Pay-per-result: $0.00311 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.31
1,000 results$3.11
10,000 results$31.10

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the G2 Products Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to G2 through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/g2-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that the start URL is a valid G2 category, search, or product page. If you used a search URL, make sure the query returns results on G2 itself. Also try increasing the max items value.

Why did the run stop before reaching my max items?

The Actor stops when it has scraped all products available on the page or pages it can access. If the category has fewer products than your max items, you will get fewer rows.

Why are some product fields empty?

Not every G2 product page shows the same information. Some vendors may not have a rating or review count yet, so those fields will be empty in the output.

Why did I get a timeout or error?

G2 may rate-limit aggressive scraping. Try reducing the max items, running during off-peak hours, or adding a delay between requests if you are using a custom version.

FAQ

QuestionAnswer
What data does this scraper return for each product?Each product row includes the product name, vendor name, G2 rating, number of reviews, and the category it belongs to. The exact fields are shown in the sample output below.
Can I scrape a specific G2 category?Yes. Paste the category URL, for example https://www.g2.com/categories/project-management, into the start URL field and the Actor will scrape all products listed there.
Can I scrape G2 search results?Yes. Use a search URL like https://www.g2.com/search?query=payroll and the Actor will return the products that appear in those results.
Can I scrape a single product page?Yes. Paste the direct product URL and the Actor will return that product as one row in the dataset.
How many products can I scrape in one run?You can set the maximum items field to any number. The default is 100, but you can raise it to scrape thousands of products in a single run.
Do I need a G2 account or API key?No. The Actor reads the public G2 website, so no login, API key, or registration is required.
Is this legal?You should only scrape public data that you are allowed to access. Check G2's terms of service and your local laws before scraping at scale.
Can I schedule this scraper to run automatically?Yes. Use Apify's scheduler to run it daily, weekly, or on any cron schedule, and get notified when new data is ready.
What formats can I export the data to?You can export to CSV, JSON, Excel, or XML directly from the Apify dataset, or use the API to pull the data into your own system.
Does this scraper get product reviews too?No, this Actor focuses on product listings. If you need reviews, look for a dedicated G2 reviews scraper on Apify Store.

Browse the full ParseForge collection for more scrapers.

🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by G2.com, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.