analyze_niche_trends
Discover niche pain points and opportunities by analyzing trending Reddit posts. Use rising or hot content to spot problems users face now.
Instructions
Use this tool when asked to suggest ideas, find pain points, or discover opportunities in a specific niche (e.g., 'SaaS', 'Entrepreneur').
By looking at 'rising' or 'hot' posts, you can identify what problems users are actively struggling with RIGHT NOW.
Always compare the post's created_at with the current_server_date provided in meta_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page_token | No | ||
| trend_type | No | rising | |
| subreddit_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The extracted posts. | |
| status | No | Status of the request (e.g., success, partial_timeout). | success |
| message | No | System message or warning (especially if partial_timeout occurred). | |
| data_source | No | Provenance of the data: None = official Reddit API, 'arctic_shift' = community archive (metrics may lag live Reddit), 'saved_rss' = the user's private saved-items feed (scores/comment counts unavailable). | |
| meta_context | Yes | Temporal and spatial context for the AI. | |
| next_page_token | No | Pass this token to the tool again to fetch the next page. |