Extract trending posts and discussions from Reddit with advanced filtering capabilities. Scrapes post details, engagement metrics, and user information while handling dynamic content loading.
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.
The actor extracts the following data for each Reddit post:
title
- Post titlepostUrl
- Direct link to the postupvotes
- Number of upvotescomments
- Number of commentssubreddit
- Community namesubredditUrl
- Link to the subredditsubredditType
- Type of post (link, image, text, etc.)author
- Username of the posterauthorProfile
- Link to author's profilepostTime
- Timestamp of the postmaxItems
- Maximum number of posts to scrape (default: 100)proxyConfiguration
- Optional proxy settings for reliable scrapingThe 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.
1[ 2 { 3 "title": "Democratic Rep. Al Green removed after disrupting Trump's speech", 4 "postUrl": "https://www.reddit.com/r/politics/comments/1j3sv5s/democratic_rep_al_green_removed_after_disrupting/", 5 "upvotes": 20799, 6 "comments": 1270, 7 "subreddit": "r/politics", 8 "subredditUrl": "https://www.reddit.com/r/politics/", 9 "subredditType": "link", 10 "author": "nbcnews", 11 "authorProfile": "https://www.reddit.com/user/nbcnews", 12 "postTime": "2025-03-05 02:38:36" 13 }, 14 ... 15]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool โ just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youโll be guided to input a search term and get structured results. No setup needed!