fetch_contents
Fetch clean content from up to 10 URLs. Choose markdown, HTML, or JSON output and optionally include page links or image links.
Instructions
Fetch and extract clean content from up to 10 URLs using TinyFish Fetch API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to fetch. Maximum 10. Each 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 |