Directory / agent-reader.agent-reader.workers.dev
Extract structured metadata from any web page: title, description, canonical URL, Open Graph and Twitter card tags, favicons, JSON-LD types, language and headings. Useful for link previews, content classification and SEO analysis.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://agent-reader.agent-reader.workers.dev/meta' # -> 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/meta'
Endpoint: https://agent-reader.agent-reader.workers.dev/meta. 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 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.
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 boilerpl…