SkillsWhitepaperHow It WorksResultsFAQ Join Waitlist
SKILL FILE

Scrape Reddit with AI

Extract Reddit posts, comments, subreddit data, and user profiles using Apify scrapers and Claude Code.

10,000+ posts scraped per run
12+ data points per post
~$1 per 1,000 posts
Download Skill File ↓

How Reddit intel flows across your company

One scrape generates actionable intelligence for every department — automatically

Scrape Reddit Posts, comments, subreddits
1 Target Subreddits & Keywords
2 Apify Scrapes Threads
3 Sentiment Analyzed
4 Intel Stored
Marketing
  • Content ideas from pain points
  • Community sentiment reports
  • Topic validation from upvote data
  • FAQ content from recurring questions
Growth
  • Product feedback mining
  • Feature request tracking
  • Competitor sentiment benchmarks
  • Market trend detection
Sales
  • Prospect pain points identified
  • Buying signals in comments
  • Competitor dissatisfaction leads
  • Outreach message personalization
CRM
  • Community contacts logged
  • Brand mentions tracked
  • Reddit engagement history stored
Pain Point Report
FAQ Content Pages
Product Feedback Brief
Community Engagement Plan
Events Tracked
Pain points categorized
Feature requests logged
Brand mentions tracked
Sentiment scores recorded
Replaces Brandwatch
$800/mo $1/mo
$9,588/yr saved
Scrape Reddit Posts, comments, subreddits
1
Target Subreddits & Keywords Define communities, search terms, and competitor mentions to monitor
2
Apify Scrapes Threads Posts, comments, scores, and metadata extracted at scale — $0.001/post
3
Sentiment Analyzed AI categorizes pain points, feature requests, and brand mentions
4
Intel Stored Structured insights written to CRM and content pipeline
Marketing
  • Content ideas from pain points
  • Community sentiment reports
  • Topic validation from upvote data
  • FAQ content from recurring questions
Growth
  • Product feedback mining
  • Feature request tracking
  • Competitor sentiment benchmarks
  • Market trend detection
Sales
  • Prospect pain points identified
  • Buying signals in comments
  • Competitor dissatisfaction leads
  • Outreach message personalization
CRM
  • Community contacts logged
  • Brand mentions tracked
  • Reddit engagement history stored
Content Outputs
Pain Point Report from marketing
FAQ Content Pages from marketing
Product Feedback Brief from growth
Community Engagement Plan from sales
Everything Tracked
Pain points categorized
Feature requests logged
Brand mentions tracked
Sentiment scores recorded
Replaces Brandwatch
$800/mo $1/mo
$9,588/yr saved

Cancel your Brandwatch subscription

CANCEL THIS

Brandwatch

$108/mo
  • × Subscription fees
  • × Data locked in their dashboard
  • × Per-seat pricing
  • × Export limits
vs
BUILD THIS

SoloStack + Claude Code

$1/mo
  • Pay-per-use, no subscription
  • Your data in your repo
  • Zero vendor lock-in
  • Unlimited exports
Save $1,284/year

What this skill file teaches Claude

Drop one markdown file into your repo. Claude Code learns how to run this entire workflow.

1

Subreddit scraping

Extract all posts from any public subreddit sorted by hot, new, top, or rising — with full metadata including score, comments, and flair.

2

Search across Reddit

Search for any keyword or phrase across all of Reddit or within specific subreddits to find every mention of your product, brand, or topic.

3

Comment extraction

Pull entire comment threads with nesting, scores, and author info to understand the full context of community discussions.

4

User post history

Scrape a public user's post and comment history to understand community influencers and their posting patterns.

5

Trending detection

Monitor rising posts across targeted subreddits to catch trends, viral content, and emerging discussions early.

6

Cross-subreddit analysis

Scrape the same topic across multiple subreddits to compare how different communities discuss your product or industry.

Apify Actor: trudax/reddit-scraper-lite · ~$1 per 1,000 results

Build it with plain English

Tell Claude Code what to do. It handles the rest.

claude — solostack/
you: |
✓ Scraped r/SaaS and r/startups — last 30 days
✓ Found 142 posts mentioning 'CRM'
✓ Total engagement: 8,740 upvotes, 1,203 comments

Top themes:
1. "HubSpot is too expensive" — 34 posts
2. "Looking for simple CRM alternatives" — 28 posts
3. "Built my own CRM" — 19 posts
4. "CRM for solo founders" — 15 posts

This is your target audience talking. Full dataset saved to reddit-crm-mentions.json
you: |
✓ Scraped top 100 posts about 'invoicing' from r/smallbusiness
✓ Combined comment count: 4,872

Top pain points (by mention frequency):
1. "Late payments from clients" — 67 mentions
2. "Chasing invoices manually is exhausting" — 52 mentions
3. "QuickBooks is overkill for my needs" — 41 mentions
4. "Want auto-reminders without paying $30/mo" — 38 mentions

Content opportunity: Write a post about free/cheap invoicing with auto-reminders. Data saved to reddit-invoicing-pain.json
you: |
✓ Monitoring configured for r/webdev
✓ Tracking mentions of 'CompetitorName'
✓ Baseline: 23 mentions in the last 14 days

Current sentiment: 54% positive, 31% neutral, 15% negative
Most common praise: "Great UI" (12 mentions)
Most common complaint: "Pricing jumped 40%" (8 mentions)

Weekly sentiment reports will be saved to reddit-competitor-sentiment.json

What you can build with this

Market research

Discover unfiltered opinions about your market, competitors, and product category from real users who have no reason to sugarcoat their feedback.

Sentiment analysis

Track how your brand or product is perceived over time across relevant subreddits, catching PR issues before they escalate.

Product feedback

Find feature requests, bug reports, and wish-list items from your target users discussing their frustrations with existing solutions.

Content ideas

Mine popular posts and recurring questions for blog topics, video ideas, and social media content that you know your audience already cares about.

Things to know

!

Reddit's API has rate limits. The scraper works around them with proxy rotation, but extremely large runs (50,000+ posts) should be batched.

!

Deleted and removed posts cannot be recovered. Scrape data promptly if you need to preserve it.

!

User post history scraping should be done responsibly. Avoid collecting personal information or building user profiles for targeting.

!

Reddit content is user-generated and can include misinformation. Always verify claims from scraped posts before acting on them.

Get the full skill file

Everything above is 80% of the skill file. Download the complete version with full implementation details, agent prompts, and ready-to-run scripts.

Common questions

Scraping publicly available Reddit data is generally considered legal for research and analysis purposes. Reddit's API Terms restrict commercial use of their API, but web scraping of public pages falls under a different legal framework. The HiQ v. LinkedIn precedent supports scraping public data. Use responsibly and avoid collecting personal user information.
Reddit's API has strict rate limits (100 requests/minute for OAuth apps) and charges for higher volumes since the 2023 API pricing changes. The Apify scraper bypasses these limitations and is significantly cheaper for bulk data extraction. However, for small-scale, real-time needs, the official API is a fine choice.
No. The scraper can only access public subreddits. Private subreddits require authentication and invitation, and quarantined subreddits require explicit opt-in. Only public, non-restricted communities are accessible.
You can scrape posts going back to the beginning of any subreddit, though Reddit's search index has known gaps for very old content. For comprehensive historical data, use the Pushshift archive (if available) in combination with the Apify scraper for recent content.
Yes. The scraper can extract full comment threads including nested replies, scores, author info, and timestamps. Comment scraping is slower than post scraping because each post's comment section requires a separate page load. Budget accordingly for large-scale comment extraction.

Ready to automate?

SoloStack gives you every skill pre-installed — scraping, marketing, sales, CRM, and more. One repo. Every department.

Join Waitlist →