Search Reddit Posts
reddit_search_postsSearch Reddit posts by keyword to discover discussions, pain points, and competitor insights, with optional subreddit filtering.
Instructions
Search Reddit posts by keyword, optionally limited to a specific subreddit.
Use this to find discussions about specific topics, pain points, competitors, or industry signals across target communities.
Args:
query (string): Search terms (e.g., "compliance training outdated", "LMS video content")
subreddit (string, optional): Limit to one subreddit (e.g., "nursing"). Omit for all of Reddit.
sort (string): Sort by "relevance", "new", "hot", "top", "comments" (default: "relevance")
time (string): Time filter — "hour", "day", "week", "month", "year", "all" (default: "week")
limit (number): Max results 1-100 (default: 25)
response_format (string): "markdown" or "json" (default: "markdown")
Returns: Matching posts with titles, scores, comment counts, permalinks, and text previews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort results by: relevance, new, hot, top, comments | relevance |
| time | No | Time filter: hour, day, week, month, year, all | week |
| limit | No | Number of results (max 100) | |
| query | Yes | Search query (supports Reddit search syntax) | |
| subreddit | No | Limit search to a specific subreddit (without r/ prefix). Omit to search all of Reddit. | |
| response_format | No | Output format: markdown or json | markdown |