Reddit - Get Post Comments
n8n-nodes-base.httpRequest
Fetch comments from any Reddit post. Great for sentiment analysis and discussion monitoring. No authentication required.
Use Cases
Analyze sentiment on specific posts
Monitor feedback and discussions
Extract user opinions for research
Configuration
Node Configuration Summary
Ready-to-use Reddit node configured for reddit - get post comments.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
={{ $json.postUrl.replace(/\/$/, '') }}.json?sort={{ $json.sort || 'best' }}&limit={{ $json.limit || 100 }}
Nodes:
3