Reddit Scraper β Posts & Comments by Subreddit or Search
Pricing
from $3.00 / 1,000 results
Reddit Scraper β Posts & Comments by Subreddit or Search
Scrape Reddit posts and comments from any subreddit or search query: title, author, score, upvote ratio, text, and metadata. No login or API key.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Hichem Ben Moussa
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
π½ Reddit Scraper β Posts & Comments by Subreddit or Search
Scrape Reddit posts and comments from any subreddit or search query β title, author, score, upvote ratio, text, and metadata β as clean structured data. No login, no API key.
Export to CSV, Excel, JSON, or Google Sheets, or pull via the Apify API.
β¨ What you get
Per post
| Field | Example |
|---|---|
| title / author | "Show HN: β¦" Β· u/example |
| subreddit | technology |
| score / upvoteRatio | 4210 Β· 0.96 |
| numComments | 318 |
| text | self-post body |
| url / linkUrl | Reddit permalink + linked URL |
| flair, createdAt, over18 | metadata |
Optional per-post comments: author, body, score, createdAt.
π― Who it's for
- Market & product research β mine subreddits for pain points, feature requests, and sentiment.
- Brand monitoring β track mentions of your product or competitors.
- Trend spotting β pull top/rising posts in any niche.
- AI / datasets β collect text for training, RAG, or analysis.
- Lead generation β find people asking for the solution you sell.
π How to use it
- Add subreddits (e.g.
technology,r/AskReddit) and/or search queries. - Choose a sort (
hot,new,top,rising,controversial) and, fortop, a time range. - Set max posts, and optionally enable comments.
- Click Start and export.
π₯ Example input
{"subreddits": ["technology", "r/programming"],"sort": "top","time": "week","maxItems": 100,"includeComments": false}
Search across Reddit:
{"searchQueries": ["best crm for small business"],"sort": "top","time": "year","maxItems": 50}
π€ Example output
{"type": "post","id": "1abcd23","subreddit": "technology","title": "A new open-source tool just dropped","author": "example_user","score": 4210,"upvoteRatio": 0.96,"numComments": 318,"createdAt": "2026-07-15T14:22:10.000Z","text": "Here's what it does...","url": "https://www.reddit.com/r/technology/comments/1abcd23/...","flair": "Software"}
β FAQ
Do I need a Reddit account or API key? No. It reads Reddit's public JSON β just give it subreddits or search terms.
Can I get comments too? Yes β enable Include comments and set how many per post. It's slower, so leave it off for large post-only pulls.
How many posts can I get? Reddit paginates listings; the Actor follows pages up to your Max posts limit per subreddit / query.
Is scraping Reddit legal? It collects publicly available content. You're responsible for complying with Reddit's terms and applicable laws, and for how you use the data.
πΊοΈ Roadmap
- Full comment trees with reply depth
- User (redditor) profile scraping
- Media/gallery URL extraction
- Keyword filters and date ranges
Built and maintained by hichemdev. Found a bug or want a feature? Open an issue on the Actor's Issues tab.