App Logo
reddit.com

Get Reddit user profile

Fetch a Reddit user's profile by their username (with or without the u/ prefix). Returns username, display_name, description, karma, contributions, reddit_age, and recent posts and comments (type, title, text, subreddit, score, created, url).

Input

username required

Reddit username, with or without the u/ prefix

limit optional

Max number of recent posts/comments to return (slices the SSR'd overview feed). Default 25.

Default: 25

Output

karma required

As displayed (may be abbreviated, e.g. "16.7k")

recent required

Recent posts and comments from the SSR'd overview feed. Empty when the account hides its posts, which is a real outcome rather than a session effect.

username required
reddit_age optional

As displayed, e.g. "10 y"

description optional
display_name optional
contributions optional

FAQ

Fetch a Reddit user's profile by their username (with or without the u/ prefix). Returns username, display_name, description, karma, contributions, reddit_age, and recent posts and comments (type, title, text, subreddit, score, created, url).
Required: username. Optional: limit.
It returns karma, recent, username, reddit_age, description, display_name, contributions.
No. It only uses pages of reddit.com that are reachable without signing in.
It only reads. It looks things up on reddit.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/reddit.com/get_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/reddit.com/get_user
It is part of Reduck's official curated catalogue.

Start building not clicking