Scrape G2 product details, reviews, pricing, and ratings — plus every product's website, emails, phones, and social profiles. Clean JSON, no blocks, no proxies.
G2 Scraper turns any G2 product page into clean JSON without the headache of blocks or managing proxies. Feed it a product slug or URL and get 40+ fields including G2 product details, reviews, pricing, and ratings.
Every product also comes with its website and the contacts found on it — emails, phone numbers, social profiles, and the technologies it runs — extracted by our open-source Website Email Contact Scraper. And since only ~2% of G2 products list a website on their profile, we use AI to find it for the rest (likely_product_website).
For reviews, G2 itself stops serving them after page 10 — when you paginate past that, we automatically combine multiple filters behind the scenes to keep the reviews coming, giving you more reviews than G2 provides on its own.
- Rated Excellent — 4.6 based on 25 reviews on Trustpilot. Our open source work is sponsored by 1000+ devs on GitHub.
The same scraper is also available on Apify and RapidAPI:
One request to the G2 products API:
GET https://g2-scraper.omkar.cloud/g2/products?product=postman
{
"product_id": 20238,
"product_name": "Postman",
"rating": 4.6,
"reviews": 1800,
"product_website": null,
"likely_product_website": "https://www.postman.com",
"website_contacts": {
"domain": "www.postman.com",
"emails": [
{
"value": "info@postman.com",
"sources": ["https://www.postman.com/company/contact-us/"],
"is_likely_official": true
},
{
"value": "help@postman.com",
"sources": ["https://www.postman.com/company/contact-sales/"],
"is_likely_official": false
}
],
"phones": [
{
"value": "+18886161665",
"sources": ["https://www.postman.com/company/contact-sales/"],
"is_likely_official": true
}
],
"linkedins": [
{ "value": "https://www.linkedin.com/company/postman-platform", "is_likely_official": true }
],
"twitters": [
{ "value": "https://x.com/getpostman", "is_likely_official": true }
],
"instagrams": [
{ "value": "https://www.instagram.com/getpostman", "is_likely_official": true }
],
"discords": [
{ "value": "https://discord.gg/58aNNsRBGR", "is_likely_official": true }
],
"githubs": [
{ "value": "https://github.com/postmanlabs", "is_likely_official": true }
],
"technologies": [
{ "name": "Amazon Web Services", "categories": ["PaaS"] },
{ "name": "Cloudflare", "categories": ["CDN"] }
]
},
"g2_link": "https://www.g2.com/products/postman/reviews",
"seller": "Postman",
"what_is": "Postman is the world's leading API platform, used by more than 30 million developers and 500,000 organizations worldwide for building and managing APIs.",
"category": { "name": "API Platforms", "link": "https://www.g2.com/categories/api-platforms" },
"company_location": "San Francisco, CA",
"company_founded_year": 2014,
"company_website": "https://www.postman.com",
"number_of_employees_on_linkedin": 2305,
"pricing_plans": [
{
"plan_name": "Free Plan",
"plan_price": "Free",
"plan_description": "For individuals or a small team of 3 or less to start testing APIs.",
"plan_features": ["Up to 3 collaborators"]
}
],
"alternatives": [
{ "name": "MuleSoft Anypoint Platform", "link": "https://www.g2.com/products/mulesoft-anypoint-platform/reviews", "rating": 4, "reviews": 655 }
],
"comparisons": [
{ "name": "SwaggerHub", "link": "https://www.g2.com/compare/postman-vs-swaggerhub" }
]
}Trimmed for readability — the full response has 40+ fields. See the sample response in the API reference.
Postman doesn't list a website on its G2 profile (product_website: null) — like ~98% of G2 products. We find it with AI (likely_product_website), then crawl it with our open-source Website Email Contact Scraper to pull the emails, phone numbers, and social profiles you see above.
Run this exact request in the Playground — no signup, no key →
The playground comes prefilled with this request and runs it against the live API in your browser. The JSON it returns is identical to what the API returns.
Python and Node.js integration examples are available for every endpoint in the playground, so you can get G2 data in minutes instead of days.
import requests
# Scrape G2 reviews and pricing for a product
response = requests.get(
"https://g2-scraper.omkar.cloud/g2/products",
params={"product": "postman"},
headers={"API-Key": "YOUR_API_KEY"}
)
print(response.json())▶ Try it live in the Playground — no key needed →
GET https://g2-scraper.omkar.cloud/g2/products?product=postman
Accepts a G2 product slug (postman) or full product link. Optional website_contacts_crawl_mode controls contact enrichment: homepage (default — scan the website's homepage), deep (also crawl its top contact-like pages: contact, about, careers, blog), or off.
Returns the product's website and the contacts found on it (emails, phone numbers, social profiles, and technologies as website_contacts), plus 40+ fields including rating, pricing plans, features, alternatives, comparisons, company details, and social profiles.
Sample Response (click to expand)
{
"product_id": 20238,
"product_name": "Postman",
"rating": 4.6,
"reviews": 1800,
"product_website": null,
"likely_product_website": "https://www.postman.com",
"website_contacts": {
"domain": "www.postman.com",
"title": "Postman: The World's Leading API Platform | Sign Up for Free",
"description": "Accelerate API development with Postman's all-in-one platform. Streamline collaboration and simplify the API lifecycle for faster, better results. Learn more.",
"emails": [
{
"value": "info@postman.com",
"sources": [
"https://www.postman.com/company/contact-us/",
"https://www.postman.com/company/about-postman/"
],
"is_likely_official": true
},
{
"value": "help@postman.com",
"sources": ["https://www.postman.com/company/contact-sales/"],
"is_likely_official": false
}
],
"phones": [
{
"value": "+18886161665",
"sources": ["https://www.postman.com/company/contact-sales/"],
"is_likely_official": true
},
{
"value": "+14157966470",
"sources": ["https://www.postman.com/company/contact-us/"],
"is_likely_official": false
}
],
"linkedins": [
{
"value": "https://www.linkedin.com/company/postman-platform",
"sources": ["https://www.postman.com/"],
"is_likely_official": true
}
],
"twitters": [
{ "value": "https://x.com/getpostman", "sources": ["https://www.postman.com/"], "is_likely_official": true }
],
"instagrams": [
{ "value": "https://www.instagram.com/getpostman", "sources": ["https://www.postman.com/"], "is_likely_official": true }
],
"facebooks": [
{ "value": "https://www.facebook.com/getpostman", "sources": ["https://www.postman.com/company/contact-us/"], "is_likely_official": true }
],
"youtubes": [
{ "value": "https://www.youtube.com/channel/UCocudCGVb3MmhWQ1aoIgUQw", "sources": ["https://blog.postman.com/"], "is_likely_official": true }
],
"discords": [
{ "value": "https://discord.gg/58aNNsRBGR", "sources": ["https://www.postman.com/"], "is_likely_official": true }
],
"githubs": [
{ "value": "https://github.com/postmanlabs", "sources": ["https://www.postman.com/"], "is_likely_official": true }
],
"technologies": [
{ "name": "Amazon Cloudfront", "versions": [], "categories": ["CDN"] },
{ "name": "Amazon Web Services", "versions": [], "categories": ["PaaS"] },
{ "name": "Cloudflare", "versions": [], "categories": ["CDN"] }
],
"error": null
},
"product_uuid": "06ab3e14-7ed4-4cc9-b6a6-12b92b7fe34c",
"company_id": 16505,
"g2_link": "https://www.g2.com/products/postman/reviews",
"category": {
"name": "API Platforms",
"link": "https://www.g2.com/categories/api-platforms"
},
"product_logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_fd527e1fc777d9e31b2a28e8d3c959a4/postman.jpg",
"what_is": "Postman is the world's leading API platform, used by more than 30 million developers and 500,000 organizations worldwide for building and managing APIs.",
"product_description": "Postman enables teams to efficiently collaborate at every stage of the API lifecycle while prioritizing quality, performance, and security.",
"medal_image": "https://images.g2crowd.com/uploads/report_medal/image/1004859/medal.svg",
"seller": "Postman",
"company_location": "San Francisco, CA",
"company_founded_year": 2014,
"discussions_link": "https://community.postman.com/",
"twitter": "https://twitter.com/getpostman",
"number_of_followers_on_twitter": 51725,
"linkedin": "https://www.linkedin.com/company/3795851/",
"number_of_employees_on_linkedin": 2305,
"company_website": "https://www.postman.com",
"is_claimed": true,
"categories": [
{ "name": "Software Testing", "link": "https://www.g2.com/categories/software-testing" },
{ "name": "Build Automation", "link": "https://www.g2.com/categories/build-automation" }
],
"pricing_plans": [
{
"plan_name": "Free Plan",
"plan_price": "Free",
"plan_description": "For individuals or a small team of 3 or less to start testing APIs.",
"plan_features": ["Up to 3 collaborators"]
}
],
"alternatives": [
{ "name": "MuleSoft Anypoint Platform", "link": "https://www.g2.com/products/mulesoft-anypoint-platform/reviews", "rating": 4, "reviews": 655 }
],
"comparisons": [
{ "link": "https://www.g2.com/compare/postman-vs-swaggerhub", "name": "SwaggerHub", "logo": "https://images.g2crowd.com/uploads/product/image/small_square/small_square_7ca4052dc540756d666b98eb073a3e58/swaggerhub.png" }
],
"features": [
{ "name": "API Construction", "features": ["API Testing"] }
],
"detailed_features": [
{
"name": "API Construction",
"features": [
{
"name": "API Testing",
"content": "Based on 589 Postman reviews. Provides an environment for users to test their API's functionality, efficiency, and data accuracy.",
"percentage": 94,
"based_on_number_of_reviews": 589
}
]
}
],
"g2_reviews_link": "https://www.g2.com/products/postman/reviews#reviews"
}▶ Try it live in the Playground →
GET https://g2-scraper.omkar.cloud/g2/reviews?product=postman&page=1
Accepts a G2 product slug (postman) or full product link. Returns 10 reviews per page. Optional filters:
| Parameter | Description |
|---|---|
page |
Page number (10 reviews per page). G2 caps every filter combination at 10 pages — paginate past that and we automatically combine filters behind the scenes to keep the reviews coming. |
sort |
default (G2's relevance ordering), most-recent, most-helpful, highest-rated, lowest-rated |
stars |
Filter by star rating, comma-separated — e.g. stars=4,5 |
segment |
Reviewer's company size, comma-separated: small-business, mid-market, enterprise |
industry |
Comma-separated numeric G2 industry ids — discover each product's valid ids in available_filters.industries |
region |
North America, Europe, Asia, Latin America, Middle East, Africa, ANZ (plus G2's localized tags America Latina, Europa, Norteamerica) |
role |
Named roles (User, Administrator, Executive Sponsor, Internal Consultant, Consultant, Agency, Industry Analyst / Tech Writer) or numeric role ids from available_filters.roles |
keywords |
Free-text search within review contents — e.g. keywords=api testing |
Each page returns full review text with a question/answer breakdown, rating, reviewer details, publish date, and badges — plus the filtered review count, star distribution, and available_filters: the product's own filter catalog (segment/role/industry/category ids with names and counts, plus pro/con mentions) so you can discover valid filter values for any product.
Sample Response (click to expand)
{
"count": 1800,
"per_page": 10,
"current_page": 1,
"total_pages": 180,
"next": "https://g2-scraper.omkar.cloud/g2/reviews?product=postman&page=2",
"previous": null,
"product": "postman",
"g2_link": "https://www.g2.com/products/postman/reviews",
"order": "g2_default",
"filters": {},
"star_distribution": { "1": 5, "2": 2, "3": 14, "4": 299, "5": 1480 },
"available_filters": {
"segments": [
{ "id": 179, "name": "Small Business (50 or fewer emp.)", "count": 606 },
{ "id": 180, "name": "Mid-Market (51-1000 emp.)", "count": 637 },
{ "id": 181, "name": "Enterprise ( >1000 emp.)", "count": 501 }
],
"roles": [
{ "id": 1, "name": "User", "count": 1470 },
{ "id": 2, "name": "Administrator", "count": 99 }
],
"categories": [
{ "id": 314, "name": "Software Testing", "count": 1411 },
{ "id": 1023, "name": "API Management", "count": 1280 }
],
"industries": [
{ "id": 274, "name": "Computer Software", "count": 614 },
{ "id": 313, "name": "Information Technology and Services", "count": 511 }
],
"regions": [
{ "id": "Asia", "name": "Asia", "count": 1181 },
{ "id": "North America", "name": "North America", "count": 354 }
],
"mentions": [
{ "id": 1724232, "name": "Ease of Use", "type": "pro", "count": 460 },
{ "id": 1729983, "name": "Slow Performance", "type": "con", "count": 222 }
]
},
"reviews": [
{
"id": 13224320,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13224320",
"title": "Postman Makes API Development, Testing, and Debugging Fast and Easy",
"content": "What do you like best about Postman?\nWhat I like best about Postman is how easy it makes API development, testing, and debugging. It lets me organize API collections, manage environments, automate test cases, and quickly validate API responses...",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "What I like best about Postman is how easy it makes API development, testing, and debugging..."
},
{
"question": "What do you dislike about Postman?",
"answer": "One limitation I've experienced with Postman is that managing large API collections and environments can become difficult as projects grow..."
}
],
"rating": 5,
"reviewer": {
"name": "Harsh G.",
"job_title": "AI Engineer",
"industry": "Insurance",
"company_size": "Mid-Market (51-1000 emp.)",
"link": "https://www.g2.com/users/3b742ee2-c253-484a-a24d-7a91e62bc8d5"
},
"publish_date": "2026-08-07",
"badges": ["Current User", "Validated Reviewer"],
"source": "Organic",
"video_link": null
}
]
}▶ Try it live in the Playground →
GET https://g2-scraper.omkar.cloud/g2/categories?category=marketing-automation
Accepts a G2 category slug (marketing-automation) or full category link. Optional: page (15 products per page) and sort (g2-score default, popularity, satisfaction).
Returns 15 structured product entries per page — product id, name, link, logo, seller, rating, review count, AI-generated user-sentiment summary, solution type, AI-verified badge, and top pros/cons with mention counts — plus category metadata (name, description, total verified reviews), the category's AI-generated FAQs with last-updated date, and long-form editorial sections about the category.
Sample Response (click to expand)
{
"category": "marketing-automation",
"name": "Best Marketing Automation Software",
"link": "https://www.g2.com/categories/marketing-automation",
"description": "Top Marketing Automation Software. Choose the right Marketing Automation Software using real-time, up-to-date product reviews from 90010 verified user reviews.",
"total_reviews": 90010,
"page": 1,
"last_page": 35,
"order": "g2_score",
"products_count": 15,
"products": [
{
"id": 364,
"name": "HubSpot Marketing Hub",
"link": "https://www.g2.com/products/hubspot-marketing-hub/reviews",
"logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_74390118cdf58a60fb81adaaefdb6287/hubspot-marketing-hub.png",
"seller": { "name": "HubSpot", "link": "https://www.g2.com/sellers/hubspot" },
"rating": 4.4,
"reviews_count": 14921,
"users_say": "Users consistently praise the ease of use and centralized management of HubSpot Marketing Hub, highlighting its ability to streamline marketing tasks and provide a comprehensive view of campaigns...",
"solution_type": "All-in-One",
"is_ai_verified": true,
"pros": [{ "name": "Ease of Use", "mentions": 1981 }],
"cons": [{ "name": "Learning Curve", "mentions": 808 }]
},
{
"id": 1934,
"name": "ActiveCampaign",
"link": "https://www.g2.com/products/activecampaign/reviews",
"logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_50828ef2b93af30b29edd9061533c3b9/activecampaign.jpg",
"seller": { "name": "ActiveCampaign", "link": "https://www.g2.com/sellers/activecampaign" },
"rating": 4.4,
"reviews_count": 14780,
"users_say": "Users consistently praise the ease of use and powerful automation features of ActiveCampaign, highlighting how intuitive the platform is for managing email campaigns and customer relationships...",
"solution_type": "All-in-One",
"is_ai_verified": true,
"pros": [{ "name": "Ease of Use", "mentions": 848 }],
"cons": [{ "name": "Learning Curve", "mentions": 419 }]
}
],
"faqs": {
"last_updated": "2026-06-15",
"items": [
{
"question": "Which marketing automation software maintains data sync integrity with leading CRM platforms across your organization",
"answer": "Based on G2 reviews, several products are repeatedly mentioned for CRM-connected workflows and cleaner cross-team visibility. HubSpot Marketing Hub — unified CRM and campaign visibility..."
}
]
},
"learn_more": [
{
"title": "What is Marketing Automation Software?",
"content": "Marketing automation software allows companies to optimize their marketing strategy by automating marketing tasks such as email marketing, social media posts, and lead generation..."
}
],
"next": "https://g2-scraper.omkar.cloud/g2/categories?category=marketing-automation&page=2",
"previous": null
}Get a G2 seller (vendor) profile — aggregate stats, company info, and the full product portfolio in one call.
▶ Try it live in the Playground →
GET https://g2-scraper.omkar.cloud/g2/sellers?seller=hubspot
Accepts a G2 seller slug (hubspot) or full seller link. The products list and the reviews list paginate independently: products_page (9 products per page — large sellers like Google span 40+ pages) and reviews_page (3 review teasers per page, capped by G2 at 10 pages).
Returns the seller's hero stats (aggregate rating, star-percentage breakdown, total reviews, number of profiles and categories, leader badge, serving-customers-since year), about block (description, HQ location, year founded, website, social links), featured products, the product portfolio, and cross-product review teasers with links to the full reviews.
Sample Response (click to expand)
{
"seller": "hubspot",
"name": "HubSpot",
"link": "https://www.g2.com/sellers/hubspot",
"logo": "https://images.g2crowd.com/uploads/vendor/image/316/63ad29dc585e90022b87376175848478.jpeg",
"description": "HubSpot is a leading agentic customer platform that provides software and support to help businesses grow better...",
"rating": 4.4,
"star_percentages": { "1": 0, "2": 0, "3": 3, "4": 26, "5": 68 },
"total_reviews": 35884,
"profiles": 12,
"categories_count": 63,
"leader_badge": "#1 in 61 categories — Grid® leader",
"serving_customers_since": 2006,
"hq_location": "Cambridge, Massachusetts, United States",
"year_founded": 2006,
"website": "https://hubspot.com",
"social_links": {
"linkedin": "https://www.linkedin.com/company/68529/",
"twitter": "https://twitter.com/HubSpot"
},
"categories": [
{ "name": "CRM Software", "link": "https://www.g2.com/categories/crm" },
{ "name": "Marketing Automation Software", "link": "https://www.g2.com/categories/marketing-automation" }
],
"featured_products": [
{
"name": "HubSpot Marketing Hub",
"link": "https://www.g2.com/products/hubspot-marketing-hub/reviews",
"reviews_count": 14921,
"description": "Marketing automation software to help you attract the right audience, convert more visitors into customers..."
}
],
"products": [
{
"id": 364,
"name": "HubSpot Marketing Hub",
"link": "https://www.g2.com/products/hubspot-marketing-hub/reviews",
"logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_74390118cdf58a60fb81adaaefdb6287/hubspot-marketing-hub.png",
"medal": "https://images.g2crowd.com/uploads/medal/image/1000602/5f02e1e85438880920c9f4c66d005c33.svg",
"rating": 4.5,
"reviews_count": 14921,
"description": "Marketing automation software to help you attract the right audience, convert more visitors into customers, and run complete inbound marketing campaigns at scale."
}
],
"products_page": 1,
"products_last_page": 2,
"products_page_next": "https://g2-scraper.omkar.cloud/g2/sellers?seller=hubspot&products_page=2",
"reviews": [
{
"title": "HubSpot Helps Me Contribute More Thoroughly, Worry-Free",
"link": "https://www.g2.com/products/hubspot-sales-hub/reviews/hubspot-sales-hub-review-13277564",
"snippet": "HubSpot helps me contribute to the team more thoroughly, without having to worry about any problems at all.",
"rating": 5,
"product": { "name": "HubSpot Sales Hub", "link": "https://www.g2.com/products/hubspot-sales-hub/reviews" },
"reviewer": { "name": "Verified User in Staffing and Recruiting", "job_title": null },
"publish_date": "2026-08-15",
"badges": ["Validated Reviewer"],
"source": "Organic"
}
],
"reviews_page": 1,
"reviews_last_page": 10,
"reviews_page_next": "https://g2-scraper.omkar.cloud/g2/sellers?seller=hubspot&reviews_page=2"
}Get one page of a seller's All Products & Services portfolio — the lighter counterpart to the full seller profile when only the product list is needed.
▶ Try it live in the Playground →
GET https://g2-scraper.omkar.cloud/g2/sellers/products?seller=google
Accepts a G2 seller slug (google) or full seller link. Optional page (9 products per page).
Each entry includes the product id, name, link, logo, medal image, star rating, review count, and description. Page 1 also includes the seller's featured-products carousel; later pages omit it so paginating callers collect no duplicates.
Sample Response (click to expand)
{
"count": 369,
"per_page": 9,
"current_page": 1,
"total_pages": 41,
"next": "https://g2-scraper.omkar.cloud/g2/sellers/products?seller=google&page=2",
"previous": null,
"seller": "google",
"name": "Google",
"link": "https://www.g2.com/sellers/google",
"logo": "https://images.g2crowd.com/uploads/vendor/image/311/da820dfb0bceb23ead050c282acb6770.jpeg",
"rating": 4.5,
"total_reviews": 85651,
"featured_products": [
{
"name": "Google Analytics",
"link": "https://www.g2.com/products/google-analytics/reviews",
"reviews_count": 6862,
"description": "Google Analytics not only lets you measure sales and conversions, but also gives you fresh insights into how visitors use your site..."
}
],
"products": [
{
"id": 1434,
"name": "Google Workspace",
"link": "https://www.g2.com/products/google-workspace/reviews",
"logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_4a9a6d57cdd833bf0381d21fd9246641/google-workspace.png",
"medal": null,
"rating": 4.5,
"reviews_count": 48172,
"description": "Google Workspace enables teams of all sizes to connect, create and collaborate..."
},
{
"id": 356,
"name": "Google Analytics",
"link": "https://www.g2.com/products/google-analytics/reviews",
"logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_db11aab8ccb63f5742949ab9955e36bf/google-analytics.png",
"medal": null,
"rating": 4.5,
"reviews_count": 6862,
"description": "Google Analytics not only lets you measure sales and conversions, but also gives you fresh insights into how visitors use your site, how they arrived on your site, and how you can keep them coming back."
}
]
}Get every G2 category link — a directory of all 2,000+ categories you can feed into the Products by Category endpoint.
▶ Try it live in the Playground →
GET https://g2-scraper.omkar.cloud/g2/category-links
No parameters required.
Sample Response (click to expand)
{
"count": 2227,
"links": [
"https://www.g2.com/categories/zoho-consulting",
"https://www.g2.com/categories/hr-analytics-consulting",
"https://www.g2.com/categories/brand-advocacy-services"
]
}Get every G2 product link — a directory of all 240,000+ products you can feed into the Product Details endpoint.
▶ Try it live in the Playground →
GET https://g2-scraper.omkar.cloud/g2/product-links
No parameters required.
Sample Response (click to expand)
{
"count": 240975,
"links": [
"https://www.g2.com/products/24sevenoffice/reviews",
"https://www.g2.com/products/basecamp/reviews",
"https://www.g2.com/products/adobe-acrobat-sign/reviews"
]
}| Plan | Price | Requests/Month |
|---|---|---|
| Free | $0 | 100 |
| Grow | $48 | 15,000 |
| Scale | $148 | 75,000 |
1 API call = 1 request
Free Plan Available — create your API key →. No credit card for the free tier.
Free to download, no signup: 240,975 G2 product links (4.8MB) · 2,227 G2 category links (128KB)
The API serves pre-crawled data that may be a few months old — fine for competitive research, lead generation, and market analysis. If you need the newest reviews across all 240,975 products, the full refreshed dataset is available for purchase: WhatsApp us or email us.
Yes. The playground runs live requests in your browser — free, no account, no API key. Try it in the Playground →
Only ~2% of G2 products list a website on their G2 profile. For the other 98%, we use AI to find the product's real website — returned as likely_product_website. That website is then crawled by our open-source Website Email Contact Scraper, and every email, phone number, social profile, and technology it finds comes back as website_contacts, each with the source pages and an is_likely_official flag.
Want the same contact extraction for any website, free? Get the Website Email Contact Scraper on GitHub →
Reviews come 10 per page. G2 itself caps every filter combination at 10 pages — but when you paginate past page 10, we automatically apply multiple filter combinations (stars, company segment, and more) behind the scenes and keep serving fresh reviews, giving you more than G2 provides on its own.
Use the Product Links and Category Links endpoints. They return the complete directory — 240,975 products and 2,227 categories — so you can crawl G2 end to end without guessing URLs.
Prefer files? Download the full directories directly, free: 240,975 G2 product links (4.8MB) · 2,227 G2 category links (128KB)
Call the reviews endpoint with a product slug or URL:
GET https://g2-scraper.omkar.cloud/g2/reviews?product=postman&page=1
It returns 10 reviews per page — full text, ratings, reviewer name, job title, company size, and publish date — and supports filters for stars, company segment, industry, reviewer role, region, keywords, and sort order.
G2 itself stops serving reviews after page 10. When you paginate past that, we automatically combine multiple filters behind the scenes to keep the reviews coming — so you get more reviews than G2 provides on its own.
Product Details & Reviews returns 40+ fields per product:
- Product name, logo, description, and G2 link
- Overall rating and total review count
- The product's website — AI-found when the G2 profile doesn't list it (
likely_product_website) - Website contacts — emails, phone numbers, social profiles, and technologies, extracted by our open-source Website Email Contact Scraper
- Pricing plans with features
- Features and detailed feature scores (with % and review counts)
- Alternatives and head-to-head comparisons
- Company info — seller, location, founded year, employee count
- Social profiles — Twitter, LinkedIn, follower counts
- Categories
Reviews returns 10 reviews per page — full text with a question/answer breakdown, rating, reviewer name, job title, industry, company size, publish date, and badges — plus the filtered review count, star distribution, and the product's own filter catalog (available_filters).
Products by Category returns per product:
- Product name, logo, G2 link, and seller
- Rating and review count
- AI-generated user-sentiment summary and AI-verified badge
- Solution type and top pros/cons with mention counts
plus category metadata, AI-generated category FAQs, and long-form editorial sections about the category.
Seller Profile returns a vendor's full G2 profile — aggregate rating with star-percentage breakdown, total reviews, leader badge, HQ location, founded year, website and social links, featured products, the product portfolio, and cross-product review teasers. Seller Products returns just the paginated product portfolio when that's all you need.
Category Links and Product Links return the full directory of category and product URLs, with a total count.
The data comes straight from real G2 profiles — real ratings, reviews, pricing, and company details.
API responses come from a pre-crawled dataset that may be a few months old. For the newest reviews across the full catalog, see G2 Dataset Downloads.
No. We handle the scraping infrastructure — you call a normal REST API and never touch G2 directly, so there are no proxies, headless browsers, or CAPTCHAs on your side.
Yes. Product Details and Products by Category accept either a slug (postman, marketing-automation) or a full G2 URL. Use whichever you have.
-
Google Maps Scraper (3,100+ GitHub Stars) — need tens of thousands ofleads? Type a niche and a city ("dentists in New York") and get every matching business as a ready-to-call lead list — name, address, phone, website, emails, rating, and reviews. The free tier alone pulls up to 100K leads a month, enough to run your entire outreach pipeline on $0.
-
Website Email Contact Scraper — the same contact engine this API uses, free and open source: point it at any website and get every email, phone number, and social profile on it, each with source pages and an official/unofficial flag.
-
Capterra Scraper API — the same clean JSON, pointed at Capterra: 5-dimension rating breakdowns, pricing plans, integrations, pros/cons for 108,726 products.
-
Trustpilot Scraper API — real-time Trustpilot data for 1.6M+ companies: search companies by keyword, full profiles with rating distributions, every review for any domain. 200 free requests/month.
Prefer a walkthrough? Watch the complete API demo:
Built by developers, for developers — when you reach out, you talk to the engineers who built the API, not a support script. Message us anytime and we'll solve your query within 1 working day.
Email: happy.to.help@omkar.cloud
From one developer to another: If the G2 Scraper API saved you time, please star the repo.
Here's why it matters: most developers judge a scraper by its stars before trying it. Your star helps the next developer — someone deciding whether the G2 data here is real and reliable — try it with confidence.
It takes only 1 second, and means the world to me.




