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
| Tool | Description | Inputs | Approval |
|---|---|---|---|
web_fetch | Fetch a URL and return content | url, parser? | — |
web_parse | Parse HTML and extract elements | html, selector | — |
web_json | Fetch and parse JSON from API | url | — |
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