> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrapio.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Reddit

> Fetch a Reddit post with comments, a subreddit's post feed, or a user's activity feed.

<Note>
  Reddit endpoints require a paid plan (Starter or higher). Without one, these endpoints return `402 plan_upgrade_required`. See [Pricing](/pricing) for details.
</Note>

## Endpoints

* `GET /v1/reddit/post` — Fetch a Reddit post and its top-level comments.
* `GET /v1/reddit/subreddit` — Fetch a subreddit's current post feed.
* `GET /v1/reddit/user` — Fetch a user's mixed post/comment activity feed.
