fetch_content
Extract clean content from any URL, returning markdown, HTML, or JSON. Optionally include page links and image links.
Instructions
Fetch and extract clean content from a URL using TinyFish Fetch API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch. Must be http or https. | |
| format | No | Output format: markdown, html, or json. | markdown |
| links | No | Include extracted page links when supported. | |
| image_links | No | Include extracted image links when supported. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |