Reddit Sentiment Analyzer
Pricing
$5.00 / 1,000 results
Reddit Sentiment Analyzer
A Reddit posts and comments scrapper, then performs comprehensive sentiment analysis to understand community opinions and trends.
Pricing
$5.00 / 1,000 results
A Reddit posts and comments scrapper, then performs comprehensive sentiment analysis to understand community opinions and trends.
redditClientIdstringRequired
Reddit API Client ID (get from https://www.reddit.com/prefs/apps)
redditUserAgentstringOptional
User agent string for Reddit API (e.g., 'MyApp/1.0')
Default value of this property is "RedditSentimentAnalyzer/1.0"
searchQuerystringOptional
Search query to find specific posts (leave empty to get all posts from subreddits)
timeFilterEnumOptional
Filter posts by time period
"hour": string"day": string"week": string"month": string"year": string"all": stringDefault value of this property is "week"
sortByEnumOptional
How to sort posts
"hot": string"new": string"top": string"rising": string"controversial": stringDefault value of this property is "hot"
maxPostsintegerOptional
Maximum number of posts to scrape per subreddit
Default value of this property is 100
includeCommentsbooleanOptional
Whether to scrape and analyze comments
Default value of this property is true
maxCommentsPerPostintegerOptional
Maximum number of comments to analyze per post
Default value of this property is 50
minScoreintegerOptional
Minimum score (upvotes) for posts to include
Default value of this property is 0
sentimentModelEnumOptional
Which sentiment analysis model to use
"vader": stringDefault value of this property is "vader"