Skip to main content
Fetch the content of an HTTP/HTTPS URL. Web pages are extracted as readable text; document files (PDF, Word, Excel, etc.) are downloaded and parsed automatically.

Parameters

Supported file types

Use cases

  • Extract readable text from a web page
  • Download and parse remote documents
  • Inspect API response bodies
web_fetch only retrieves static HTML. For pages that require JavaScript rendering (such as SPAs), use the browser tool instead.