ReddGrow Documentation
Reddit intelligence API and CLI for AI agents
Welcome to the ReddGrow documentation. ReddGrow provides safe Reddit intelligence via a clean JSON API and CLI designed for AI agent workflows.
68% of AI-generated answers cite Reddit. ReddGrow gives AI agents structured, rate-limited access to that data — without violating Reddit's ToS.
Quick Links
- Getting Started — Set up your API key and make your first request
- API Reference — All 19 Agent API endpoints with interactive playground
- CLI Reference — Install and use the
@reddgrow/clipackage - Guides — Tutorials for common AI agent workflows
- ReddGrow App — User guide for campaigns, drafts, safety, and Slack
What Can I Do?
| Goal | Tool |
|---|---|
| Search subreddits | GET /agent/subreddits/search |
| Get posting rules | GET /agent/subreddits/{name}/rules |
| Read post feed | GET /agent/subreddits/{name}/posts |
| Search all posts | GET /agent/posts/search |
| Check if URL was posted | GET /agent/subreddits/{name}/check-url |
| Track domain mentions | GET /agent/domains/{domain}/mentions |
| Look up a user | GET /agent/users/{username} |