# Search Reddit and Quora from Claude via MCP

**Use case:** 

Let Claude search Reddit and Quora threads through MCP. Ask about any topic and get forum thread titles, links, and snippets back in chat.

## Input

```json
{
  "q": "best mechanical keyboard",
  "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.