fetch_txt
Extract plain text content from a website by specifying its URL. Remove HTML formatting for simplified, readable output. Ideal for processing web content programmatically.
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 |