SubReddit Posts Search Scraper avatar
SubReddit Posts Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
SubReddit Posts Search Scraper

SubReddit Posts Search Scraper

Scrape Reddit search results from any subreddit with advanced filtering options. Extract post titles, URLs, votes, comments, timestamps and more. Perfect for market research, content analysis and trend monitoring.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

83

Total users

7

Monthly active users

14 days

Issues response

6 months ago

Last modified

Categories

Share

SubReddit Posts Search Scraper 🔍

Powerful Reddit scraper that extracts search results from any subreddit with advanced filtering capabilities.

🎯 Features

  • Search any subreddit for specific keywords or phrases
  • Advanced sorting options (relevance, top, new, comments, hot)
  • Customizable time range filtering (hour, day, week, month, year, all)
  • Safe search toggle
  • Configurable maximum items limit

📊 Output Data

The actor extracts the following data for each post:

  • Post title
  • Full Reddit URL
  • Creation timestamp
  • Number of upvotes
  • Number of comments
  • Subreddit name
  • Thumbnail URL (if available)

💡 Use Cases

  • Market research and trend analysis
  • Content monitoring and curation
  • Community engagement tracking
  • Competitive analysis
  • Academic research
  • Social media monitoring

🔧 Input Parameters

ParameterTypeDescription
queryStringSearch keyword or phrase
subRedditStringTarget subreddit name (without 'r/')
sortStringSort results by: 'relevance', 'top', 'new', 'comments', or 'hot'
timeStringTime range filter: 'hour', 'day', 'week', 'month', 'year', or 'all'
safeSearchStringEnable/disable safe search ('0' for safe, '1' for unsafe)
maxItemsIntegerMaximum number of items to scrape

Input Example

A full explanation of an input example in JSON.

{
"query": "ai",
"subReddit": "r/AppIdeas",
"sort": "top",
"time": "all",
"safeSearch": "1",
"maxItems": 30
}

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": "AI-Powered Audio-to-Text Organizer and Formatter App",
"url": "https://www.reddit.com/r/AppIdeas/comments/14xmec9/aipowered_audiototext_organizer_and_formatter_app/",
"created_time": "2023-07-12T11:52:32.673000+0000",
"votes": 47,
"comments": 13,
"subreddit": "r/AppIdeas"
},
{
"title": "A messaging app where AI converts your sentence to a single image that perfectly conveys your message. Communication is exclusively visual.",
"url": "https://www.reddit.com/r/AppIdeas/comments/vb8sdf/a_messaging_app_where_ai_converts_your_sentence/",
"created_time": "2022-06-13T10:11:23.725000+0000",
"votes": 36,
"comments": 8,
"subreddit": "r/AppIdeas",
"thumbnail": "https://a.thumbs.redditmedia.com/ynraYPga9t2QMtBcoZ36z4gFgP41zInOTD4MZccadJ0.jpg"
},
...
]