reddit-research

Search and analyze Reddit posts for market research and community sentiment via Xpoz.

15|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/XPOZpublic/xpoz-agent-skills --skill reddit-research-xpozpublic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-research
Source: https://github.com/XPOZpublic/xpoz-agent-skills/tree/main/skills/reddit-research
Command: npx skills add https://github.com/XPOZpublic/xpoz-agent-skills --skill reddit-research-xpozpublic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires xpoz, @xpoz/xpoz.

What problem does it solve? Gathering authentic user opinions from Reddit normally requires manual browsing or Reddit API setup. This Skill searches and analyzes Reddit discussions across all subreddits through Xpoz, turning raw posts into structured market research reports without Reddit API keys. ## Core Features & Use Cases - Reddit Post Search: Query posts by keywords with date ranges, retrieving titles, text, scores, comment counts, and subreddit metadata via MCP tools or the Python/TypeScript SDK. - Community Analysis: Group posts by subreddit, interpret upvote/comment ratios as sentiment signals, and extract recurring themes like pain points, praise, and feature requests. - Structured Reporting: Generate a formatted report with subreddit distribution tables, top posts, notable quotes, and actionable insights. - Use Case: Ask what Reddit thinks about a product like Cursor IDE and receive a report covering which subreddits discuss it, what users love, common complaints, and comparisons to alternatives. ## Quick Start Ask your agent: what does Reddit think about Cursor IDE over the last 30 days?

Frequently Asked Questions about reddit-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Reddit posts for market research?

Use the getRedditPostsByKeywords MCP tool or client.reddit.search_posts in the Python SDK with a keyword query and date range. Results include title, text, score, comment count, and subreddit, which you can group and analyze for themes.

How to analyze Reddit sentiment without the Reddit API?

Xpoz indexes Reddit data so no Reddit API key is needed. Use post scores and comment counts as built-in sentiment signals: high scores indicate community agreement, while high comment counts with low scores signal debate.

Do I need an API key to use Xpoz for Reddit data?

Yes, a free Xpoz access key is required, available at xpoz.ai/get-token with up to 75K results and no credit card. MCP connections authenticate via OAuth, while SDK users set the XPOZ_API_KEY environment variable.

Can I export Reddit search results to CSV?

Yes, call export_csv() in Python or exportCsv() in TypeScript on the search results object to get a downloadable CSV of the complete dataset for deeper offline analysis.

Why is my Xpoz Reddit query returning an authentication error?

Authentication errors mean the access key is missing or expired. For MCP, re-run the OAuth flow; for the SDK, verify your key at xpoz.ai/settings and confirm the XPOZ_API_KEY environment variable is set correctly.