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
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Reddit Nodes