realtime_news_data
Retrieve structured Google News data: search news, top headlines, topic-specific headlines, local news, and full-story coverage.
Instructions
Google News data: search news, top and topic headlines, by-section and local headlines, and full-story coverage.
Operations (set "operation" to one of these; put its parameters in "args"):
search (required: query): Search
top_headlines (no required params): Top Headlines
topic_headlines (required: topic): Topic Headlines
topic_news_by_section (required: topic): Topic News By Section
local_headlines (required: query): Local Headlines (Geo)
full_story_coverage (required: story): Full Story Coverage
language_list (required: country): Language List
When to use: Use for structured Google News (headlines, topics, coverage). For a flat news search across outlets use real_time_news_search; for general web results use realtime_web_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Parameters for the chosen operation as key/value pairs (see the tool description for required params). | |
| operation | Yes | Which endpoint to call. See the tool description for each operation and its parameters. |