get_news_by_site
Retrieve recent Google News articles from a specific publisher domain to get source-specific coverage, with options for lookback period, summaries, and result limits.
Instructions
Find recent Google News articles from one publisher domain. Use this when the user wants source-specific coverage; use get_news_by_keyword for cross-publisher subject search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Domain of the news site, e.g. 'cnn.com'. | |
| period | No | Number of days to look back for articles. | |
| full_data | No | Return full data for each article. If False a summary should be created by setting the summarize flag | |
| summarize | No | Generate a summary of the article, will first try LLM Sampling but if unavailable will use nlp | |
| max_results | No | Maximum number of results to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |