← Back to all posts

News Search

On this page

Purpose

News Search retrieves current articles from Google News RSS. It returns a DataFrame with titles, links, publication dates, and summaries.

When to use it

  • Find recent coverage of a topic, organization, or event.
  • Retrieve a topic or geographic news feed.
  • Give Agent Core a news-focused research tool.

How to use it

Tool Mode

  1. Enable Tool Mode and connect Toolset to Agent Core.
  2. Set language, country, topic, or location defaults when the agent needs a constrained feed.
  3. Ask a specific news question and review the returned sources.

Normal mode

  1. Enter Search Query, or set Topic or Location (Geo).
  2. Adjust language and country fields when the US English feed is not appropriate.
  3. Connect News Articles to a DataFrame-compatible component.

Configuration

SettingWhat it controlsRecommended starting point
Search QueryKeywords for news articles.Use a specific subject or event.
Language (hl)Google News language.Leave blank for en-US.
Country (gl)Google News country.Leave blank for US.
Country:Language (ceid)Feed country and language identifier.Leave blank for US:en.
TopicOne Google News topic feed.Use for broad news categories.
Location (Geo)Geographic feed location.Use a city, state, or country.
TimeoutRequest timeout.Leave at 5 seconds.

Expected result

The component returns a DataFrame of news articles. A feed failure or no-result response becomes an explanatory row instead of an empty result.

Reference details

Topic takes precedence over Location, and Location takes precedence over Search Query. Use one input when you need the most predictable feed.

← Back to all posts