← 返回
数据分析 中文

Reddit Search

Reddit 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.
Reddit 搜索 — 搜索超 1 亿条索引 Reddit 数据,涵盖帖子、评论、用户及子版块。查找讨论、追踪话题、发现社区并分析互动。无需 Reddit API 密钥,通过 Xpoz MCP 支持自然语言查询。
atyachin
数据分析 clawhub v1.2.0 1 版本 99848.9 Key: 无需
★ 2
Stars
📥 1,943
下载
💾 30
安装
1
版本
#latest

概述

Reddit Search

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.


⚡ Setup

👉 Follow xpoz-setup — handles auth automatically. User just clicks "Authorize" once.


Setup

Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus

What You Can Search

ToolWhat It Does
-------------------
getRedditPostsByKeywordsSearch posts by topic
getRedditCommentsByKeywordsSearch comments (where deep expertise lives)
getRedditUsersByKeywordsFind users discussing a topic
getRedditSubredditsByKeywordsDiscover relevant communities
getRedditPostsByAuthorGet a user's post history
getRedditUserLook up a specific profile
searchRedditUsersFind users by name

Quick Examples

Search Posts

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

Search Comments

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"]'

Find Subreddits

mcporter call xpoz.getRedditSubredditsByKeywords \
  query="machine learning" \
  limit=30

Look Up a User

mcporter call xpoz.getRedditUser \
  identifier=spez \
  identifierType=username

Boolean Queries

  • AND, OR, NOT (uppercase)
  • "exact phrase" for precise matching
  • () for grouping
mcporter call xpoz.getRedditPostsByKeywords \
  query="(python OR rust) AND \"web scraping\" NOT selenium"

CSV Export

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

Why Not Use the Reddit API Directly?

Reddit APIXpoz Reddit Search
--------------------------------
AuthOAuth + client ID + secretOne-click Xpoz auth
Rate limits100 requests/minHandled automatically
Search qualityReddit's search is notoriously poorFull-text indexed, boolean operators
CommentsNo keyword search for comments✅ Full comment search
ExportManual paginationOne-click CSV (64K rows)
HistoricalLimitedBack to 2019

Related Skills


Website: xpoz.aiFree tier available • No Reddit API key needed

Built for ClawHub • 2026

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-03-28 22:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,127
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,029
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,482