yahoo_news_related
Retrieve related Yahoo News articles for a specific content ID. Use cursor pagination to browse recommended articles from Yahoo's suggestion feed.
Instructions
Yahoo News related articles. Returns a page of articles Yahoo recommends alongside a given article -- the "you may also like" strip at the bottom of an article page -- with cursor-based pagination. Sourced from Yahoo's own recommendation gateway.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of related articles 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) |