Tools reference
Reddit tools
Search Reddit and pull posts, comments, and raw JSON via Linkeddit's scraper.
search_reddit
reddit:readSearch Reddit posts across all subreddits. Returns post titles, scores, comment counts, and content.
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | yes | Search query | |
| sort | yes | Sort order | |
| time_filter | yes | Time filter | |
| limit | yes | Max results |
Try: Search Reddit for people frustrated with their current CRM this month.
fetch_subreddit
reddit:readFetch posts from a specific subreddit sorted by hot, new, top, or rising.
| Parameter | Type | Required | Description |
|---|---|---|---|
| subreddit | yes | Subreddit name without r/ | |
| sort | yes | Sort order | |
| time_filter | yes | Time filter | |
| limit | yes | Max results |
Try: Show me the top posts in r/SaaS this week.
fetch_post_comments
reddit:readFetch a Reddit post and its top-level comments given a post URL.
| Parameter | Type | Required | Description |
|---|---|---|---|
| post_url | yes | Full Reddit post URL | |
| comment_limit | yes | Max top-level comments |
Try: Summarize the discussion in this Reddit thread: <url>
fetch_reddit_json
reddit:readFetch any Reddit JSON endpoint. Pass a path like /r/SaaS/top.json?t=week
| Parameter | Type | Required | Description |
|---|---|---|---|
| reddit_path | yes | Reddit URL or path (e.g. /r/SaaS/top.json?t=week) |
Try: Fetch the raw JSON for r/startups newest posts.