{"uid":"cap_BQZlGxcQakeX_Cnmz_y9p","slug":"amnt-fetch-read-web-page-to-markdown-36650351","name":"AMNT Fetch & Read – Web Page to Markdown","description":"Fetch and Read - Turn any web page into clean markdown an agent can actually read.","url":"https://www.amnt.io/api/os-tools/fetch-read","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"url":{"type":"string","examples":["https://example.com/article"],"maxLength":2000,"description":"The public https page to read."},"maxChars":{"type":"integer","default":20000,"maximum":100000,"minimum":500,"description":"Cut the markdown at this length. The reply says whether it was cut."},"includeLinks":{"type":"boolean","default":true,"description":"Keep [text](url) links in the markdown. Turn off for prose only."}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.004","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.004/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_XkH5TEjW5Ne1IpuWf-cNB","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.004","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches any public web page and converts it into clean, readable markdown that an AI agent can process","exampleAgentPrompt":"Can you fetch the article at https://www.wired.com/story/ai-agents-future and turn it into clean markdown so I can read it? Keep the links in and cut it off at 30000 characters if it's too long.","exampleUseCases":[{"title":"Summarize a news article from URL","prompt":"Grab the page at https://www.theguardian.com/technology/2024/jan/15/openai-gpt5-announcement and convert it to clean markdown — keep the links, limit to 20000 characters — then give me a quick summary of the main points."},{"title":"Research competitor landing page content","prompt":"Fetch https://www.notion.so/product and turn it into plain markdown without links so I can analyze how they describe their features — cap it at 15000 characters."},{"title":"Extract documentation from a public API page","prompt":"Read the page at https://docs.stripe.com/api/charges and convert it to clean markdown with links preserved, up to 50000 characters, so I can understand the full API reference."}],"resultDescription":"Returns a markdown-formatted string of the page's readable content, with optional hyperlinks preserved in [text](url) format. The response indicates whether the content was truncated at the requested character limit, allowing the agent to know if the full page was returned or cut short.","failureModes":["Non-public or paywalled URLs return empty or partial content","Invalid or malformed URLs cause a request error","Pages heavily reliant on JavaScript rendering may return incomplete markdown","maxChars set below 500 or above 100000 are rejected with validation error","Timeout on very slow or unresponsive servers","Private or localhost URLs may be blocked for security reasons"],"whenToPreferThis":"Choose this endpoint when you need a clean, LLM-readable text representation of any public web page without writing custom scraping logic. It is ideal for agents that need to read articles, documentation, or landing pages on demand without managing HTML parsing. Prefer it over raw HTTP fetches when your agent needs prose-ready content with optional link preservation and a configurable length cap.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T07:02:30.906Z","isFirstParty":false}