Google News
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for getting new via Google News
Author:Arcade
Version:
3.1.2Auth:No authentication required
1tools
1require secrets
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 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
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
Secrets:SERP_API_KEY
Output
Type:
json— News search results with article details.Last updated on