VOOZH about

URL: https://apify.com/fresh_cliff/reddit-subreddit-top-posts-scraper

⇱ Reddit Subreddit Top Posts Scraper Β· Apify


πŸ‘ Reddit Subreddit Top Posts Scraper avatar

Reddit Subreddit Top Posts Scraper

Under maintenance

Pricing

$24.99/month + usage

Go to Apify Store

Reddit Subreddit Top Posts Scraper

Under maintenance

Extract top posts from any Reddit subreddit with title, author, upvotes, comments, URL, timestamp, flair. Filter by time range (day/week/month/year/all). Monitor trends, analyze discussions, track viral content. Export to JSON/CSV for social listening and research. Fast requests-based scraper.

Pricing

$24.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Brennan Crawford

Brennan Crawford

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

6 months ago

Last modified

Share

Reddit Subreddit Scraper – Export Top Posts & Comments

Extract top posts from any Reddit subreddit. Export JSON/CSV for social listening, trend analysis, and research.

Features

  • Scrapes posts from any public subreddit
  • Collects title, author, upvotes, comments, URL, timestamp, flair, domain
  • Filter by time range (hour/day/week/month/year/all)
  • Sort by hot, new, top, or rising
  • Configurable post limit (1-100)
  • Playwright + async Actor implementation

Input

  • subreddit (required): Subreddit name without r/, e.g., python, machinelearning
  • timeRange (default: "day"): hour, day, week, month, year, all
  • maxPosts (default: 25): 1-100
  • sortBy (default: "top"): hot, new, top, rising
  • userAgent (optional): Custom User-Agent
  • timeoutSec (default: 30): Per-page timeout

Output

Each dataset item:

{
"title":"Amazing Python library for data science",
"author":"pythondev123",
"subreddit":"python",
"url":"https://github.com/example/library",
"permalink":"https://reddit.com/r/python/comments/abc123/...",
"upvotes":1250,
"upvoteRatio":null,
"commentCount":87,
"flair":"News",
"timestamp":"2025-12-31T10:00:00Z",
"domain":"github.com",
"isSelfPost":false,
"isNSFW":false
}

Use Cases

  • Social listening - Monitor brand mentions and discussions
  • Trend analysis - Track viral content and emerging topics
  • Content research - Discover popular posts for content ideas
  • Competitive intelligence - Track competitor mentions
  • Sentiment analysis - Analyze community reactions

Local Testing

  1. pip install -r requirements.txt
  2. python -m playwright install chromium
  3. Create storage/key_value_stores/default/INPUT.json:
{
"subreddit":"python",
"timeRange":"day",
"maxPosts":10
}
  1. python apify_actor.py
  2. Check output in storage/datasets/default/

Deployment

See DEPLOY.md for Apify deployment steps.

Notes

  • Uses old.reddit.com for stable HTML structure
  • Respects Reddit's public data access
  • No authentication required for public subreddits
  • Rate limiting handled by timeouts

You might also like

Reddit Scraper API & Comments – Extract Posts, Data & Trends

fresh_cliff/reddit-json-api-scraper

Extract Reddit posts, comments, scores, authors & timestamps from any subreddit. No API keys. Real-time JSON/CSV export. Monitor trends, analyze discussions, track viral content. Fast requests-based scraper with Redlib fallback.

πŸ‘ User avatar

Brennan Crawford

5

Reddit Subreddit Posts Actor

pintostudio/reddit-subreddit-posts-actor

The Reddit Subreddit Posts actor is an Apify tool that scrapes posts from any Reddit subreddit. It retrieves post metadata including title, author, score, number of comments, and more, making it easy to analyze subreddit content and trends.

16

πŸ”΄ Reddit Scraper β€” Posts, Comments & Data

nexgendata/reddit-scraper

Extract posts, comments & subreddit data from Reddit. Monitor brand mentions, track discussions & build social listening tools. Get upvotes, awards & comment threads. Pay per post.

Reddit Posts Scraper

scrapemesh/reddit-posts-scraper

🧰 Reddit Posts Scraper extracts Reddit post data by subreddit, keyword, or URLβ€”titles, authors, flairs, scores, upvotes, comments, timestamps, links & media. πŸ“Š Export CSV/JSON. πŸ”Ž Perfect for trend tracking, sentiment analysis, content research & social listening. πŸš€

Reddit Subreddit Scraper - Scrape Posts, No API Key

logiover/reddit-subreddit-scraper

Scrape subreddit posts with no Reddit API key or login. Reddit RSS feed scraper that exports posts to CSV/JSON for social listening and research.

Reddit Subreddit Posts Scraper. No Login

seemuapps/reddit-subreddit-posts-scraper

Scrape posts from any public subreddit. Title, author, score, comment count, body text, link, flair, and timestamp. Filter by hot, new, top, rising, or controversial. No login.

Reddit Trends Scraper

api-empire/reddit-trends-scraper

Automatically extract Reddit trending posts and topic data with Reddit Trends Scraper. Capture upvotes, comments, posting time, and subreddit details for analytics dashboards and content performance research.