get-top-headlines
Retrieve top headlines from news sources filtered by country, category, or source ID. Use keywords to refine results and paginate through pages.
Instructions
Get top headlines by country, category, or source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | 2-letter ISO 3166-1 country code | |
| category | No | Category to get headlines for | |
| sources | No | Comma-separated list of news source IDs (e.g., 'bbc-news,cnn') | |
| query | No | Keywords or phrases to search for in headlines | |
| page_size | No | Number of results to return per page (max 100) | |
| page | No | Page number for pagination |