VOOZH about

URL: https://apify.com/macheta/super-fast-reddit-scraper

โ‡ฑ REDDIT SUPER FAST SCRAPER ยท Apify


Pricing

Pay per usage

Go to Apify Store

REDDIT SUPER FAST SCRAPER

ALL REDDIT DATA [ Posts and comments by link, by Username, by subreddit ]

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Anass

Anass

Maintained by Community

Actor stats

1

Bookmarked

17

Total users

1

Monthly active users

5 months ago

Last modified

Categories

Share

REDDIT SUPER FAST SCRAPER ๐Ÿš€

The Ultimate high-speed Reddit Scraper. Extract posts, comments, and extensive metadata from any subreddit instantly. This tool leverages a specialized high-performance scraping engine that bypasses standard limitations.

Features โœจ

  • Multi-Subreddit Support: Scrape multiple subreddits in one run
  • Post & Comment Fetching: Get posts with their associated comments
  • Flexible Sorting: Sort by newest or oldest first
  • Search Capability: Search for specific keywords within subreddits
  • Smart Rate Limit System: Automatically manages request flow for maximum speed
  • Rich Metadata: Includes scores, authors, timestamps, and more

Input Parameters ๐Ÿ“

Required

  • subreddits (Array): List of subreddit names to scrape (e.g., ["chelseafc", "soccer"])

Optional

  • maxPosts (Integer): Maximum posts per subreddit (1-100, default: 10)
  • maxCommentsPerPost (Integer): Maximum comments per post (0-50, default: 5)
  • sortBy (String): Sort order - "desc" (newest) or "asc" (oldest), default: "desc"
  • fetchComments (Boolean): Whether to fetch comments (default: true)
  • searchQuery (String): Search for specific text within subreddits
  • proxy (Object): Proxy configuration for requests

Output Format ๐Ÿ’พ

The Actor stores data in the following format:

Post Object

{
"type":"post",
"id":"abc123",
"subreddit":"chelseafc",
"title":"Match Thread: Chelsea vs Arsenal",
"author":"username",
"created_utc":1704067200,
"created_date":"2024-01-01 00:00:00",
"score":542,
"num_comments":128,
"url":"https://reddit.com/r/chelseafc/comments/abc123",
"selftext":"Post content...",
"permalink":"/r/chelseafc/comments/abc123"
}

Comment Object

{
"type":"comment",
"id":"xyz789",
"post_id":"abc123",
"subreddit":"chelseafc",
"author":"commenter",
"body":"Great match!",
"created_utc":1704067800,
"created_date":"2024-01-01 00:10:00",
"score":15
}

Example Usage ๐Ÿš€

Basic Usage

{
"subreddits":["chelseafc"],
"maxPosts":10,
"fetchComments":true,
"maxCommentsPerPost":5
}

Advanced Search

{
"subreddits":["soccer","worldcup"],
"searchQuery":"final goal",
"maxPosts":25,
"sortBy":"desc",
"fetchComments":true,
"maxCommentsPerPost":10
}

Engine Information โ„น๏ธ

This Actor uses a custom high-performance scraping engine optimized for speed and reliability:

  • Zero Login Required: No credentials needed
  • Fast Data Retrieval: Direct access to Reddit data structures
  • Smart Throttling: Built-in protection against blocking

Rate Limits โš ๏ธ

The Actor automatically monitors rate limits and logs:

  • Remaining requests
  • Reset time
  • Current usage

Support & Issues ๐Ÿ› 

For questions or issues:

  • Open an issue in the Actor console
  • Check the output logs for details

You might also like

Reddit Scraper - Posts, Comments & Subreddits

viralanalyzer/reddit-scraper

Extract Reddit posts, comments, subreddit data, and user profiles.

27

5.0

Reddit Scraper V1 โ€” Subreddit Feeds, Posts, Comments (4)

red_crawler/reddit-content-fetcher

Scrape Reddit posts and comments by URL or subreddit name. No Reddit account or OAuth required.

15

5.0

Reddit Scraper

gio21/reddit-scraper

Scrape Reddit posts and comments from any subreddit. Extract titles, scores, authors, comments, and more using Reddit's public JSON API.

Reddit Scraper

automation-lab/reddit-scraper

Working Reddit scraper for public Reddit search, subreddit listings, posts, comments, and user profiles. No Reddit account or API key required.

๐Ÿ‘ User avatar

Stas Persiianenko

2K

4.7

Reddit Scraper

alwaysprimedev/reddit-scraper

Scrape Reddit posts, threads, and comments from any subreddit, search, or user โ€” clean structured JSON, fast.

21

Reddit Comments Scraper

khadinakbar/reddit-comments-scraper