get_user_posts
Retrieve public posts from any Reddit user by username. Filter by hot, new, top, or controversial and set the number of posts to return, up to 100.
Instructions
Browse the public posts of a Reddit user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | "hot", "new", "top" or "controversial". | new |
| limit | No | Maximum number of posts to return (capped at 100). | |
| username | Yes | Reddit username, with or without the u/ prefix. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||