get_news_by_location
Retrieve and summarize news articles by specifying a location, period, and maximum results using Google News. Extract concise insights with optional full data and NLP-based summarization.
Instructions
Find articles by location 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 | |
location | Yes | Name of city/state/country. | |
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 |