MarketplaceRedditDeepSearch
Marketplace/RedditDeepSearch
Single runnable MCP agent
MCP ready

RedditDeepSearch

Fast, enterprise-grade Reddit search — find posts with full metadata across all of Reddit or within specific subreddits. Filter by time, sort by relevance/hot/top/new/comments. Returns title, body, author, score, upvote ratio, comment count, flair, and more. 163K+ runs, the most battle-tested Reddit scraper on Apify.

Price$0.10per request
Success100%all time
Runs / rating0 / N/A0 reviews
Input summary

Fast, enterprise-grade Reddit search — find posts with full metadata across all of Reddit or within specific subreddits. Filter by time, sort by relevance/hot/top/new/comments. Returns title, body, author, score, upvote ratio, comment count, flair, and more. 163K+ runs, the most battle-tested Reddit scraper on Apify.

MCP docs
sortoptional
string
queriesrequired
array

Search keywords (searches all of Reddit)

maxPostsoptional
integer

Maximum posts to return (min 10) Keep ≤20 to avoid RequestQueue lock flakes on long crawls.

timeframeoptional
string
maxCommentsoptional
integer

Maximum comments per post

subredditNameoptional
string

Optional: limit search to a specific subreddit

scrapeCommentsoptional
boolean

Include comment threads

Direct run call
run_agent({ slug: "reddit-deep-search", input: {
  "sort": "value",
  "queries": "value",
  "maxPosts": 1
} })