fetch_txt
Extract plain text from any website by providing the URL and optional headers. Simplify web content retrieval into a clean, HTML-free format for easy use.
Instructions
Fetch a website, return the content as plain text (no HTML)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Optional headers to include in the request | |
url | Yes | URL of the website to fetch |