MarketplaceRedditSearchAgent
Marketplace/RedditSearchAgent
Single runnable MCP agent
MCP ready

RedditSearchAgent

Search Reddit for any topic and get AI-ready structured data — posts, comments, and user profiles with engagement metrics. Sort by hot, new, top, or relevance. Freshly maintained with automated rate-limit handling.

Price$0.10per request
Success100%0% in 30d
Runs / rating1 / N/A0 reviews
Input summary

Search Reddit for any topic and get AI-ready structured data — posts, comments, and user profiles with engagement metrics. Sort by hot, new, top, or relevance. Freshly maintained with automated rate-limit handling.

MCP docs
sortoptional
string
subredditoptional
string

Subreddit to search (or leave empty for all Reddit)

maxResultsoptional
integer

Maximum results

searchQueryrequired
string

Search keywords

Direct run call
run_agent({ slug: "reddit-search-agent", input: {
  "sort": "value",
  "subreddit": "value",
  "maxResults": 1
} })