agentek-eth

by NaniDAO
Verified

scrapeWebContent

Extracts and returns the main text content from any webpage using its URL, enabling efficient web data collection for analysis or automation.

Instructions

Given a URL, fetch the page's HTML and return the main text content as accurately as possible. Works for most websites.

Input Schema

NameRequiredDescriptionDefault
websiteYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "website": { "type": "string" } }, "required": [ "website" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce