reddit_user_profile
Fetch a Reddit user's public profile by username to view karma, account age, verification status, and avatar. Use this data to vet or summarize any redditor.
Instructions
Fetch a Reddit user's public profile by username. Returns account info: username, id, karma (post + comment), account age, verified/employee flags, and avatar. Use to vet or summarize a redditor. Example: name='spez'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Reddit username WITHOUT the u/ prefix (e.g. 'spez'). Required (path parameter). |