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

# Web Fetch

**Type:** `lib.browser.WebFetch`

**Namespace:** `lib.browser`

## Description

Fetches HTML content from a URL and converts it to text.
    web, fetch, html, markdown, http

    Use cases:
    - Extract text content from web pages
    - Process web content for analysis
    - Save web content to files

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| url | `str` | URL to fetch content from | `` |
| selector | `str` | CSS selector to extract specific elements | `body` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

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