Google News Search
google_news_searchSearch for recent news articles with filters for freshness (hour to year) and sorting by relevance or date. Restrict results to a specific news source.
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 |