ComfyUI Node
Claude Reddit Scraper
Scrape Reddit posts and comments using Playwright MCP
Claude Reddit Scraper
- memory
- previous_output
- output
- scraped_data
- summary
- item_count
◄source_typesubreddit►
◄sourceprogramming►
◄scrape_modecomments►
◄max_items10►
◄modelsonnet►
◄sort_byhot►
◄time_filterday►
◄include_metadatatrue►
◄max_comment_depth2►
Categoryclaude_code/scrapers
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| source_type | COMBO | subreddit | Type of Reddit source to scrape |
| source | STRING | programming | Reddit URL, subreddit name, search query, or username |
| scrape_mode | COMBO | comments | What to scrape from Reddit |
| max_items | INT | 101–100 | Maximum items to scrape |
| model | COMBO | sonnet | Claude model to use |
| sort_byopt | COMBO | hot | Sort order for posts (subreddit mode only) |
| time_filteropt | COMBO | day | Time filter for top/controversial posts |
| include_metadataopt | BOOLEAN | true | Include post metadata (author, score, date, etc) |
| max_comment_depthopt | INT | 21–10 | Maximum comment thread depth to scrape |
| memoryopt | CLAUDE_MEMORY | Additional context/memory for Claude | |
| previous_outputopt | CLAUDE_OUTPUT | Output from previous Claude execution |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| output | CLAUDE_OUTPUT | — |
| scraped_data | JSON | — |
| summary | STRING | — |
| item_count | INT | — |