VOOZH about

URL: https://apify.com/signalengine/reddit-keyword-monitor

โ‡ฑ Reddit Keyword Monitor โ€“ Brand Mentions & Alerts ยท Apify


๐Ÿ‘ Reddit Keyword Monitor โ€” Mentions & Alerts avatar

Reddit Keyword Monitor โ€” Mentions & Alerts

Pricing

from $1.00 / 1,000 matches

Go to Apify Store

Reddit Keyword Monitor โ€” Mentions & Alerts

Monitor Reddit for your keywords, brand, or competitors on a schedule. Surfaces only NEW mentions since the last run and pushes them to Slack or a webhook โ€” automated Reddit brand monitoring and social listening.

Pricing

from $1.00 / 1,000 matches

Rating

0.0

(0)

Developer

๐Ÿ‘ James Taylor

James Taylor

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

Track Reddit for the keywords that matter to you โ€” your brand, a competitor, or a buying-intent phrase like "speed to lead" โ€” and get only the new posts since your last run, pushed straight to Slack or a webhook.

Built for founders, marketers, community and sales teams who want automated Reddit brand monitoring and social listening โ€” catching conversations as they happen without refreshing Reddit all day.

Why this monitor

  • Only-new by design. It remembers what it has already seen, so a scheduled run never re-alerts you on the same post. Point it at a schedule and treat it like an inbox.
  • Slack-ready. Drop in a Slack Incoming Webhook URL and new matches arrive as a tidy message. Any other webhook works too (Make/Zapier/n8n/your backend).
  • No login, no API key, no proxy. It reads Reddit's public search RSS.

What it does

  • Searches one or more queries across all of Reddit or a list of subreddits.
  • Keeps only matches that are new since the last run (toggle off to get everything).
  • Saves matches to a dataset and optionally POSTs the new ones to your webhook/Slack.

Input

FieldTypeDefaultDescription
queriesarray["speed to lead"]Search terms (Reddit search operators work).
subredditsarray[]Limit to these subreddits; empty = all of Reddit.
sortstringnewnew, relevance, top, comments, or hot.
onlyNewbooleantrueReturn only posts not seen on previous runs.
webhookUrlstringโ€”New matches are POSTed here; Slack URLs are auto-formatted.
limitPerQueryinteger25Results checked per query/subreddit (1โ€“100).
maxNewPerRuninteger100Stop after this many new matches (caps spend).
maxConcurrencyinteger4Parallel search requests.

Example input

{
"queries":["speed to lead","lead response time","CRM recommendations"],
"subreddits":["sales","SaaS","marketing"],
"sort":"new",
"onlyNew":true,
"webhookUrl":"https://hooks.slack.com/services/T000/B000/XXXX",
"maxNewPerRun":50
}

How to run (as a monitor)

  1. Enter your queries (and optionally narrow to subreddits).
  2. Paste a Slack Incoming Webhook (or any webhook) into webhookUrl โ€” optional but recommended.
  3. Keep onlyNew on.
  4. Open Schedules in Apify and run it every 15โ€“60 minutes. Each run posts only what's new.

The first run seeds the "seen" memory (you'll get current matches); subsequent runs deliver only fresh posts.

Output

Each dataset item:

{
"type":"match",
"matchedQuery":"CRM recommendations",
"scope":"r/SaaS",
"subreddit":"SaaS",
"author":"founder_jane",
"title":"Mailchimp alternatives?",
"postUrl":"https://www.reddit.com/r/SaaS/comments/abc123/mailchimp_alternatives",
"createdAt":"2026-06-02T18:22:00.000Z"
}

If a webhookUrl is set, the new matches are also POSTed (Slack URLs get a formatted message; other URLs receive { "source": "reddit-keyword-monitor", "newCount": N, "matches": [...] }).

Pricing

Apify Pay-Per-Event โ€” you're charged per new match returned. Set maxNewPerRun to cap spend. Already-seen posts are free (they're filtered before any charge).

Limitations

  • Search matches Reddit's index, not a full-text scan of every comment; phrase quality matters.
  • RSS depth. Each query returns up to ~100 recent results โ€” fine for monitoring, not a full historical export.
  • No engagement metrics (RSS doesn't expose them; we never fake data).

Compliance

Reads public Reddit search RSS only, identifies itself, and never logs in, posts, votes, or messages. Use the output in line with Reddit's terms and any rules that apply to your outreach.

FAQ

How does "only new" work across runs? The actor stores the IDs it has seen in its key-value store and skips them next time โ€” so a schedule behaves like an alert feed.

Does it work with Slack? Yes โ€” paste a Slack Incoming Webhook URL and matches arrive as a message. Any other webhook receives JSON.

No account or proxy needed? Correct โ€” public RSS, plain requests.


Want replies handled for you?

This monitor finds the conversations. If you want AI-drafted, on-brand replies and DMs plus full outreach and follow-up, that's what we build at SignalEngine โ€” this actor is a taste of the engine behind it.

You might also like

Reddit Keyword Monitor โ€“ Brand & Lead Generation

conceivable_extension/reddit-keyword-monitor

Monitors Reddit subreddits for keyword mentions, classifies sentiment, scores engagement velocity, and delivers only new alerts since the last run. Affordable GummySearch replacement at $0.01/alert. Works with n8n, Make, and Slack for brand monitoring and lead generation.

2

Reddit Mention Monitor โ€” Track Brand & Keyword Mentions

blackfalcondata/reddit-mention-monitor

Monitor Reddit for mentions of your brand, product or any keyword. Searches subreddits and keyword queries, then returns only posts and comments that literally mention your terms โ€” with full thread context, author, score and timestamp. No login or developer token needed.

๐Ÿ‘ User avatar

Black Falcon Data

2

Related articles

How to scrape Reddit data with unofficial Reddit API
Read more