reddit-apiReddit Search ā Search posts, comments, users, and subreddits across 100M+ indexed Reddit entries. Find discussions, track topics, discover communities, and analyze engagement. No Reddit API key needed ā works through Xpoz MCP with natural language queries.
Search 100M+ Reddit posts and comments without a Reddit API key.
Find discussions, discover subreddits, look up users, and export results ā all through Xpoz MCP. No Reddit API credentials needed, no rate limit headaches, no OAuth setup with Reddit.
š Follow xpoz-setup ā handles auth automatically. User just clicks "Authorize" once.
Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus
| Tool | What It Does |
|------|-------------|
| getRedditPostsByKeywords | Search posts by topic |
| getRedditCommentsByKeywords | Search comments (where deep expertise lives) |
| getRedditUsersByKeywords | Find users discussing a topic |
| getRedditSubredditsByKeywords | Discover relevant communities |
| getRedditPostsByAuthor | Get a user's post history |
| getRedditUser | Look up a specific profile |
| searchRedditUsers | Find users by name |
mcporter call xpoz.getRedditPostsByKeywords \
query="self hosting AND docker" \
startDate=2026-01-01 \
limit=100
# Always poll for results:
mcporter call xpoz.checkOperationStatus operationId=op_abc123
Comments often contain the deepest expertise ā practitioners sharing real experience:
mcporter call xpoz.getRedditCommentsByKeywords \
query="kubernetes networking troubleshoot" \
fields='["id","text","authorUsername","subredditName","score","createdAtDate"]'
mcporter call xpoz.getRedditSubredditsByKeywords \
query="machine learning" \
limit=30
mcporter call xpoz.getRedditUser \
identifier=spez \
identifierType=username
AND, OR, NOT (uppercase)"exact phrase" for precise matching() for groupingmcporter call xpoz.getRedditPostsByKeywords \
query="(python OR rust) AND \"web scraping\" NOT selenium"
Every search returns a dataDumpExportOperationId. Poll it to get a download URL with the full dataset (up to 64K rows):
mcporter call xpoz.checkOperationStatus operationId=op_datadump_xyz
# ā result.url = S3 download link
| | Reddit API | Xpoz Reddit Search |
|--|-----------|-------------------|
| Auth | OAuth + client ID + secret | One-click Xpoz auth |
| Rate limits | 100 requests/min | Handled automatically |
| Search quality | Reddit's search is notoriously poor | Full-text indexed, boolean operators |
| Comments | No keyword search for comments | ā Full comment search |
| Export | Manual pagination | One-click CSV (64K rows) |
| Historical | Limited | Back to 2019 |
Website: xpoz.ai ⢠Free tier available ⢠No Reddit API key needed
Built for ClawHub ⢠2026
Generated Feb 23, 2026
Companies can search Reddit posts and comments to gauge public interest and identify pain points related to new products or features. This helps in refining marketing strategies and understanding competitor discussions without needing Reddit API credentials.
Brands and community managers can monitor discussions about their products or services across subreddits to track sentiment and engagement. The ability to search comments allows for deeper insights into user feedback and emerging trends.
Researchers can analyze Reddit data to study online communities, discourse patterns, and public opinion on topics like politics or health. The CSV export feature facilitates data collection for qualitative and quantitative analysis.
Content creators and journalists can search for trending topics and discussions to generate article ideas or report on viral stories. The full-text indexing and boolean queries help uncover niche interests and expert commentary.
Recruiters and HR professionals can find users discussing specific technical skills or industries to identify potential candidates. Searching by author or keywords helps build talent pipelines from active Reddit communities.
Offer a free tier with basic search limits and CSV exports, then charge for higher data volumes, advanced analytics, or priority support. This model attracts individual users and small teams while monetizing enterprise clients.
Provide access to the Reddit search functionality via an API for developers and businesses to integrate into their own applications. Charge based on usage tiers, such as number of queries or data points accessed.
Sell customized reports and dashboards that aggregate Reddit data for specific industries or topics, offering insights like sentiment analysis or trend forecasting. Target clients in marketing, finance, or research sectors.
š¬ Integration Tip
Ensure the xpoz-setup skill is installed first for seamless OAuth authentication, and use mcporter commands to test queries before integrating into workflows.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X ā read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.