Reddit Crypto Monitor — Track Mentions, Trends & Sentiment avatar

Reddit Crypto Monitor — Track Mentions, Trends & Sentiment

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Reddit Crypto Monitor — Track Mentions, Trends & Sentiment

Reddit Crypto Monitor — Track Mentions, Trends & Sentiment

Monitor Reddit for cryptocurrency mentions, trending coins, sentiment and investment discussions. Scrapes r/CryptoCurrency, r/Bitcoin, r/ethereum, r/CryptoMoonShots and more. Perfect for traders and researchers.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

oscar lira

oscar lira

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Reddit Crypto Monitor

Monitor cryptocurrency discussions on Reddit. Searches across crypto subreddits for posts matching your keywords and returns structured post data.

What data does it extract?

FieldDescription
titlePost title
subredditSubreddit name
authorReddit username
scoreNet upvotes
numCommentsComment count
urlReddit permalink
selftextPost body text (up to 2000 chars)
createdPost creation date (ISO 8601)
keywordWhich keyword matched this post
flairPost flair text

Use cases

  • Market sentiment -- Track what coins people are talking about and whether the tone is bullish or bearish
  • New project discovery -- Find early mentions of new tokens or DeFi protocols before they trend
  • Research data -- Collect discussion data from crypto communities for analysis or content creation

How to use

Default keywords (general crypto topics):

{
"maxResults": 100,
"sortBy": "new"
}

Custom keywords:

{
"keywords": ["solana ecosystem", "layer 2 rollups", "memecoin season"],
"maxResults": 200,
"sortBy": "hot",
"includeComments": true
}

Input parameters

ParameterTypeDefaultDescription
keywordsstring[]["best crypto to buy", "altcoin gem", "bull run", "new project launch", "undervalued coin"]Search terms to look for
maxResultsinteger50Max posts to return (1-500)
sortBystring"new"Sort order: new, hot, or top
includeCommentsbooleanfalseInclude top-level comments from each post

Subreddits searched: r/CryptoCurrency, r/Bitcoin, r/ethereum, r/altcoin, r/CryptoMoonShots, r/defi

Output example

{
"id": "t3_1k2abc",
"subreddit": "CryptoCurrency",
"title": "ETH just broke $4k again - is this the start of a real rally?",
"author": "crypto_watcher42",
"score": 847,
"upvoteRatio": 0.91,
"numComments": 234,
"url": "https://www.reddit.com/r/CryptoCurrency/comments/1k2abc/...",
"selftext": "After months of consolidation, ETH finally pushed through...",
"created": "2026-03-27T15:30:00.000Z",
"keyword": "bull run",
"scrapedAt": "2026-03-28T10:00:00.000Z"
}

Performance & cost

  • Runs in 1-3 minutes depending on the number of keywords and results
  • Uses another actor internally (reddit-scraper) so costs include that actor's compute time
  • Each keyword triggers a separate search run

FAQ

Can I add my own subreddits? The subreddit list is built into the actor. For custom subreddits, use the Reddit Scraper Turbo actor directly.

How often should I run it? For monitoring, schedule it daily or hourly. The sortBy: "new" setting gives you the latest posts each time.

Does it catch every mention? It searches Reddit's search API, which covers most posts. Very new posts (under a few minutes old) may not appear in search results yet.