conductorv2
Plugins/Utilities

Web Fetch

Fetch URLs, parse HTML, extract data from web pages.

zero-config3 tools

Works immediately. Rate limited to prevent abuse.

Fetch any public URL and extract structured data. Parse HTML for content, follow redirects, and handle JSON APIs. Essential for web scraping and API integration.

Setup

terminal
Zero-config. Rate limited to 100 requests/minute.

Install

Built-in — no installation needed. Works immediately.

Tools

ToolDescriptionApproval
web_fetchFetch a URL and return content
web_parseParse HTML and extract elements
web_jsonFetch and parse JSON from API

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

What's on example.com?

web_fetch

Get the JSON from this API endpoint

web_json