Users
Reddit user profile and history
Get user profile
Returns profile information for a Reddit user — karma, account age, and more.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
usernameRequiredstringReddit username (without u/ prefix)
User profile
Get user posts
Returns recent posts by a Reddit user.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
usernameRequiredstringReddit username (without u/ prefix)
Query Parameters
limitintegerNumber of items to return (max 100)
Default:
25Minimum: 1Maximum: 100User's posts
Get user comments
Returns recent comments by a Reddit user.
Authorization
x-api-key<token>API key starting with rg_. Create one at https://app.reddgrow.ai/settings/api-keys
In: header
Path Parameters
usernameRequiredstringReddit username (without u/ prefix)
Query Parameters
limitintegerNumber of items to return (max 100)
Default:
25Minimum: 1Maximum: 100User's comments