Reddit Comments Scraper avatar

Reddit Comments Scraper

Pricing

$14.99/month + usage

Go to Apify Store
Reddit Comments Scraper

Reddit Comments Scraper

Use Reddit Comments Scraper to gather Reddit comment data at scale. Capture comment threads, upvotes, authors, and posting time to analyze discussions, audience sentiment, and community engagement patterns.

Pricing

$14.99/month + usage

Rating

0.0

(0)

Developer

Scrapio

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

0

Monthly active users

a day ago

Last modified

Share

Reddit Comment Scraper Plus ๐Ÿ”ด๐Ÿ’ฌ

Scrape Reddit comments and replies at scale from any post, subreddit or user, with real timestamps, the parent post record, full thread metadata (OP flag, awards, flair, distinguished, depth), powerful filters, derived analytics and optional AI enrichment (sentiment, emotion, topics, language, toxicity).

Built on Reddit's public JSON API (no login) โ€” Reddit comment scraper, Reddit comments export, Reddit thread scraper, Reddit data extraction, Reddit sentiment analysis, Reddit market research, Reddit API alternative.

Features

  • โœ… Comments + threaded replies โ€” every reply is labelled type="reply", isReply=true, linked to its parent via parentId, and interleaved right after its parent comment.
  • โœ… Real creation dates โ€” createdAt emitted as ISO-8601 (the base scraper left this empty).
  • โœ… Post/submission record โ€” one type="post" row per post with title, selftext, score, upvoteRatio, numComments, author and date.
  • โœ… Rich harvested metadata โ€” isSubmitter (OP), distinguished, stickied, authorFlair, authorFullname, controversiality, depth, gilded, awardCount, locked, archived, subreddit, bodyHtml, edited/editedAt.
  • โœ… Filters โ€” include/exclude keywords, minimum score, oldest date (absolute or relative), exclude deleted/removed, exclude AutoModerator, only-OP.
  • โœ… Derived analytics โ€” ageHours, replyCount, isTopLevel, wordCount, engagementScore (score รท age).
  • โœ… Discovery โ€” paste a subreddit or user URL to auto-discover and scrape its recent posts.
  • โœ… Per-run replies dataset โ€” reply rows are mirrored to a separate replies-<runId> dataset.
  • โœ… Optional AI enrichment โ€” sentiment, emotion, topics, language, toxicityScore via Anthropic / OpenAI / Google / xAI / DeepSeek / Perplexity / Mistral (auto-detected from the model name). Off by default.
  • โœ… Proxy honored โ€” your proxy selection is used exactly (residential recommended for Reddit).

Input

FieldTypeDefaultDescription
startUrlsarrayโ€”Post, subreddit or user URLs (also bare post IDs / redd.it links).
sortOrderenumtopbest ยท top ยท new ยท controversial ยท old ยท qa ยท hot.
maxCommentsinteger50Max top-level comments per post (0 = unlimited).
includeRepliesbooleantrueCollect nested replies.
maxRepliesPerCommentinteger10Max reply rows per top-level comment (0 = unlimited).
includePostbooleantrueEmit the post/submission record.
maxPostsinteger10Posts to auto-discover from a subreddit/user URL.
keywords / excludeKeywordsarrayโ€”Keep / drop comments by text (case-insensitive).
minScoreinteger0Minimum comment score (upvotes).
oldestDatedateโ€”Keep comments on/after this date (absolute or relative, e.g. 7 days).
excludeDeletedbooleanfalseSkip [deleted]/[removed].
excludeAutoModbooleanfalseSkip AutoModerator.
onlyOPbooleanfalseKeep only the original poster's comments.
aiEnhancement / aiModel / aiApiKeyโ€”offOptional LLM enrichment.
proxyConfigurationobjectresidentialProxy settings (honored exactly).

Example

{
"startUrls": [{ "url": "https://www.reddit.com/r/ChatGPT/comments/1epeshq/these_are_all_ai/" }],
"sortOrder": "top",
"maxComments": 50,
"includeReplies": true,
"maxRepliesPerComment": 10,
"includePost": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Each row is a post, comment or reply (see the type column). Key fields:

type ยท isReply ยท isTopLevel ยท subreddit ยท title ยท commentId ยท postId ยท parentId ยท author ยท authorFullname ยท authorFlair ยท isSubmitter ยท distinguished ยท stickied ยท createdAt ยท edited ยท editedAt ยท upvotes ยท upvoteRatio (post) ยท numComments (post) ยท controversiality ยท depth ยท gilded ยท awardCount ยท locked ยท archived ยท contentText ยท bodyHtml ยท permalink ยท userUrl ยท url ยท ageHours ยท replyCount ยท wordCount ยท engagementScore ยท sentiment ยท emotion ยท language ยท topics ยท toxicityScore ยท scrapedAt.

Reply rows are additionally mirrored to a per-run replies-<runId> dataset.

How to use

  1. Open the Actor in the Apify Console.
  2. Paste one or more Reddit URLs into Reddit URLs.
  3. Adjust comment/reply limits, filters and (optionally) AI enrichment.
  4. Keep the residential proxy for reliable Reddit access.
  5. Run, then view results in the Output table or export to JSON/CSV/Excel.

Notes & compliance

  • Uses only publicly available Reddit content; no login, no private data.
  • Reddit rate-limits datacenter IPs on its JSON endpoints โ€” residential proxy is recommended.
  • Genuinely unavailable values are emitted as null, never faked.
  • You are responsible for complying with Reddit's Terms of Service and applicable data/privacy laws.