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.
Proxy
Datacenter (TLS fingerprinting)
Anti-Bot
TLS fingerprinting
What You Can Scrape
- Posts — title, body, author, score, upvote ratio, awards, flair, media URLs
- Nested comments — full comment threads with configurable depth (1-5 levels), author, score, timestamps
- Search results — find posts matching keywords across all of Reddit or specific subreddits
- User activity — posts and comments from specific Reddit user profiles
- Subreddit feeds — hot, new, top, rising, and controversial sorting
- Cross-posts and links — original source tracking and external URLs
Primary Use Cases
- Brand monitoring — track mentions of your product, company, or competitors across Reddit
- Sentiment analysis — analyze community opinions and reactions to products, events, or trends
- Market research — mine Reddit discussions for unfiltered consumer feedback and pain points
- Content research — discover trending topics, frequently asked questions, and popular formats
- AI training data — collect structured conversational data with nested reply chains
API Example
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
}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | Competitors ($5/1k) |
| Cost per 1k results | $0.75 | $5.00 |
| Docker image | ~12MB | 500MB - 2GB |
| RAM usage | 128MB | 1-4GB |
| Comment depth | 1-5 levels (configurable) | Usually top-level only |
| User profiles | Yes | Varies |
| Price advantage | 6x cheaper | Baseline |
Output Fields
| Field | Type | Example |
| title | string | What CRM do you actually use? |
| body | string | Full post text / comment text |
| author | string | u/startup_founder |
| subreddit | string | r/smallbusiness |
| score | number | 847 |
| upvote_ratio | number | 0.94 |
| comment_count | number | 234 |
| comments | object[] | [{author, body, score, replies}] |
| url | string | https://reddit.com/r/... |
| created_at | string | 2026-04-18T14:30:00Z |