Search Reddit
search_redditSearch Reddit by keyword or within a subreddit, returning matching posts as JSON with title, body, URL, author, score, comments, and date. Use it for brand monitoring, lead generation, and market research.
Instructions
Keyword search across Reddit (or inside one subreddit) and return matching posts as structured JSON: title, body, postUrl, communityName, authorName, score, commentsCount, createdAt. Use for brand monitoring, lead generation, market research, 'what is Reddit saying about X'. Search is literal keyword matching, so pass short terms (several are fine) rather than sentences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | new | |
| time | No | all | |
| queries | Yes | Search terms; each runs as its own search | |
| maxPosts | No | Total posts across all queries | |
| subreddit | No | Restrict to one subreddit, e.g. 'SaaS' or 'r/SaaS' | |
| includeNsfw | No | ||
| postedAfter | No | Only posts on/after this date (UTC) | |
| postedBefore | No | Only posts on/before this date (UTC) | |
| searchComments | No | Also return comments that mention the terms | |
| maxCommentsPerPost | No | ||
| includeCommentThreads | No | Fetch comments under each matching post (multiplies result count) |