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

Reddit - Get User Posts

n8n-nodes-base.httpRequest

Fetch posts submitted by any Reddit user. Great for analyzing user activity and content patterns. No authentication required.

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

Use Cases

Analyze user content patterns
Monitor influencer activity
Track competitor posting behavior

Configuration

Node Configuration Summary
Ready-to-use Reddit node configured for reddit - get user posts. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /user/{{ $json.username }}/submitted.json?sort={{ $json.sort || 'new' }}&t={{ $json.time || 'all' }}&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