More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📱

Reddit - Search Posts

n8n-nodes-base.httpRequest

Search for posts across Reddit or within a specific subreddit. No authentication required.

reddit social-media search monitoring json-api
API Docs
Platform
Reddit
Category
data processing
Version
1.0.0
Auth Required
No

Use Cases

Monitor brand mentions across Reddit
Track keyword discussions in communities
Research topics and gather user feedback

Configuration

Node Configuration Summary
Ready-to-use Reddit node configured for reddit - search posts. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /{{ $json.subreddit ? 'r/' + $json.subreddit + '/' : '' }}search.json?q={{ encodeURIComponent($json.query) }}&sort={{ $json.sort || 'relevance' }}&t={{ $json.time || 'all' }}&limit={{ $json.limit || 25 }}&restrict_sr={{ $json.subreddit ? 'true' : 'false' }}
Nodes: 3

Related Reddit Nodes

📱
Reddit - Get New Posts
Fetch newest posts from any subreddit using Reddit's JSON API (no authentication required). Monitor fresh content in real-time.
📱
Reddit - Get Post Comments
Fetch comments from any Reddit post. Great for sentiment analysis and discussion monitoring. No authentication required.
📱
Reddit - Get Rising Posts
Fetch rising posts from any subreddit - content gaining momentum. No authentication required.
📱
Reddit - Get Subreddit Info
Get detailed information about any subreddit including subscriber count, description, rules, and settings. No authentication required.
📱
Reddit - Get Subreddit Hot Posts
Fetch hot posts from any subreddit using Reddit's JSON API (no authentication required). Monitor trending content for social listening and research.
📱
Reddit - Get Top Posts
Fetch top posts from any subreddit with time filtering (hour, day, week, month, year, all). No authentication required.
← Browse all nodes