Hey everyone,
Sharing a community node I built. The built-in Reddit node broke for me after
the Reddit API access changes — figured others might be in the same spot, so
publishing this in case it helps.
What it does
Drop-in trigger node. You set:
- Subreddit (single or comma-separated for multi-sub)
- Keyword filter (optional, case-insensitive)
- Match mode (title, body, or either)
- Poll interval (minute, 5-min, etc.)
Fires whenever a matching new post appears. Same output payload as the
original Reddit node, so anything downstream works without changes.
How it works
- Polls Reddit’s public RSS endpoint (officially allowed for non-commercial)
- Dedups against the last 500 IDs per workflow using static data
- First poll = baseline (so first execution doesn’t dump 25 old posts)
Install
Settings → Community Nodes → Install` → `n8n-nodes-reddwire`
Source-available (FSL-1.1-MIT). GitHub: GitHub - Reddwire-Official/n8n-nodes-reddwire: Monitor any subreddit for new posts and trigger n8n workflows. No Reddit API key required. Drop-in replacement for the discontinued built-in Reddit node. · GitHub
Hosted version
For n8n cloud users who can’t install community nodes, there’s a hosted
version at reddwire.dev that fires webhooks into n8n via an HTTP Webhook
trigger node. Free for 1 monitor, paid for more.
Happy to take feature requests in this thread or as GitHub issues.