Reddit Scraper logo

Reddit Scraper API

Extract search results, posts, comments, user data, and subreddit info from Reddit with a simple REST API

Use Cases

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

Academic Research

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

API Endpoints

Available endpoints for the Reddit Scraper API

POST /v1/reddit/posts

Reddit Posts

Fetch frontpage or subreddit posts with sort, timeframe, and cursor controls.

Parameters

subreddit string Subreddit name, r/name, or subreddit URL.
sort string Listing sort: hot, new, top, rising, or controversial.
timeframe string Timeframe: hour, day, week, month, year, or all.
limit integer Maximum number of items to return.
after string Cursor returned by the previous response.
before string Cursor returned by the previous response.
POST /v1/reddit/search

Reddit Search

Search Reddit posts globally or within a subreddit.

Parameters

query string required Search query.
subreddit string Optional subreddit scope.
sort string Sort order.
timeframe string Timeframe filter.
limit integer Maximum number of items to return.
after string Cursor returned by the previous response.
POST /v1/reddit/post/comments

Reddit Post Comments

Fetch a Reddit post and its comments by URL.

Parameters

url string required Reddit post URL.
includeComments boolean Whether to include comments.
POST /v1/reddit/subreddit/details

Reddit Subreddit Details

Fetch subreddit about data, rules, and optionally moderators.

Parameters

subreddit string Subreddit name, r/name, or subreddit URL.
url string Subreddit URL.
include array Sections to include: about, rules, moderators.
includeModerators boolean Convenience flag to include moderators.
POST /v1/reddit/user/content

Reddit User Content

Fetch a Reddit user's overview, submitted posts, or comments.

Parameters

username string required Reddit username.
type string User feed type: overview, submitted, or comments.
limit integer Maximum number of items to return.
after string Cursor returned by the previous response.
POST /v1/reddit/subreddits

Reddit Subreddits

Discover popular, new, or trending subreddits.

Parameters

type string Discovery feed type: popular, new, or trending.
POST /v1/reddit/wiki

Reddit Wiki

List subreddit wiki pages or fetch one wiki page.

Parameters

subreddit string required Subreddit name, r/name, or subreddit URL.
pageName string Optional wiki page name. Omit to list pages.
POST /v1/reddit/multireddit

Reddit Multireddit

Fetch posts from a user's multireddit.

Parameters

username string required Reddit username.
multiName string required Multireddit name.
limit integer Maximum number of items to return.
after string Cursor returned by the previous response.
POST /v1/reddit/user/followers

Reddit User Followers

Fetch public Reddit profile follower metadata when visible.

Parameters

username string required Reddit username.
limit integer Maximum number of items to return.

Frequently Asked Questions

Common questions about the Reddit Scraper 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 activity, subreddit information, trending content, wiki pages, and more through a smaller set of broad endpoints with request options for sort, timeframe, and pagination.

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.

Start scraping Reddit

Get your free API key