✓ Verified 💻 Development ✓ Enhanced Data

Apewisdom

Scan Reddit for trending stocks and sentiment spikes using the ApeWisdom API (free)

Rating
4.4 (259 reviews)
Downloads
1,223 downloads
Version
1.0.0

Overview

Scan Reddit for trending stocks and sentiment spikes using the ApeWisdom API (free)

Complete Documentation

View Source →

ApeWisdom Reddit Scanner

Scan Reddit (r/wallstreetbets, r/stocks, etc.) for trending tickers and sentiment spikes.

Usage

This skill uses a Python script to fetch live data from ApeWisdom.

Basic Scan (Top Mentions)

Get the top 20 most discussed stocks right now.

bash
skills/apewisdom/scripts/scan_reddit.py

Find Spikes (Momentum)

Find stocks with the biggest 24h increase in mentions (ignoring low volume noise). This is the best way to find "breaking" meme stocks like $SNDK.

bash
skills/apewisdom/scripts/scan_reddit.py --sort spike

Specific Subreddits

Filter by specific communities.

bash
# WallStreetBets only
skills/apewisdom/scripts/scan_reddit.py --filter wallstreetbets

# SPACs
skills/apewisdom/scripts/scan_reddit.py --filter SPACs

# Crypto
skills/apewisdom/scripts/scan_reddit.py --filter all-crypto

Output Fields

  • ticker: Stock symbol
  • mentions: Mentions in the last 24h
  • mentions_24h_ago: Mentions in the previous 24h period
  • change_pct: Percentage increase/decrease in chatter
  • upvotes: Total upvotes on posts mentioning the ticker

Installation

Terminal bash

openclaw install apewisdom
    
Copied!

💻Code Examples

skills/apewisdom/scripts/scan_reddit.py

skillsapewisdomscriptsscanredditpy.txt
### Find Spikes (Momentum)
Find stocks with the biggest **24h increase** in mentions (ignoring low volume noise). This is the best way to find "breaking" meme stocks like $SNDK.

skills/apewisdom/scripts/scan_reddit.py --sort spike

skillsapewisdomscriptsscanredditpy---sort-spike.txt
### Specific Subreddits
Filter by specific communities.
example.sh
# WallStreetBets only
skills/apewisdom/scripts/scan_reddit.py --filter wallstreetbets

# SPACs
skills/apewisdom/scripts/scan_reddit.py --filter SPACs

# Crypto
skills/apewisdom/scripts/scan_reddit.py --filter all-crypto

Tags

#web_and-frontend-development #api

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author stuhorsman
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install apewisdom