Get a Telegram Alert Whenever Your Keyword Trends on Reddit

This watches Reddit for the terms you care about and pushes a clean Telegram alert the moment a match appears — so you join the conversation while it's still hot.

difficulty Beginnersetup 25 minresult A Telegram message with the title, link and snippet arrives every time your keyword shows up on Reddit, with no duplicates.
  1. 1

    Step 1 — Poll the source

    Add a Reddit search node (or scheduled HTTP Request) that runs every 15–60 minutes and returns the newest items for your keyword.

  2. 2

    Step 2 — Filter to real matches

    Add an If node so only items whose title or body contains your keyword continue. Keep a list of seen IDs (in a Set or a data store) to avoid re-alerting on the same post.

  3. 3

    Step 3 — Announce in Telegram

    Add a Telegram node. Set Operation to Send Message, enter your chat ID, and build the message from the title, a snippet and the link. Create the bot with @BotFather and add its token as a credential.

Frequently asked questions

How do I avoid duplicate alerts?

Track the last-seen item ID. n8n's `Remove Duplicates` node or a tiny Google Sheet of seen IDs both work; compare before Step 3.

Can I watch several keywords?

Yes — run multiple searches in Step 1 or use an OR query, then let the same filter and Telegram step handle them all.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.