{"uid":"cap_VWCijZdtcu5frBjDL_IcA","slug":"pagesnap-read-endpoint-url-to-markdown-text-html-json-aria-links-8d704edd","name":"Pagesnap Read Endpoint — URL to Markdown/Text/HTML/JSON/ARIA/Links","description":"Turn any public URL into clean Markdown, a screenshot, a PDF or metadata with one API. Free tier, no signup and a remote MCP server for AI agents.","url":"https://pagesnap.142-93-197-141.sslip.io/x402/v1/read","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Public HTTP(S) URL"},"wait":{"type":"integer","maximum":10000,"minimum":0},"format":{"enum":["markdown","text","html","json","aria","links"],"type":"string"},"render":{"type":"boolean"},"timeout":{"type":"integer","maximum":45000,"minimum":3000}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["content","contentType"],"properties":{"content":{"type":"string"},"contentType":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"content":"# Example\n","contentType":"text/markdown"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_R64ms_4HJTTytVIO9SyD8","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches any public URL and returns its content converted to Markdown, plain text, HTML, JSON, ARIA, or extracted links","exampleAgentPrompt":"Can you fetch the page at https://en.wikipedia.org/wiki/Markdown and convert it to clean markdown format, rendering JavaScript if needed?","exampleUseCases":[{"title":"Article ingestion for LLM pipeline","prompt":"Grab the article at https://www.bbc.com/news/technology-12345678 and give me its content as clean markdown so I can feed it to my summarization model."},{"title":"Link extraction from a documentation page","prompt":"Get all the links on https://docs.python.org/3/library/ so I can build a list of every module documentation page."},{"title":"Readable text from a JS-rendered SPA","prompt":"Fetch https://app.mycompany.com/public-report and render the JavaScript before extracting the plain text content — it's a single-page app so it won't work without rendering."}],"resultDescription":"A JSON object with a 'content' string (the page content in the requested format, e.g. Markdown, plain text, HTML, JSON, ARIA tree, or a list of links) and a 'contentType' string indicating the MIME type of the returned content (e.g. 'text/markdown', 'text/plain').","failureModes":["URL is not publicly accessible or requires authentication — returns an error or empty content","Timeout exceeded (max 45000ms) if page is slow to load","JavaScript rendering timeout if 'render' is true and the page is complex","Invalid or malformed URL input causes a 400-level error","Private/intranet URLs that the server cannot reach","Rate limiting or payment failure on the x402 micropayment layer"],"whenToPreferThis":"Choose this endpoint when you need to convert a public web URL into structured or readable text (especially Markdown) for downstream LLM processing, document parsing, or content extraction. It supports optional JavaScript rendering, making it suitable for SPAs and dynamic pages. Prefer it over generic HTTP fetchers when you want the content cleaned up and formatted, not raw HTML. Particularly useful for AI agent pipelines that ingest web content.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:38:35.335Z","isFirstParty":false}