Reddit logo

Reddit Scraping API

Extract posts, comments, user data, and subreddit information from Reddit with a simple REST API

Use Cases

How teams use this API to build powerful applications

Social Listening & Brand Monitoring

Monitor brand mentions, track sentiment, and identify trends across Reddit communities relevant to your business

Market Research & Insights

Extract user discussions, opinions, and feedback from niche communities to inform product development and marketing strategies

Content Aggregation

Build content discovery platforms by aggregating posts from multiple subreddits based on topics or trends

User Behavior Analysis

Analyze user posting patterns, comment activity, and engagement metrics for research or moderation purposes

Competitor Analysis

Track competitor mentions and compare brand perception across different Reddit communities

Academic Research

Collect and analyze large-scale Reddit data for social science research, NLP training, and linguistic studies

API Endpoints

Available endpoints for the Reddit API

GET /v1/reddit/search

Reddit Search

Search Reddit posts globally across all subreddits

Parameters

q string required Search query
limit number Number of results (default: 25, max: 100)
after string Pagination cursor for next page
GET /v1/reddit/post

Post & Comments

Get a specific Reddit post with all comments

Parameters

url string required Full Reddit post URL (e.g., https://reddit.com/r/programming/comments/abc123/title)
GET /v1/reddit/hot

Front Page Hot

Get hot posts from Reddit front page

Parameters

limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/new

Front Page New

Get newest posts from Reddit front page

Parameters

limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/top

Front Page Top

Get top posts from Reddit front page by time period

Parameters

time string Time period: hour, day, week, month, year, all
limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/r/:subreddit/hot

Subreddit Hot Posts

Get hot posts from a specific subreddit

Parameters

subreddit string required Subreddit name
limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/r/:subreddit/new

Subreddit New Posts

Get newest posts from a specific subreddit

Parameters

subreddit string required Subreddit name
limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/r/:subreddit/top

Subreddit Top Posts

Get top posts from a specific subreddit by time period

Parameters

subreddit string required Subreddit name
time string Time period: hour, day, week, month, year, all
limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/r/:subreddit/search

Subreddit Search

Search posts within a specific subreddit

Parameters

subreddit string required Subreddit name
q string required Search query
sort string Sort by: relevance, hot, top, new, comments
time string Time period for top sorting
limit number Number of results
GET /v1/reddit/user/:username/overview

User Overview

Get user overview including posts and comments

Parameters

username string required Reddit username
limit number Number of items to return
after string Pagination cursor
GET /v1/reddit/user/:username/submitted

User Submitted Posts

Get posts submitted by a user

Parameters

username string required Reddit username
limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/user/:username/comments

User Comments

Get comments posted by a user

Parameters

username string required Reddit username
limit number Number of comments to return
after string Pagination cursor
GET /v1/reddit/r/:subreddit/about

Subreddit Info

Get subreddit metadata and information

Parameters

subreddit string required Subreddit name
GET /v1/reddit/r/:subreddit/rules

Subreddit Rules

Get subreddit rules

Parameters

subreddit string required Subreddit name
GET /v1/reddit/r/:subreddit/moderators

Subreddit Moderators

Get subreddit moderator list

Parameters

subreddit string required Subreddit name
GET /v1/reddit/subreddits/popular

Popular Subreddits

Get list of popular subreddits

Parameters

limit number Number of subreddits to return
after string Pagination cursor
GET /v1/reddit/subreddits/new

New Subreddits

Get list of newly created subreddits

Parameters

limit number Number of subreddits to return
after string Pagination cursor
GET /v1/reddit/subreddits/trending

Trending Subreddits

Get currently trending subreddits

GET /v1/reddit/user/:username/m/:multi

User Multireddit

Get posts from a user multireddit

Parameters

username string required Reddit username
multi string required Multireddit name
limit number Number of posts to return
after string Pagination cursor
GET /v1/reddit/r/:subreddit/wiki/pages

Wiki Pages List

Get list of wiki pages in a subreddit

Parameters

subreddit string required Subreddit name
GET /v1/reddit/r/:subreddit/wiki/:page

Wiki Page

Get content of a specific wiki page

Parameters

subreddit string required Subreddit name
page string required Wiki page name

Features

What makes this API powerful and reliable

Access 25+ Reddit data endpoints covering posts, comments, users, and subreddits
Real-time data extraction from Reddit public JSON API
Automatic captcha solving and anti-bot detection
Comprehensive post metadata including scores, timestamps, and awards
Complete comment threads with nested reply structures
User profile data including karma, account age, and activity
Subreddit metadata with subscriber counts and rules
Pagination support for large result sets
Built-in rate limiting and error handling
Structured JSON responses ready for analysis

Frequently Asked Questions

Common questions about the Reddit API

How does the Reddit API work?

Our Reddit API accesses Reddit public JSON endpoints through browser automation. We handle captcha solving, rate limiting, and data extraction automatically, returning clean structured data to your application.

What data can I extract from Reddit?

You can extract posts, comments, user profiles, subreddit information, trending content, wiki pages, and more. We support 25+ endpoints covering all major Reddit data types accessible through the public API.

Are there rate limits?

Our API handles Reddit rate limiting automatically. Your request limits depend on your subscription plan. Each API call deducts credits based on the data volume returned.

Can I search within specific subreddits?

Yes! Use the subreddit search endpoint to search for posts within a specific community. You can filter by relevance, time period, and sort order.

How do I handle pagination?

Most endpoints return an "after" cursor in the response. Pass this cursor to the next request to fetch the next page of results. This allows you to iterate through large result sets efficiently.

Is this legal and compliant with Reddit ToS?

Yes, our API only accesses publicly available data through Reddit official JSON endpoints. We follow Reddit rate limiting guidelines and best practices for responsible data access.

The Reddit API is live!

Start extracting Reddit data in seconds. Try it now in our interactive playground or get your API key and integrate it into your application.

Free tier available • No credit card required • Start in under 60 seconds

Instant Setup

Start making API calls in under a minute

Reliable & Fast

99.9% uptime with sub-second response times

Transparent Pricing

Pay only for what you use, no hidden fees