Reddit AI Monitor - Track AI/ML Subreddits (No Login) avatar

Reddit AI Monitor - Track AI/ML Subreddits (No Login)

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Reddit AI Monitor - Track AI/ML Subreddits (No Login)

Reddit AI Monitor - Track AI/ML Subreddits (No Login)

Scrape posts across AI/ML subreddits (LocalLLaMA, MachineLearning, OpenAI...) by keyword. No Reddit login or API key. Great for trend tracking and sentiment.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Arjun Annamalai

Arjun Annamalai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Reddit AI Monitor 🤖 — Track AI/ML Subreddits (No Login)

Monitor the top AI/ML subreddits (LocalLLaMA, MachineLearning, OpenAI, artificial, singularity…) in one run — filter by keyword, export to JSON/CSV/Excel. No Reddit login, no API key.

For AI marketers, researchers, trend trackers, and training-data collectors.

What makes it better

  • Multi-subreddit in one run — scan a whole topic cluster, not one sub.
  • Keyword filter across title + body.
  • Goes beyond 100 results with cursor pagination.
  • Clean fields — ISO createdAt, full Reddit URL, score + comment counts for ranking/sentiment.

Example input

{
"subreddits": ["LocalLLaMA", "MachineLearning", "OpenAI"],
"keyword": "fine-tune",
"maxItemsPerSubreddit": 100
}

Example output

{
"subreddit": "LocalLLaMA",
"title": "Best way to fine-tune a 7B on a single GPU?",
"url": "https://www.reddit.com/r/LocalLLaMA/comments/...",
"author": "someuser",
"score": 142,
"numComments": 38,
"createdAt": "2026-06-23T14:00:00+00:00"
}

Use cases

  • Track what the AI community is discussing today across subs.
  • Monitor mentions of your model/tool/company.
  • Collect posts as sentiment or training data.

Run locally

pip install -r requirements.txt
python3 local_test.py

Then apify push.


Reads public Reddit data via the Pullpush mirror. Not affiliated with Reddit.