Reddit Thread Fetcher
Pricing
from $4.00 / 1,000 results
Go to Apify Store
Deprecated
Reddit Thread Fetcher
๐ฌ Fetch Reddit thread data using the public JSON API - zero friction, no authentication required! Perfect for social media monitoring and content research.
Pricing
from $4.00 / 1,000 results
Rating
5.0
(1)
Developer

SimplifySME Toolbox
Maintained by Community
Actor stats
0
Bookmarked
6
Total users
3
Monthly active users
a month ago
Last modified
Categories
Share
๐ฌ Fetch Reddit thread data using the public JSON API - zero friction, no authentication required! Perfect for social media monitoring and content research.
๐บ What It Extracts
- Thread Metadata: ID, title, author, subreddit, score, upvotes, downvotes
- Comment Data: All comments with author, body, score, and timestamps
- Thread Structure: Nested comment replies and hierarchies
- Statistics: Total comment count and engagement metrics
๐ Key Features
| Feature | Description |
|---|---|
| ๐ Public API | Uses Reddit's public JSON API (append .json to URL) |
| ๐ซ No Authentication | Zero friction - no API keys required |
| ๐ Complete Threads | Fetches all comments and nested replies |
| โก Fast Performance | Direct API access for quick data retrieval |
| ๐ Flexible Parsing | Handles various Reddit thread formats |
| ๐ Structured Output | Clean JSON format with thread hierarchy |
๐ฅ Input
Required
threadUrl(string): The Reddit thread URL- Example:
"https://www.reddit.com/r/programming/comments/abc123/title/" - Supports any Reddit thread URL format
- Example:
๐ค Output
Returns comprehensive thread data:
Thread Metadata
{"thread": {"id": "abc123","title": "Thread Title","author": "username","subreddit": "programming","score": 150,"upvotes": 200,"downvotes": 50,"created": 1704067200,"createdDate": "2024-01-01T00:00:00.000Z","url": "https://www.reddit.com/r/programming/comments/abc123/title/","permalink": "/r/programming/comments/abc123/title/","numComments": 45,"selftext": "Thread text content..."}}
Comments Array
{"comments": [{"id": "def456","author": "commenter","body": "Comment text...","score": 10,"created": 1704067300,"createdDate": "2024-01-01T00:01:40.000Z","permalink": "/r/programming/comments/abc123/title/def456/","replies": [{"id": "ghi789","author": "replier","body": "Reply text...","score": 5}]}],"totalComments": 45}
๐ก Use Cases
- โ Social Media Monitoring - Track discussions and trends
- โ Content Research - Find relevant discussions and insights
- โ Sentiment Analysis - Analyze comment sentiment and engagement
- โ Community Insights - Understand community discussions
- โ Trend Tracking - Monitor popular topics and threads
- โ Data Collection - Collect data for research and analytics
โ๏ธ Technical Details
- API Source: Reddit's public JSON API (append
.jsonto thread URL) - No Authentication: Public API - no keys required
- Data Format: JSON responses from Reddit API
- Error Handling: Validates URLs and handles missing threads
- Performance: Fast API-based extraction without browser overhead
๐ Example Usage
Basic Thread Fetching
{"threadUrl": "https://www.reddit.com/r/programming/comments/abc123/title/"}
Different Reddit Formats
{"threadUrl": "https://old.reddit.com/r/programming/comments/abc123/title/"}
โ ๏ธ Important Notes
- Uses Reddit's public JSON API - zero friction!
- The actor automatically appends
.jsonto the thread URL - Works with both
www.reddit.comandold.reddit.comURLs - Some threads may have deleted comments (shown as
[deleted]) - The API is rate-limited but generally very permissive