scrape_subreddit
Extract Reddit posts from any subreddit to collect titles, authors, scores, comments, and media URLs for analysis or archiving.
Instructions
Scrape posts from a subreddit. Returns post data including titles, authors, scores, comments, and media URLs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subreddit | Yes | Name of the subreddit to scrape (without r/) | |
| limit | No | Maximum number of posts to scrape (default: 100) | |
| download_media | No | Whether to download images and videos (default: false) | |
| scrape_comments | No | Whether to scrape comments (default: true) |