Reddit Thread Fetcher
Pricing
from $4.00 / 1,000 results
Go to Apify Store
Under maintenance
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
1
Total users
0
Monthly active users
4 days 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