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.
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/markdownParameters
urlrequired — Absolute http(s) URL to fetch. Redirects are followed and re-checked against the same SSRF guard as the initial URL.
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)"
} Sample data from GET /directory/official-markdown/demo — not a live call, nothing was paid.
Listed 2026-08-26