{"uid":"cap_Jz_ve1xiDQ7yLc_SxteAd","slug":"js-rendered-page-to-markdown-4c64f48b","name":"JS-Rendered Page to Markdown","description":"Fetch a JavaScript-rendered page through a real browser and return clean markdown (or html) — content from SPA/JS-heavy sites that a plain fetch can't see. Query: url (required), format (markdown|html, default markdown). Returns title, description, content.","url":"https://x402.shizu.me/render","method":"GET","headers":{},"bodySchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"type":"object","required":["method"],"properties":{"method":{"const":"GET"},"queryParams":{"type":"object","required":["url","format"],"properties":{"url":{"type":"string"},"format":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"url":"https://example.com","title":"…","format":"markdown","content":"# …"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.014","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.014/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.014","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.014","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_AEABMJdcJyWXeMNXMBnEO","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.014","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a JavaScript-rendered page through a real browser and returns clean Markdown (or HTML) content, including title and description, enabling scraping of SPAs and JS-heavy sites.","exampleAgentPrompt":"Can you fetch the content from https://example.com/some-spa-page and give it to me as clean markdown? It's a JavaScript-heavy site so a plain fetch won't work.","exampleUseCases":[{"title":"Extracting SPA product details","prompt":"Grab the product description and specs from https://store.example.com/products/widget-pro — it's a React app so you'll need a real browser to render it. Return the content as markdown."},{"title":"Archiving a JS-rendered article","prompt":"Pull the full article text from https://news.example.com/article/12345 as markdown — the page is JavaScript-rendered so a regular fetch won't get the content."},{"title":"Monitoring a dynamic dashboard page","prompt":"Fetch the content of https://dashboard.example.com/public/stats as HTML so I can see what's currently displayed — the page loads data via JavaScript."}],"resultDescription":"Returns a JSON object containing the page title, a short description (meta description), and the full page content rendered by a real browser — either as clean Markdown (default) or raw HTML, depending on the format parameter.","failureModes":["Invalid or unreachable URL returns an error with no content","Page requires authentication and returns a login screen instead of real content","JavaScript-heavy page takes too long to render and times out","Insufficient USDC credit results in a 402 payment required error","Malformed format parameter may default to markdown or return an error"],"whenToPreferThis":"Use this endpoint when a plain HTTP fetch cannot retrieve page content because the site relies on JavaScript (React, Vue, Angular, Next.js SSR, etc.) to render its content. Prefer this over a static scraper when the target page is a SPA, loads data dynamically via XHR/fetch, or otherwise requires a real browser to hydrate. Choose the markdown format for clean text extraction suitable for LLM processing; choose HTML if you need the raw DOM structure.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:46:46.198Z","isFirstParty":false}