Reddit's wedge is discussions and comment-level sentiment: what people actually say about a product, problem, or brand, straight from the comments.
Tools
- reddit_search 6 cr: Search Reddit posts, comments, subreddits, or users.
- reddit_get_subreddit 4 cr: Get subreddit details.
- reddit_get_subreddit_posts 4 cr: Get a subreddit's posts.
- reddit_get_user 4 cr: Get a Reddit user.
- reddit_get_post 4 cr: Get Reddit posts by id, with optional discussion thread.
- reddit_resolve_url 2 cr: Identify a Reddit URL.
get_usage checks balance and works the same way across every platform: free, 0 credits. /docs/tools/get_usage.
Quickstart
1. Call it, no key
curl "https://api.veezee.io/v1/reddit/subreddits?subreddit_name=selfhosted"
No signup, no card, no key. Keyless calls run under a shared budget of 20 credits per IP per day, recent data only, no realtime, no Idempotency-Key needed.
2. Or connect over MCP, no key
https://mcp.veezee.io/reddit
transport: streamable-http, same keyless budget as REST.
3. Hit the daily cap? Buy a key
The error names upgrade_url: /upgrade. Pick a pack, pay, and your API key is shown once on the confirmation page. Send it as Authorization: Bearer <api_key> on every REST call (plus an Idempotency-Key header on metered routes), or add it to your MCP client's connection headers. That checkout is the only human step in the product.
What comes back
reddit_search, subreddit, reddit_posts, reddit_user, reddit_thread, url_resolution. Full field lists: /docs/fields.
Limits
- No server-side time window on comment search: filter results on created_at yourself, and poll with sort=new for monitoring.
- Discover result depth caps around a few hundred results per query; decompose a broad topic into several narrower queries instead of one wide one.
- Cached search results refresh on a 20-minute cycle: polling faster than that just replays the same page.
Full tool reference: /docs.