fetch_txt
Extract plain text content from any website URL by removing HTML formatting and returning only readable text.
Instructions
Fetch a website, return the content as plain text (no HTML)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the website to fetch | |
| headers | No | Optional headers to include in the request |