All 14 Endpoints
Every endpoint accepts a POST request with a JSON body and returns structured JSON. Click any endpoint for the full schema, examples, and use cases.
/api/v1/searchSearchSearch Posts
Full-text search globally or within a subreddit. Sort by relevance, hot, new, or top.
/api/v1/postContentGet Post & Comments
Full post body and paginated comment tree for any Reddit URL.
/api/v1/community-postsCommunityCommunity Posts
Fetch hot, new, top, rising, or controversial posts from any public subreddit.
/api/v1/community-detailsCommunityCommunity Details
Subreddit metadata — subscribers, description, rules, moderators.
/api/v1/user-profileUsersUser Profile
Karma breakdown, bio, account age, verification status for any user.
/api/v1/user-postsUsersUser Posts
All posts submitted by a given username.
/api/v1/user-commentsUsersUser Comments
Full comment history for any public Reddit user.
/api/v1/search-communitiesSearchSearch Communities
Find subreddits matching a keyword.
/api/v1/search-usersSearchSearch Users
Find Reddit user accounts by name.
/api/v1/comment-permalinkContentComment Permalink
Fetch a single comment with its parent post context and reply chain.
/api/v1/popularDiscoverPopular Feed
The r/popular trending feed — what's hot across all of Reddit right now.
/api/v1/leaderboardDiscoverLeaderboard
Trending communities ranked by growth and activity.
/api/v1/resolve-url-typeUtilityResolve URL Type
Detect whether a Reddit URL is a post, comment, user, or subreddit.
/api/v1/exploreDiscoverExplore Topics
Discover communities grouped by topic or interest area.
Base URL
POST https://subscraper.dev/api/v1/{endpoint}All requests require Authorization: Bearer sk-... header.