yahoo_news_comments
Retrieve a page of Yahoo News article comments, including author, body, reaction counts, reply count, and pin status. Use sort order and cursor-based pagination to browse more comments.
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) |