reddit_user_posts
List public Reddit posts from a user's submitted feed. Returns normalized JSON with pagination and handles rate limiting via Retry-After.
Instructions
List Reddit user posts. Returns normalized public posts from a public Reddit user's submitted feed. A 503 with a Retry-After header means Reddit is temporarily throttling the request; wait that many seconds and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Reddit pagination token | |
| limit | No | Maximum posts, defaults to 25 and clamps to 100 | |
| username | Yes | Public Reddit username, without u/ |