Google Forums Scraper avatar

Google Forums Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Google Forums Scraper

Google Forums Scraper

Under maintenance

Scrapes Google's Forums vertical for any query and returns clean discussion records with source, snippet, author, reply count, date, platform, and search metadata when available.

Pricing

from $1.99 / 1,000 search results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrapes Google's Forums vertical for any query and returns clean discussion records with source, snippet, author, reply count, date, platform, and search metadata when available.

What this Actor collects

The Actor converts Google Forums results into one clean JSON record per discussion, including source, snippet, author, reply count, date, platform, page position, locale, and search provenance when available.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 31-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Community and audience research
  • Question and answer monitoring
  • Discussion-source enrichment

Input

Provide input in JSON. Fields marked required must be supplied. The Default / example column shows a schema default when one exists; otherwise it shows a documented prefill or fixture value.

FieldTypeRequiredDefault / exampleDescription
querystringYes"best programming language 2026"The search term to find forum discussions for
maxItemsintegerYes50Maximum number of forum results to retrieve
maxPagesintegerNo3Maximum number of Google Forums result pages to retrieve
glstringNoThe Google country to use for the query
hlstringNoThe Google UI language to return results
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Apify Proxy configuration. Use RESIDENTIAL group for best results.

Example input

{
"query": "react hooks",
"maxItems": 20,
"maxPages": 3,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"GOOGLE_SERP"
]
}
}

Output

The default dataset contains one item per forum or community discussion result. The following are the most useful fields; author, reply, date, platform, and engagement fields depend on the source result.

FieldTypeDescription
positionintegerPosition
titlestringTitle
urlstringURL
forumstringForum
sourcestringSource
authorstringAuthor
repliesintegerReplies
datestringDate
snippetstringSnippet
querystringQuery
pageintegerPage
scrapedAtstringScraped At
typestringType
descriptionstringDescription
linkstringLink
searchQuerystringSearch Query

Example dataset item

No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.