Google News
Arcade.dev LLM tools for getting new via Google News
3.2.2The 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)
| Tool name | Description | Secrets | |
|---|---|---|---|
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
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Does not modify remote state.
May delete or overwrite remote data.
Safe to retry without extra side effects.
Can call out to external systems.
Search for news articles related to a given query.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
keywords | string | Required | Keywords to search for news articles. E.g. 'Apple launches new iPhone'. |
country_code | string | Optional | 2-character country code to search for news articles. E.g. 'us' (United States). Defaults to 'None'. |
language_code | string | Optional | 2-character language code to search for news articles. E.g. 'en' (English). Defaults to 'en'. |
limit | integer | Optional | Maximum number of news articles to return. Defaults to None (returns all results found by the API). |
Requirements
Output
json— News search results with article details.