fetch_url
Fetch any public URL and receive clean Markdown, PDF text, or direct data, with a start_index to resume truncated content.
Instructions
Fetch one public HTTP(S) URL. Returns clean Markdown for pages and Reddit posts, extracted PDF text, direct text data, or a supported image. Use start_index to continue truncated text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL | |
| max_length | No | Maximum text characters to return | |
| start_index | No | Character index to start text content from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| links | No | ||
| title | No | ||
| content | No | ||
| metadata | No | ||
| extractor | Yes | ||
| pageCount | No | ||
| truncated | No | ||
| wordCount | No | ||
| byteLength | No | ||
| contentType | Yes | ||
| start_index | No | ||
| total_chars | No | ||
| returned_chars | No | ||
| fallback_reason | No | ||
| next_start_index | No |