yahoo_news_comments
Fetch top-level Yahoo News article comments with author, body, reaction counts, reply count, and pin status. Supports sorting and cursor pagination for browsing large comment threads.
Instructions
Yahoo News article comments. Returns a page of an article's top-level comments: author, body, reaction counts, reply count, and pin status, with sort order and cursor-based pagination. Sourced from Yahoo's own comment platform gateway.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order, defaults to top | |
| count | No | Number of comments to return, default 10, clamped to 1..50 | |
| cursor | No | Pagination cursor from a previous response's next_cursor | |
| content_id | Yes | Article id (the id field returned by home/category/article) |