Scrape Reddit URLs
scrape_reddit_urlsScrape Reddit post, user, subreddit, or search URLs to extract posts, comments, users, and communities as structured JSON rows. Specify up to 100 URLs and control comment threads, post caps, and NSFW inclusion.
Instructions
Scrape specific Reddit URLs: post permalinks (optionally with the full comment thread), user profile URLs (/user// returns the user's posts and comments), subreddit listing URLs (/r//new/, /r//top/?t=week) or Reddit search-result page URLs. Returns structured JSON rows with a dataType of post, comment, user or community.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| maxPosts | No | Cap for listing/profile URLs | |
| includeNsfw | No | ||
| maxCommentsPerPost | No | ||
| includeCommentThreads | No | For post URLs, return the comments too |