Page extraction (paid)
url.fetchExtract page content from a public URL as markdown or text, including status and content type. Use this to retrieve the full page body for analysis after checking risk signals.
Instructions
Page extraction / public URL to markdown. GET https://54ch10.uk/v1/fetch?url= at $0.005. SSRF-safe; returns status, contentType, markdown|text (200KB cap). Use after url.open when you need page body, not just risk signals. Analytics-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL to fetch. Example: 'https://example.com/about'. | |
| format | No | Output format. Prefer 'markdown' for agent reading; 'text' for plain. | markdown |