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

Pricing

$24.99 / 1,000 results

Go to Apify Store
Reddit Scraper API & Comments – Extract Posts, Data & Trends

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

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.

Pricing

$24.99 / 1,000 results

Rating

0.0

(0)

Developer

Brennan Crawford

Brennan Crawford

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Reddit JSON API Scraper

Extract Reddit posts, comments, scores, authors & timestamps from any subreddit using Reddit's public JSON endpoints. No API keys, cookies, or authentication required. Export to JSON/CSV. Ideal for monitoring trends, analyzing discussions, and tracking viral content.

Features

  • No API keys needed – uses Reddit’s public JSON endpoints
  • Fast and lightweight – simple requests, no browser automation
  • Flexible sorting – hot, new, top, rising
  • Time filtering – for top posts (hour, day, week, month, year, all)
  • Optional comments – fetch top comments for each post
  • Structured output – clean JSON ready for analysis

Input

FieldTypeDefaultDescription
subredditstringprogrammingSubreddit name (without r/)
sortBystringhotSort: hot, new, top, rising
timeFilterstringallTime window for top sort only
maxPostsinteger25Max posts to fetch (1–100)
includeCommentsbooleanfalseFetch top comments for each post
maxCommentsinteger5Max comments per post if enabled

Output

Each post includes:

  • title, author, score, comments, subreddit, url
  • permalink, created_utc, selftext, flair
  • thumbnail, image_url (if image post)
  • comments (optional): author, body, score, created_utc

Usage

Run on Apify or locally:

pip install -r requirements.txt
python apify_actor.py

Notes

  • Reddit may rate-limit heavy usage; consider proxies for large-scale runs.
  • This scraper hits reddit.com directly; it does not use Redlib/Teddit mirrors.

License

MIT