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 |
Metadata
Related Nodes
Browse other nodes in the lib.browser namespace.