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

# Browser

**Type:** `lib.browser.Browser`

**Namespace:** `lib.browser`

## Description

Fetches content from a web page using a headless browser.
    browser, web, scraping, content, fetch

    Use cases:
    - Extract content from JavaScript-heavy websites
    - Retrieve text content from web pages
    - Get metadata from web pages
    - Save extracted content to files

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| url | `str` | URL to navigate to | `` |
| timeout | `int` | Timeout in milliseconds for page navigation | `20000` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| success | `bool` |  |
| content | `str` |  |
| metadata | `dict[str, any]` |  |

## Related Nodes

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