

Scrape public Reddit posts, comments, votes, media, and metadata by URL or keyword. Support sorting, filtering, and structured output for research, monitoring, and analysis.
Reddit Scraper is a powerful data extraction tool that harvests posts and comments from publicly available Reddit pages. No login required—just input a Reddit link or keywords to get complete post and comment data with all key metadata.
| Field | Description | Example |
|---|---|---|
| id | Post ID (Reddit format) | t3_vwi6jx |
| parsedId | Parsed post ID | vwi6jx |
| url | Post link | https://www.reddit.com/r/pasta/comments/vwi6jx/... |
| title | Post title | Pasta Peperoni and Ricotta cheese... |
| body | Post body | null (for video posts) |
| username | Poster's username | Cooking_Vito_e_Daisy |
| userId | Poster's ID | t2_nuyl7btq |
| communityName | Subreddit name | r/pasta |
| createdAt | Post timestamp | 2022-07-11T13:15:17Z |
| scrapedAt | Scraping timestamp | 2026-05-12T05:53:14.941732Z |
| upVotes | Vote count | 302 |
| upVoteRatio | Vote ratio | 0.99 |
| numberOfComments | Comment count | 21 |
| flair | Post flair | Homemade Dish |
| isVideo | Is video | true |
| videoUrl | Video URL | https://v.redd.it/htn04py9vxa91/DASH_1080.mp4 |
| thumbnailUrl | Thumbnail URL | https://b.thumbs.redditmedia.com/nJH9DcMFOlQN4PF.jpg |
| imageUrls | Image URL array | [] |
| over18 | Is NSFW | false |
| isAd | Is ad | false |
| authorFlair | Author flair | null |
| category | Category | pasta |
| html | HTML content | null |
| Field | Description | Example |
|---|---|---|
| id | Comment ID (Reddit format) | t1_ifpvu1o |
| parsedId | Parsed comment ID | ifpvu1o |
| url | Comment link | https://www.reddit.com/r/pasta/comments/vwi6jx/.../ifpvu1o/ |
| postId | Parent post ID | t3_vwi6jx |
| parentId | Parent ID (post or comment) | t3_vwi6jx |
| body | Comment content | For homemade dishes such as lasagna... |
| username | Commenter's username | AutoModerator |
| userId | Commenter's ID | t2_12345678 |
| communityName | Subreddit name | r/pasta |
| createdAt | Comment timestamp | 2022-07-11T13:16:00Z |
| scrapedAt | Scraping timestamp | 2026-05-12T05:53:20.123456Z |
| upVotes | Comment score | 1 |
| numberOfreplies | Reply count | 0 |
| dataType | Data type | comment |
| html | HTML content | For homemade dishes... |
| over18 | Is NSFW | false |
| isAd | Is ad | false |
Input one or more Reddit links to extract all posts and comments from those URLs.
Supported URL Types:
https://www.reddit.com/r/pasta/comments/vwi6jx/pasta_peperoni_and_ricotta_cheese_how_to_make/https://www.reddit.com/r/webscraping/https://www.reddit.com/r/webscraping/new/Advantages:
Input keywords and optional subreddit filters to search Reddit and extract results.
Parameters:
keyword — Search keyword (required)community — Limit search to specific subreddit, e.g., r/webscraping (optional)sort — Sort order: Hot, New, Top, Rising, Relevance, Commentstime — Time filter: Hour, Day, Week, Month, Year, AllincludeNSFW — Include NSFW content (default: true)skipComments — Return posts only, skip comments (default: false)maxItems — Maximum rows to returnmaxPosts — Maximum number of postsmaxComments — Maximum comments per postAdvantages:
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| url | string | No | Reddit link (takes priority over keyword) | https://www.reddit.com/r/pasta/... |
| keyword | string | No | Search keyword | webscraping |
| community | string | No | Limit search to specific subreddit | r/webscraping |
| Parameter | Type | Default | Description | Values |
|---|---|---|---|---|
| sort | string | new | Sort order | hot, new, top, rising, relevance, comments |
| time | string | all | Time filter | hour, day, week, month, year, all |
| includeNSFW | boolean | true | Include NSFW content | true, false |
| Parameter | Type | Default | Description |
|---|---|---|---|
| maxItems | number | - | Maximum rows to return (posts + comments) |
| maxPostCount | number | - | Maximum number of posts |
| maxComments | number | - | Maximum comments per post |
| skipComments | boolean | false | Return posts only, skip comments |
Explanation:
Explanation:
Explanation:
Explore more popular scrapers from our marketplace
by haazhfe9
Live crypto market data from CoinGecko's public API. Get real-time prices, market caps, 24h trading volume, supply data (circulating/total/max), all-time highs/lows, and price changes across 1h/24h/7d/30d windows for any cryptocurrency. Supports coin IDs (bitcoin), ticker symbols (BTC), or full name
by mn06pz6r
Twitter Post Scraper (by Profile URL) extracts recent tweets from any public Twitter/X profile. Provide one or more profile URLs and it will fetch the latest posts along with engagement metrics and author details.
by mn06pz6r
Twitter Profile Scraper (by Username) extracts a complete Twitter/X profile and its recent tweets using just a username. Provide one or more usernames and it will return the full profile metadata along with an array of recent posts.
by mn06pz6r
Twitter Profile Scraper (by Profile URL) extracts a complete Twitter/X profile and its recent tweets in a single run. Provide one or more profile URLs and it will return the full profile metadata along with an array of recent posts.