Reddit Scraper MCP avatar

Reddit Scraper MCP

Pricing

Pay per usage

Go to Apify Store
Reddit Scraper MCP

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

AutomateLab

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

17 hours ago

Last modified

Share

AI-native Reddit API for autonomous workflows. Programmatic access to subreddit info, posts, comments, and search.

Tools

ToolDescriptionPrice
get_subreddit_infoGet subreddit metadata — name, title, description, subscribers, active users, creation date, NSFW flag$0.03
get_postsGet posts from any subreddit with sorting (hot/new/top/rising)$0.03
get_commentsGet comments from a Reddit post$0.05
search_redditSearch 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 install
node --check src/main.js
apify push

License

MIT