search-news
Search for news articles using a query, with optional date range, source, language, and sorting filters.
Instructions
Search for news articles on any topic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keywords or phrases to search for in the article title and body | |
| from_date | No | Start date for article search (YYYY-MM-DD format) | |
| to_date | No | End date for article search (YYYY-MM-DD format) | |
| sources | No | Comma-separated list of news sources to filter by (e.g., 'bbc-news,cnn') | |
| language | No | Language of the articles | en |
| sort_by | No | Sort articles by relevancy, popularity, or publishedAt | publishedAt |
| page_size | No | Number of results to return per page (max 100) | |
| page | No | Page number for pagination |