Catalog action Social

Fetch a Reddit user's public profile by username. Returns account age, link/comment/total karma, verification and employee flags, profile images, and follower count. Ideal for: reputation checks, vetting accounts, enriching social profiles, and gating actions on account age or karma.

At a Glance

FieldValue
Action IDreddit-get-user
CategorySocial
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagssocial, reddit, user, profile, karma, read

Payload Schema

FieldTypeRequiredDescription
usernamestringYesReddit username without the u/ prefix (e.g. 'spez')

Result Schema

FieldTypeRequiredDescription
namestringYesUsername
idstringYesBase-36 account id
fullnamestringYesReddit fullname (e.g. 't2_...')
createdUtcnumberNoAccount creation time as a unix epoch (seconds)
createdstringNoAccount creation time as an ISO-8601 string
linkKarmanumberNoKarma earned from posts/links
commentKarmanumberNoKarma earned from comments
awardeeKarmanumberNoKarma earned from awards received
awarderKarmanumberNoKarma earned from giving awards
totalKarmanumberYesTotal karma across all sources
isGoldbooleanNoWhether the user has Reddit Premium/Gold
isModbooleanNoWhether the user moderates any subreddit
isEmployeebooleanNoWhether the user is a Reddit employee
verifiedbooleanNoWhether the account is verified
hasVerifiedEmailbooleanNoWhether the account has a verified email
acceptFollowersbooleanNoWhether the user accepts followers
iconImgstring | nullNoProfile icon image URL
snoovatarImgstring | nullNoSnoovatar image URL, if set
subredditobject | nullNoThe user's profile subreddit summary

Examples

json
{ "type": "reddit-get-user", "payload": { "username": "example-username" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.