scrape_post
Get a specific Reddit post and its comments by URL. Optionally scrape comments or download media.
Instructions
Fetch a specific Reddit post by URL. Returns the post data and all comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Reddit post URL (e.g., https://reddit.com/r/sub/comments/id/title) | |
| scrape_comments | No | Whether to fetch comments (default: true) | |
| download_media | No | Whether to download images and videos (default: false) |