Red Crawler

Reliable Reddit data API built for developers. Scrape posts, comments, subreddits, and user profiles at scale — no Reddit tokens, proxies, or rate limit headaches.

33 subscribers
9.7/10 popularity
593 ms avg latency
100% success rate
100 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

Red Crawler endpoints

MethodEndpointDescription
Search V1 (3)
GET Search Communities V1
/api/v1/discover/communities
Search for subreddits/communities by keyword. Returns matching communities with subscriber count, description, and type.
GET Search Posts V1
/api/v1/discover/content
Search Reddit posts by keyword. NSFW results are always included. Use V2 for SFW+NSFW control. Supports sort, time filter, subreddit scope.
Account V1 (14)
GET My Hidden V1
/api/v1/my/hidden
Get the authenticated user's hidden posts. Returns a paginated list of posts the user has hidden. Requires bearer token (Token Vault or explicit).
GET My Karma V1
/api/v1/my/karma
Get the authenticated user's karma breakdown by subreddit. Returns post karma and comment karma per subreddit. Requires bearer token (Token Vault or explicit).
GET Check Suspended by Name V1
/api/v1/my/check-suspended/{username}
Check if a Reddit user account is suspended. Returns the user's suspension status. Does not require authentication but uses Token Vault bearer if available for higher rate limits.
POST Update Gender V1
/api/v1/my/gender
Update the authenticated user's gender setting. Set `gender` to one of: MALE, FEMALE, OTHER, NONE. Requires bearer token (Token Vault or explicit).
GET My Gilded V1
/api/v1/my/gilded
Get the authenticated user's gilded (awarded) content. Returns a paginated list of the user's posts and comments that received awards. Requires bearer token (Token Vault or…
Scrape V1 (12)
POST Bulk Posts by ID V1
/api/v1/batch/content
Bulk fetch posts. Accepts any mix of URLs, stripped IDs, or t3_ prefixed IDs. Up to 1500 per call. SFW only — use V2 for NSFW.
POST Bulk Comments by ID V1
/api/v1/batch/replies
Bulk fetch comments. Accepts any mix of URLs, stripped IDs, or t1_ prefixed IDs. Up to 1500 per call.
POST Bulk Users by ID V1
/api/v1/batch/profiles
Bulk fetch users. Accepts any mix of URLs, usernames, numeric IDs, or t2_ prefixed IDs. Up to 1500 per call.
POST Bulk Subreddits by ID V1
/api/v1/batch/communities
Bulk fetch subreddits. Accepts any mix of URLs, names, or t5_ prefixed IDs. Up to 1500 per call.
GET Post Comments by Post ID V1
/api/v1/replies/tree
Get all comments on a post. Supports sorting, limiting depth, and 3 modes: custom (limited), top_level (depth-0 only), all (exhaustive).
GET Subreddit Posts by Name V1
/api/v1/feed/entries
Scrape posts from a subreddit. Supports sorting, time filtering, pagination. Up to 1000 posts per call. SFW only — use V2 for NSFW.
GET Stickied Post by Subreddit Name V1
/api/v1/publishing/sticky/{subreddit}
Get the stickied (pinned) post from a community. SFW only — use V2 for NSFW.
GET Duplicate Posts by ID V1
/api/v1/publishing/duplicates/{post}
Get duplicate/crosspost listings for a post. SFW only — use V2 for NSFW.
GET Best Posts V1
/api/v1/publishing/best
Get posts from Reddit's front page. Supports sort: best, hot, new, top, rising, controversial. SFW only — use V2 for NSFW.
GET Post Detail by ID V1
/api/v1/content/detail
Get detailed info for a single post. SFW only — use V2 for NSFW.
GET Post With Comments by ID V1
/api/v1/content/full
Get post content AND its comments in one call. SFW only — use V2 for NSFW.
GET Comment Detail by ID V1
/api/v1/replies/detail
Get detailed info for a single comment. Accepts full URL, t1_ prefixed ID, or raw comment ID. SFW only — use V2 for NSFW.
Token Management (4)
GET Vault Status
/api/v1/vault/status
Full status check of your bearer token and proxy. Shows token expiry, proxy info, and rate limits.
DELETE Clear Vault
/api/v1/vault/clear
Delete everything — bearer token and proxy. Use this to start fresh.
Users V1 (17)
GET Browse Users V1
/api/v1/profiles/browse/{where}
Browse Reddit user directories.
GET Users by IDs V1
/api/v1/profiles/lookup
Get user data by account IDs. Accepts both raw IDs and t2_ prefixed. Comma-separated for multiple.
GET Username Available V1
/api/v1/profiles/check-name
Check if a Reddit username is available for registration.
GET My Content V1
/api/v1/profiles/me/{type}
Get your own content (posts, comments, upvoted, etc).
POST Unfollow User V1
/api/v1/profiles/unfollow
Unfollow a user. Accepts username, profile URL, user ID, or t2_ prefixed ID.
POST Follow User V1
/api/v1/profiles/follow
Follow a user. Accepts username, profile URL, user ID, or t2_ prefixed ID.
POST Report User V1
/api/v1/profiles/report
Report a user via OAuth bearer token.
POST Unblock User V1
/api/v1/profiles/unblock
Unblock a user. Accepts username, profile URL, user ID, or t2_ prefixed ID.
POST Block User V1
/api/v1/profiles/block
Block a user. Accepts username, profile URL, user ID, or t2_ prefixed ID.
Subreddits V1 (13)
GET Post Listings by Subreddit Name V1
/api/v1/communities/{name}/listings
Get a post feed from a community. Supports all 6 sort options. SFW only — use V2 for NSFW.
GET My Subreddits V1
/api/v1/communities/mine/{where}
Get your subscribed/contributing/moderating communities. Requires bearer.
POST Join Subreddit V1
/api/v1/communities/join
Join (subscribe to) a community. Requires bearer token.
Posting V1 (8)
POST Create Video Post V1
/api/v1/publishing/video
Create a video post. Pass media_url (video URL) or base64_data. Requires bearer token.
POST Create Gallery Post V1
/api/v1/publishing/gallery
Create a gallery post with 2-20 images. Pass media_urls (array of image URLs) or items (array with base64_data). Requires bearer token.
POST Create Image Post V1
/api/v1/publishing/image
Create an image post. Pass media_url (image URL) or base64_data. Requires bearer token.
POST Create Post V1
/api/v1/publishing/create
Create a text/self post. Requires bearer token.
POST Create Link Post V1
/api/v1/publishing/link
Create a link post. Requires bearer token (auto-resolved from Token Vault if stored).
Manage Posts V1 (10)
POST Toggle Spoiler V1
/api/v1/publishing/toggle/spoiler
Mark or unmark a post as spoiler.
PUT Edit Post V1
/api/v1/publishing/edit
Edit a self-post's text.
Moderation V1 (27)
POST Manage Reports V1
/api/v1/moderate/manage-reports
Ignore, unignore, snooze, or unsnooze reports on a post or comment. Ignore permanently hides reports. Snooze temporarily hides reports for 7 days. Works on both posts (t3_) and…
POST Contest Mode V1
/api/v1/moderate/contest-mode
Enable or disable contest mode on a post. Requires moderator privileges.
POST Set Suggested Sort V1
/api/v1/moderate/suggested-sort
Set the default comment sort order on a post. Requires moderator privileges.
POST Distinguish V1
/api/v1/moderate/distinguish
Add or remove the mod badge (green shield) on a post or comment. Set action=yes to distinguish, action=no to undistinguish. Works on both posts (t3_) and comments (t1_). Requires…
POST Modmail Toggle Read V1
/api/v1/moderate/modmail/toggle-read
Mark modmail conversations as read or unread.
POST Modmail Reply V1
/api/v1/moderate/modmail/reply
Reply to a modmail conversation. Requires moderator privileges.
POST Modmail Create V1
/api/v1/moderate/modmail/create
Create a new modmail conversation. Requires moderator privileges.
POST Leave Moderator V1
/api/v1/moderate/leave-mod
Leave as moderator of a subreddit.
GET Mod Queue by Subreddit Name V1
/api/v1/moderate/queue/{subreddit}/{queue}
Get moderation queue items. Queue types: `modqueue`, `reports`, `spam`, `edited`, `unmoderated`. Default 25. Requires bearer token with moderator privileges.
Wiki V1 (8)
GET Wiki Discussions V1
/api/v1/knowledge/page/discussions
Get discussions (posts) linking to a wiki page.
+ 50 more endpoints on the provider's documentation.

Red Crawler pricing

PlanPriceRate limitQuotas
BASIC Free 1 / second
  • Total Monthly Requests: 100 / monthly
  • General: 50 / monthly
  • Bearer v1 Requests: 8 / monthly
  • Search Requests: 20 / monthly
  • Bulk Scrape: 10 / monthly
  • Bearer v2 Requests: 12 / monthly
PRO $29.99 / month 5 / second
  • Total Monthly Requests: 100,000 / monthly
  • General: 50,000 / monthly
  • Bearer v1 Requests: 7,000 / monthly
  • Search Requests: 20,000 / monthly
  • Bulk Scrape: 11,000 / monthly
  • Bearer v2 Requests: 12,000 / monthly
ULTRA Recommended $99.99 / month 8 / second
  • Total Monthly Requests: 1,000,000 / monthly
  • General: 500,000 / monthly
  • Bearer v1 Requests: 70,000 / monthly
  • Search Requests: 200,000 / monthly
  • Bulk Scrape: 110,000 / monthly
  • Bearer v2 Requests: 120,000 / monthly
MEGA $149.99 / month 15 / second
  • Total Monthly Requests: 5,000,000 / monthly
  • General: 2,500,000 / monthly
  • Bearer v1 Requests: 350,000 / monthly
  • Search Requests: 1,000,000 / monthly
  • Bulk Scrape: 550,000 / monthly
  • Bearer v2 Requests: 600,000 / monthly

More Social APIs

View all →
  • Tiktok Scraper is a freemium API that gives developers programmatic access to a wide range of TikTok data,…

    ReviewedSocialFreemium
  • Download Video and Image from Pinterest

    SocialFreemium1.2k subscribers
  • Fast Live Instagram Scraper API. All information from Instagram consistently and quickly! It makes 3 times…

    SocialFreemium1.4k subscribers
  • Facebook Reel and Video downloader, Without watermark (Fixed fb.watch link) Not Supported: Private Video,…

    SocialFreemium
  • Fast and stable Threads API

    SocialFreemium2.4k subscribers
  • Gives an access to the twitter's search endpoint

    SocialFreemium337 subscribers