Reddit Scraper MCP
Pricing
Pay per usage
Go to Apify Store
Reddit Scraper MCP
Reddit MCP for AI agents. Programmatic access to subreddit info, posts, comments, and search. Built for sentiment analysis, community intelligence, and market research.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
AutomateLab
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
17 hours ago
Last modified
Categories
Share
AI-native Reddit API for autonomous workflows. Programmatic access to subreddit info, posts, comments, and search.
Tools
| Tool | Description | Price |
|---|---|---|
get_subreddit_info | Get subreddit metadata — name, title, description, subscribers, active users, creation date, NSFW flag | $0.03 |
get_posts | Get posts from any subreddit with sorting (hot/new/top/rising) | $0.03 |
get_comments | Get comments from a Reddit post | $0.05 |
search_reddit | Search Reddit for posts matching a query with time and sort filters | $0.05 |
Use Cases
- Sentiment analysis — monitor community reactions to products, brands, events
- Market research — discover trending topics, user discussions, pain points
- Competitive intelligence — track discussions about competitors
- Content inspiration — find viral posts, trending discussions in any niche
- Academic research — gather Reddit data for social science research
API
MCP Protocol (Standby Mode)
Start with initialize:
{ "method": "initialize", "params": {} }
List tools:
{ "method": "tools/list" }
Call a tool:
{ "method": "tools/call", "params": { "name": "get_subreddit_info", "arguments": { "subreddit": "technology" } } }
Legacy Format
{ "tool": "get_subreddit_info", "params": { "subreddit": "technology" } }
Installation
$npm install
Testing
$echo '{"tool": "get_subreddit_info", "params": {"subreddit": "technology"}}' | INPUT_STORE=1 apify run
Build
npm installnode --check src/main.jsapify push
License
MIT