---
title: "Google News"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/search/google/googlenews
markdown: https://docs.nodetool.ai/nodes/search/google/googlenews.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/search/google/googlenews.md
---

# Google News

**Type:** `search.google.GoogleNews`

**Namespace:** `search.google`

## Description

Search Google News to retrieve current news articles and headlines.
    google, news, serp, articles, journalism

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| keyword | `str` | Search query or keyword for news articles | `` |
| num_results | `int` | Maximum number of news results to return | `10` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| results | `list[news_result]` |  |
| text | `str` |  |

## Related Nodes

Browse other nodes in the [search.google](./) namespace.
