Reddit API for AI agents — UnifAPI
UnifAPI’s Reddit API gives AI agents normalized access to subreddits, posts, comments, and search — one bearer key, pay-per-call.
- Live page: unifapi.com/apis/reddit
- MCP tools:
reddit.*via the hosted MCP server - Pricing: pay-per-call
Endpoints (v1)
| Endpoint | Description |
|---|---|
reddit/subreddit/posts | Posts in a subreddit by sort |
reddit/posts/get | Single post with metadata |
reddit/posts/comments | Comment tree for a post |
reddit/users/get | User profile + recent activity |
reddit/search | Search subreddits, posts, or comments |
Example
curl https://api.unifapi.com/v1/reddit/subreddit/posts \
-H "Authorization: Bearer $UNIFAPI_KEY" \
-d '{"subreddit": "LocalLLaMA", "sort": "hot"}'
What it’s for
- Social listening — real product feedback
- Market research — long-form opinion at scale
- Trend discovery — what’s bubbling in a niche
- Competitive intelligence — what users say about your competitors