Public URL to Markdown
Fetch a public http(s) URL and convert the page to markdown. No browser, no LLM.
This server retrieves a publicly reachable HTTP or HTTPS page and returns the main content as Markdown so agents can read docs, articles, and static HTML without a headless browser or a model in the middle.
Tool
url_to_markdown
Fetches a public URL and converts the page to Markdown.
Parameters
url(string, required) — Publichttp://orhttps://URL to fetch.
Returns — Markdown text of the page (readable content; not a pixel-perfect print).
Example prompts
- "Convert https://example.com to markdown."
- "Fetch https://docs.example.com/guide and give me the page as markdown."
- "Use url_to_markdown on this public docs URL and summarize the headings."
Limits
- Public URLs only. Login walls, paywalls, and private networks will fail.
- No browser / no JavaScript execution. JS-only apps may return empty or shell HTML.
- No LLM in the conversion path.
- Reasonable timeouts apply (platform health check uses a ~10s limit).
- One tool, one price: $0.03 per successful call.
Requirements
- A public
http(s)URL the Worker can fetch. - No API key and no OAuth for the target site.
AgenticMarket