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.
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