Skip to Content

Google News

Google News icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for getting new via Google News

Author:Arcade
Version:3.1.2
Auth:No authentication required
1tools
1require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

The Arcade toolkit for GoogleNews enables developers to retrieve the latest news articles through a seamless integration with Google News. This toolkit provides efficient access to current stories based on queries, ensuring users stay informed.

Capabilities

  • Access to real-time news articles from Google News.
  • Query-based searching for specific topics or events.
  • Easy integration into applications for timely updates.

OAuth

No OAuth authentication is required, but API key usage is necessary for accessing the service.

Secrets

Developers must use the following secret type for accessing the API:

  • API Key: SERP_API_KEY, required for API access.

Available tools(1)

1 of 1
Tool nameDescriptionSecrets
Search for news articles related to a given query.
1

Selected tools

No tools selected.

Click "Show all tools" to add tools.

Requirements

Select tools to see requirements

#

GoogleNews.SearchNewsStories

Search for news articles related to a given query.

Parameters

ParameterTypeReq.Description
keywordsstringRequiredKeywords to search for news articles. E.g. 'Apple launches new iPhone'.
country_codestringOptional2-character country code to search for news articles. E.g. 'us' (United States). Defaults to 'None'.
language_codestringOptional2-character language code to search for news articles. E.g. 'en' (English). Defaults to 'en'.
limitintegerOptionalMaximum number of news articles to return. Defaults to None (returns all results found by the API).

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonNews search results with article details.
Last updated on