Scrape a subreddit in bulk
scrape_subredditPull bulk posts from one or more subreddits as structured JSON, optionally filtered by date and including comment threads, to build community datasets or analyze trends without needing a Reddit API key.
Instructions
Pull posts from one or more subreddits in bulk (far more than a single listing page), optionally limited to a date window and optionally with each post's comments. Use for building a dataset of a community, trend analysis, or 'what has r/X been discussing since '. Subreddit names only, not post links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxPosts | No | Total posts across all subreddits | |
| subreddits | Yes | e.g. ['SaaS', 'r/startups'] | |
| includeNsfw | No | ||
| postedAfter | No | ||
| postedBefore | No | ||
| maxCommentsPerPost | No | ||
| includeCommentThreads | No |