get_raw_text
Extract raw text content directly from URLs for structured data formats like JSON, XML, CSV, or plain text. Bypasses browser rendering to provide fast, unprocessed source data.
Instructions
Retrieves raw text content directly from a URL without browser rendering. Ideal for structured data formats like JSON, XML, CSV, TSV, or plain text files. Best used when fast, direct access to the source content is needed without processing dynamic elements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the target resource containing raw text content (JSON, XML, CSV, TSV, plain text, etc.). |