agent-tools.net /markdown

Fetch a URL server-side and return clean, structured Markdown — headings, lists, links, code blocks, tables — instead of raw HTML an agent has to parse itself.

data-transform OFFICIAL $0.005/call ● up · checked 3h ago
Visit tool →

Documentation

GET /markdown. Fetch a URL server-side and return clean, structured Markdown — headings, lists, links, code blocks, tables — instead of raw HTML an agent has to parse itself. Parameters: url — Absolute http(s) URL to fetch. Redirects are followed and re-checked against the same SSRF guard as the initial URL.

Request & response

GET https://agent-tools.net/markdown

Parameters

Response

{
  "url": "https://example.com/",
  "title": "Example Domain",
  "markdown": "# Example Domain\n\nThis domain is for use in illustrative examples...\n\n[More information...](https://www.iana.org/domains/example)"
}

Listed 2026-08-26