Reddit Scraper avatar

Reddit Scraper

Pricing

Pay per usage

Go to Apify Store
Reddit Scraper

Reddit Scraper

Scrape Reddit posts and comments from any subreddit. Extract titles, scores, authors, comments, and more using Reddit's public JSON API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape posts and comments from any Reddit subreddit using Reddit's public JSON API. No login required.

Features

  • Scrape posts from any public subreddit
  • Sort by hot, new, top, or rising
  • Optional comment extraction per post
  • Search within a subreddit
  • Automatic pagination
  • Pay-per-event pricing

Input

FieldTypeDefaultDescription
subredditstringtechnologySubreddit name (without r/)
searchQuerystringSearch query within the subreddit
sortstringhotSort: hot, new, top, rising
topTimeframestringweekTimeframe for top sort
maxItemsinteger25Max posts to scrape
includeCommentsbooleanfalseFetch top-level comments
maxCommentsinteger10Max comments per post

Output

Each post includes: id, title, author, subreddit, score, upvoteRatio, numComments, url, linkUrl, selfText, isVideo, thumbnail, flair, isNSFW, isPinned, awards, createdAt, scrapedAt, and optionally comments.

Pricing

$0.005 per post scraped. Free tier limited to 15 posts.

Example

{
"subreddit": "technology",
"sort": "top",
"topTimeframe": "week",
"maxItems": 50,
"includeComments": true,
"maxComments": 5
}