extract_public_opinion
Extract authentic public opinions from Reddit threads by filtering out bots, noise, and low-effort comments. Get direct quote URLs for reliable citation in reports and analysis.
Instructions
DEEP DIVE TOOL: Use this ONLY after finding a relevant post via search tools.
This tool extracts PURE human opinions, filtering out noise, bots, and low-effort content.
Citations: You MUST use the comment_url for each specific quote in your final report.
Pagination: pass next_page_token to continue reading deeper comments.
Tokens are provider-prefixed (e.g. 'reddit:30:abc') and only the provider
that issued one can continue it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_url | Yes | ||
| page_token | No | ||
| max_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The extracted comments. | |
| status | No | Status of the request. | success |
| message | No | System message or warning. | |
| 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 of comments. |