Reddit Subreddit Analyzer avatar

Reddit Subreddit Analyzer

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Reddit Subreddit Analyzer

Reddit Subreddit Analyzer

Analyze any subreddit. Top posts, scores, comments, and community insights using Reddit's public API. Filter by time period, no authentication needed.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Igor Araujo

Igor Araujo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

An Apify Actor that scrapes top posts from any subreddit using Reddit's public JSON API. No authentication required.

How It Works

This actor appends .json to Reddit URLs to access their JSON API (completely free, no auth needed). It fetches posts sorted by hot, new, top, rising, or controversial.

Input

FieldTypeDescriptionDefaultRequired
subredditstringSubreddit name without 'r/' (e.g., 'python', 'MachineLearning')pythonYes
sortBystringSort order: hot, new, top, rising, controversialhotNo
maxPostsintegerMax number of posts (1-100)25No

Sample Input

{
"subreddit": "python",
"sortBy": "hot",
"maxPosts": 25
}

Sample Output

Each item in the dataset:

{
"title": "Python 3.13 released with new features",
"author": "python_dev",
"upvotes": 1523,
"score": 1523,
"num_comments": 234,
"post_url": "https://www.reddit.com/r/Python/comments/...",
"external_url": "https://python.org",
"created_utc": 1719876543,
"is_self": false,
"selftext": "",
"subreddit": "Python",
"flair": "News"
}

Pricing

Pay-per-event at $0.002 per result item.