Google Forums Scraper avatar

Google Forums Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Google Forums Scraper

Google Forums Scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape forum and discussion results from Google Search. Get results from Reddit, Quora, Stack Overflow, and other popular forums and discussion platforms.

What It Does

This scraper searches Google's Forums/Discussions tab for your query and extracts detailed information about each forum post. Perfect for market research, brand monitoring, competitor analysis, and tracking online discussions.

Input

FieldTypeDescriptionDefault
queryStringSearch query to find forum discussions"best programming language 2026"
maxItemsNumberMaximum number of forum results to scrape50
glStringCountry code for Google (e.g., "us", "uk", "in")(none)
hlStringLanguage code (e.g., "en", "fr", "de")(none)
proxyConfigurationObjectProxy settingsApify Residential

Example Input

{
"query": "best laptops for programming",
"maxItems": 20,
"gl": "us",
"hl": "en"
}

Output

Each forum result includes:

FieldTypeDescription
positionNumberPosition in the results
titleStringTitle of the forum post
linkStringDirect link to the forum post
forumStringForum source (e.g., reddit.com, quora.com)
snippetStringPreview text from the post
dateStringDate of the post (e.g., "3 days ago", "Jan 15, 2026")
authorStringAuthor or username
replyCountStringNumber of replies or comments
searchQueryStringThe search query used
searchUrlStringThe Google search URL
scrapedAtStringTimestamp of when the data was scraped

Example Output

{
"position": 1,
"title": "Best laptops for programming in 2026?",
"link": "https://www.reddit.com/r/programming/comments/...",
"forum": "reddit.com",
"snippet": "I'm looking for recommendations for a new laptop for software development...",
"date": "3 days ago",
"author": "dev_user123",
"replyCount": "45 replies",
"searchQuery": "best laptops for programming",
"searchUrl": "https://www.google.com/search?q=best+laptops+for+programming&udm=9",
"scrapedAt": "2025-07-14T10:30:00.000Z"
}

Supported Features

  • Search any topic across all major forums and discussion platforms
  • Extracts results from Reddit, Quora, Stack Overflow, and many more
  • Set country and language preferences for localized results
  • Automatic pagination to collect more results
  • Handles Google consent dialogs automatically
  • Residential proxy support for reliable scraping

Tips

  • Use specific queries like "best budget headphones reddit" to target specific forums
  • Use the gl field to get results for a specific country
  • Start with a small maxItems value to test before running larger scrapes
  • Forum results are great for understanding public opinions and discussions on any topic