get_news_by_keyword
Search news articles by specific keyword, filter by time period, and retrieve results with optional summaries or full data for deeper insights.
Instructions
Find articles by keyword using Google News.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
full_data | No | Return full data for each article. If False a summary should be created by setting the summarize flag | |
keyword | Yes | Search term to find articles. | |
max_results | No | Maximum number of results to return. | |
period | No | Number of days to look back for articles. | |
summarize | No | Generate a summary of the article, will first try LLM Sampling but if unavailable will use nlp |