Reddit User Posts
reddit-get-user-postsGet posts submitted by a specific Reddit user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort: hot, new, top, controversial | new |
| count | No | Number of results to return (default 10) | |
| username | Yes | Reddit username without u/ prefix | |
| text_only | No | Headline mode: return only {id, title} per post. Drops author, subreddit, date, URL, and the body preview. Use for a cheap first pass to pick posts worth fetching with reddit-get-post. Leave false when you need bodies, authors, or links. | |
| time_filter | No | Time filter: hour, day, week, month, year, all | all |