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.

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

→ Start free · Browse all APIs