Scrape Reddit Posts and Comments — Nested Threads at $0.75 per 1,000 Results

Extract posts, nested comment threads, search results, and user activity from Reddit at a fraction of the cost of existing scrapers. Configurable comment depth from 1 to 5 levels gives you control over how deep into conversations you go. Our scraper handles Reddit's anti-bot protections transparently, delivering clean structured data from any subreddit or search query.

Open on Apify → Try it now
Docker Image
~12MB
RAM
128MB
Proxy
Datacenter (TLS fingerprinting)
Coverage
Global
Pricing
$0.75/1k results
Anti-Bot
TLS fingerprinting

What You Can Scrape

Primary Use Cases

API Example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~reddit-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "searchQueries": ["best CRM software"],
    "subreddits": ["smallbusiness", "startups"],
    "maxResultsPerQuery": 100,
    "commentDepth": 3
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/reddit-scraper

Integrations

How It Compares

FeatureNanoScrapeCompetitors ($5/1k)
Cost per 1k results$0.75$5.00
Docker image~12MB500MB - 2GB
RAM usage128MB1-4GB
Comment depth1-5 levels (configurable)Usually top-level only
User profilesYesVaries
Price advantage6x cheaperBaseline

Output Fields

FieldTypeExample
titlestringWhat CRM do you actually use?
bodystringFull post text / comment text
authorstringu/startup_founder
subredditstringr/smallbusiness
scorenumber847
upvote_rationumber0.94
comment_countnumber234
commentsobject[][{author, body, score, replies}]
urlstringhttps://reddit.com/r/...
created_atstring2026-04-18T14:30:00Z
Open on Apify → Try it now — free tier available