Directory / agent-reader.agent-reader.workers.dev
Extract the main article from any web page as clean, LLM-ready markdown. Returns title, byline, site name, publish date, excerpt and markdown body with boilerplate (nav, ads, footers) removed. Ideal for agents that need page content without burning tokens on raw HTML.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://agent-reader.agent-reader.workers.dev/read' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://agent-reader.agent-reader.workers.dev/read'
Endpoint: https://agent-reader.agent-reader.workers.dev/read. Operated by agent-reader.agent-reader.workers.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Extract structured metadata from any web page: title, description, canonical URL, Open Graph and Twitter card tags, favicons, JSON-LD types, language and headin…
Extract the full text of a PDF from a URL. Returns plain text, page count and word count. Handles reports, papers and documentation up to 25 MB.