Google News Search
google_news_searchFind recent news articles on any topic with filters for freshness and sorting by date or relevance. Use to get headlines and snippets from news sources.
Instructions
Search for recent news articles with freshness filters and date sorting.
When to use:
Current events, breaking news, time-sensitive topics
Need headlines and snippets from news sources
Want to restrict by publication date
When to use scrape_page instead:
You need the full article content
Key parameters:
freshness: hour, day, week, month, year (default: week)
sort_by: relevance or date
news_source: Restrict to specific domain (e.g., 'bbc.com')
Caching: Results cached for 30 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The news search query | |
| num_results | No | Number of news results to return | |
| freshness | No | How recent the news should be | week |
| sort_by | No | Sort order: by relevance or by date (most recent first) | relevance |
| news_source | No | Restrict to a specific news source domain |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| articles | Yes | List of news articles | |
| query | Yes | The search query that was executed | |
| resultCount | Yes | Number of articles found | |
| freshness | Yes | Freshness filter that was applied | |
| sortedBy | Yes | Sort order used |