---
title: "Google Images"
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/googleimages
markdown: https://docs.nodetool.ai/nodes/search/google/googleimages.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/search/google/googleimages.md
---

# Google Images

**Type:** `search.google.GoogleImages`

**Namespace:** `search.google`

## Description

Search Google Images to find visual content or perform reverse image search.
    google, images, serp, visual, reverse, search

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| keyword | `str` | Search query or keyword for images | `` |
| image_url | `str` | URL of image for reverse image search | `` |
| num_results | `int` | Maximum number of image results to return | `20` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| results | `list[image]` |  |

## Related Nodes

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