Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Reddit is the internet’s largest collection of self-organizing communities, each with a distinct vocabulary and emotional register. These six jobs pull posts, comments, and search results from Reddit’s OAuth API into Mavera’s surfaces (Brand Voice, Focus Groups, Mave Agent, Speak, Generate) to extract community voice, mirror feedback with synthetic personas, turn trends into content, run AMA interviews, track competitor sentiment, and discover pain points for ad copy.Reddit API — Base URL:
https://oauth.reddit.com/. Auth: OAuth 2.0 — Authorization: Bearer {token} header. Rate limits: 100 requests per minute per OAuth client.Prerequisites
Reddit application credentials
Create a script application at reddit.com/prefs/apps. Record the client ID and client secret.
User-Agent header
Reddit requires a descriptive
User-Agent (e.g., script:your-app:v1.0 (by /u/yourname)). Requests without one are throttled.Mavera API key
Get your key from Mavera dashboard.
Jobs
| # | Job | Reddit Data | Mavera Surface | Output |
|---|---|---|---|---|
| 1 | Subreddit Voice Mining | /r//hot | Brand Voice | Community voice brand voice |
| 2 | Product Feedback Focus Group Mirror | /search?q= | Personas + Focus Groups | Synthetic vs real response comparison |
| 3 | Trend-to-Content Pipeline | /r//rising | Mave Agent + Generate | Trend-aligned content briefs |
| 4 | AMA-Style Persona Interviews | Common AMA questions | Speak | In-depth persona interview transcripts |
| 5 | Competitor Sentiment Tracking | /search competitor mentions | Mave Agent (Chat) | Sentiment / theme / opportunity map |
| 6 | Pain Point Discovery for Messaging | Problem threads | Mave Agent + Generate | Top 10 pain points → ad copy per point |
Rate Limits & Production Notes
| Reddit Endpoint | Limit | Strategy |
|---|---|---|
| All OAuth endpoints | 100 req/min | Track X-Ratelimit-Remaining |
/search, /comments | Shared 100 req/min pool | Cache; batch by subreddit |
| Token refresh | Hourly expiration | Refresh at 55 min |