# Scrape Google forums and discussions results

**Use case:** 

Pull Google's Discussions and Forums results for any query. Get thread title, source site, link, and snippet from Reddit, Quora, and niche forums.

## Input

```json
{
  "q": "standing desk recommendations",
  "location": "Austin, TX, Texas, United States",
  "device": "desktop",
  "safe": "off",
  "nfpr": "0",
  "filter": "0",
  "max_pages": 1
}
```

## Output

```json
{
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "search_timestamp": {
    "label": "Extracted At",
    "format": "text"
  },
  "forum_results": {
    "label": "Forum Results",
    "format": "array"
  },
  "search_metadata": {
    "label": "Metadata",
    "format": "object"
  },
  "search_information": {
    "label": "Search Info",
    "format": "object"
  },
  "search_parameters": {
    "label": "Parameters",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Forums API](https://apify.com/johnvc/google-forums-search-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-forums-search-api) to learn more, explore other use cases, and run it yourself.