Reddit's API change broke your n8n workflow. This fixes it.

Reddit webhooks
without the API key.

Monitor any subreddit. Fire your n8n workflow the moment a matching post appears. No OAuth. No 7-day approval. No paid Reddit tier.

Start free — 1 monitor Star on GitHub
Free, open-source n8n community node · n8n-nodes-reddwire on npm
November 2025

Reddit ended self-service API access.

Overnight, every n8n workflow using the built-in Reddit node stopped working. The new approval process takes a week and rejects most indie developers.

Rebuilding the polling, dedup, and retry logic manually with the HTTP Request node works but is fragile, repetitive, and a different code path for every workflow you own.

The Reddwire fix

A community node and a hosted service.

Self-hosted n8n: Install the free n8n-nodes-reddwire community node. Set subreddit + keyword + interval. Done in 30 seconds.

n8n cloud: Can't install community nodes? Use the hosted version. Same logic, same payload, runs on our infrastructure, fires webhooks straight into your workflows.

How it works

Three steps. Sixty seconds.

No Reddit account. No API key. No OAuth.

1

Pick a subreddit

Type the name. bitcoin, technology, anything.

2

Add a keyword (optional)

Only fire on posts mentioning crash, launch, or whatever matters.

3

Paste your webhook

Your n8n workflow fires the second a new matching post appears.

POST → your-n8n-webhook.example.com · live
{
  "id":           "1abc234",
  "title":        "Bitcoin just crashed 20%",
  "url":          "https://reddit.com/r/bitcoin/comments/1abc234",
  "author":       "throwaway_trader",
  "body":         "Full post text here…",
  "score":        47,
  "num_comments": 12,
  "subreddit":    "bitcoin",
  "created_at":   "2026-05-11T14:32:00Z",
  "permalink":    "/r/bitcoin/comments/1abc234"
}

Payload is byte-identical to the discontinued built-in Reddit node. Your downstream workflow needs zero changes.

Two ways to run it

Self-host it free, or let us host it.

Same code, same payload. Pick what fits your setup.

Free forever

Self-hosted

For anyone running their own n8n instance.

# Settings → Community Nodes → Install
n8n-nodes-reddwire
  • Polls from your own server
  • No Reddwire account required
  • Open source — fork it, audit it, modify it
  • Same payload as built-in Reddit node
View on GitHub
For n8n cloud

Hosted

For n8n cloud users who can't install community nodes.

$9 /mo · 5 monitors · 5-min polling
  • We host the polling — no infrastructure
  • USDC payments via CoinRemitter — no card needed
  • Dashboard for managing monitors
  • Multi-monitor + multi-webhook on Pro plan
See plans