Reddit Trends Scraper πŸ” avatar
Reddit Trends Scraper πŸ”

Pricing

$19.99/month + usage

Go to Store
Reddit Trends Scraper πŸ”

Reddit Trends Scraper πŸ”

Developed by

EasyApi

EasyApi

Maintained by Community

Extract trending posts and discussions from Reddit with advanced filtering capabilities. Scrapes post details, engagement metrics, and user information while handling dynamic content loading.

5.0 (1)

Pricing

$19.99/month + usage

2

Total users

10

Monthly users

6

Runs succeeded

>99%

Last modified

16 days ago

πŸ“‹ Overview

Reddit Trends Scraper is a powerful tool that helps you extract trending content and discussions from Reddit. It automatically scrolls through Reddit pages and captures comprehensive data about posts, including engagement metrics, author information, and community details.

✨ Features

  • πŸ”„ Handles dynamic content loading through infinite scrolling
  • πŸ“Š Captures detailed post metrics (upvotes, comments)
  • πŸ‘₯ Extracts user and community information
  • ⚑ Supports proxy configuration for reliable scraping
  • 🎯 Customizable maximum items limit
  • πŸ•’ Includes post timestamp and engagement data
  • πŸ”— Provides direct links to posts, subreddits, and user profiles

πŸ“Š Output Data Structure

The actor extracts the following data for each Reddit post:

  • title - Post title
  • postUrl - Direct link to the post
  • upvotes - Number of upvotes
  • comments - Number of comments
  • subreddit - Community name
  • subredditUrl - Link to the subreddit
  • subredditType - Type of post (link, image, text, etc.)
  • author - Username of the poster
  • authorProfile - Link to author's profile
  • postTime - Timestamp of the post

πŸ’‘ Use Cases

  • πŸ“ˆ Track trending topics and discussions
  • 🎯 Monitor specific subreddits for content
  • πŸ“Š Analyze engagement patterns
  • πŸ” Research community interests
  • πŸ“± Social media monitoring
  • 🎨 Content inspiration and curation

πŸ’ͺ Benefits

  • Automated data collection from Reddit
  • Real-time trend monitoring
  • Comprehensive post analytics
  • Clean, structured data output
  • Reliable performance with proxy support

βš™οΈ Setup & Usage

  1. Set your desired maximum number of items to scrape
  2. Configure proxy settings (optional)
  3. Run the actor and collect your data

πŸ“ Input Parameters

  • maxItems - Maximum number of posts to scrape (default: 100)
  • proxyConfiguration - Optional proxy settings for reliable scraping

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"title": "Democratic Rep. Al Green removed after disrupting Trump's speech",
"postUrl": "https://www.reddit.com/r/politics/comments/1j3sv5s/democratic_rep_al_green_removed_after_disrupting/",
"upvotes": 20799,
"comments": 1270,
"subreddit": "r/politics",
"subredditUrl": "https://www.reddit.com/r/politics/",
"subredditType": "link",
"author": "nbcnews",
"authorProfile": "https://www.reddit.com/user/nbcnews",
"postTime": "2025-03-05 02:38:36"
},
...
]