---
title: "Extract 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/lib/html/extractimages
markdown: https://docs.nodetool.ai/nodes/lib/html/extractimages.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/html/extractimages.md
---

# Extract Images

**Type:** `lib.html.ExtractImages`

**Namespace:** `lib.html`

## Description

Extract images from HTML content.
    extract, images, src

    Use cases:
    - Collect images from web pages
    - Analyze image usage on websites
    - Create image galleries

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| html | `str` | The HTML content to extract images from. | `` |
| base_url | `str` | The base URL of the page, used to resolve relative image URLs. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| image | `image` |  |
| images | `list` |  |

## Related Nodes

Browse other nodes in the [lib.html](./) namespace.
