get_topic_feed
Retrieve news articles for specific trending topics using Google News topic IDs, with options to filter by language and country for targeted content access.
Instructions
Get news for a specific Google News topic ID.
Topic IDs are hashes for trending topics (e.g., cryptocurrency, AI, etc.)
Args: topic_id: Google News topic hash identifier language: Language code [default: from config] country: Country code [default: from config]
Returns: Dict with feed title, description, and list of article entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | ||
| language | No | ||
| country | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||