{"uid":"cap_v1nOacGQrxsSkVfjauoeU","slug":"coinslot-read-page-8e3f9850","name":"Coinslot Read Page","description":"Fetch a public URL and return its content as clean Markdown plus title and metadata. One call instead of fetch + parse + convert. POST { url, maxBytes? } (default 1MB cap).","url":"https://coinslot.dev/api/read-page","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"url":{"type":"string","description":"Public http(s) URL"},"maxBytes":{"type":"integer","default":1000000,"maximum":3000000,"minimum":1024}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","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.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_5xIdkB0EIG3RVWxPdPXQM","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a public URL and returns its content as clean Markdown along with the page title and metadata in a single API call.","exampleAgentPrompt":"Can you fetch the content of https://example.com/article and give it to me as clean Markdown so I can read it?","exampleUseCases":[{"title":"Summarize a news article","prompt":"Grab the full text from this article URL https://techcrunch.com/2024/01/15/some-story and convert it to clean Markdown so I can summarize it."},{"title":"Extract blog post content for processing","prompt":"Fetch the content of https://martinfowler.com/articles/microservices.html and return it as Markdown — I only need up to 500KB of content."},{"title":"Pull competitor product page text","prompt":"Can you read https://competitor.com/pricing, get the page title and all the main text as clean Markdown, so I can compare their pricing to ours?"}],"resultDescription":"Returns the fetched page's main content converted to clean Markdown text, along with the page title and associated metadata. The response strips navigation, ads, and boilerplate, delivering just the core readable content up to the specified byte limit (default 1MB, max 3MB).","failureModes":["URL is not publicly accessible or requires authentication — returns an error indicating the page could not be fetched","URL points to a non-HTML resource (PDF, binary file) — content may not parse cleanly into Markdown","Page exceeds maxBytes cap — content is truncated at the specified limit","Invalid or malformed URL — returns a validation error","Target server is slow or times out — returns a timeout error","Rate limiting or bot-blocking by the target site — returns a fetch failure"],"whenToPreferThis":"Choose this endpoint when you need to fetch a web page and immediately get clean, readable Markdown in one step, avoiding the need to chain a fetch call, an HTML parser, and an HTML-to-Markdown converter separately. It is ideal for content extraction workflows, article reading, research pipelines, or any agent task that needs to consume web content as structured text without writing custom scraping code.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:45:15.481Z","isFirstParty":false}