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

Reddit - Get Top Posts

n8n-nodes-base.httpRequest

Fetch top posts from any subreddit with time filtering (hour, day, week, month, year, all). No authentication required.

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

Use Cases

Find best performing content in subreddits
Analyze trending topics over different time periods
Curate high-quality content for newsletters

Configuration

Node Configuration Summary
Ready-to-use Reddit node configured for reddit - get top posts. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /r/{{ $json.subreddit }}/top.json?t={{ $json.time || 'day' }}&limit={{ $json.limit || 25 }}
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