{"uid":"cap_Fhj8RCScu_8UmZccWTNYa","slug":"microscrape-webpage-to-markdown-extractor-731e655a","name":"MicroScrape Webpage-to-Markdown Extractor","description":"MicroScrape: webpage-to-Markdown extraction for AI agents","url":"https://microscrape-production.up.railway.app/api/v1/scrape","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":"URL to fetch and convert into clean Markdown"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["request_id","url","title","markdown","word_count"],"properties":{"url":{"type":"string"},"title":{"type":"string"},"markdown":{"type":"string"},"request_id":{"type":"string"},"word_count":{"type":"integer"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","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_9wm2v89NddXzjWoYyG5vr","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a webpage by URL and returns its content as clean, AI-ready Markdown text with title and word count","exampleAgentPrompt":"Fetch the content of https://en.wikipedia.org/wiki/Artificial_intelligence and give me the full page as clean Markdown so I can summarize it.","exampleUseCases":[{"title":"Article ingestion for summarization","prompt":"Grab the article at https://www.bbc.com/news/technology-12345678 and convert it to Markdown so I can summarize the key points."},{"title":"Research page extraction for RAG","prompt":"Pull the content from https://arxiv.org/abs/2301.00001 as clean Markdown so I can add it to my knowledge base."},{"title":"Documentation reading for agent","prompt":"Fetch https://docs.stripe.com/api/charges and return it as Markdown so I can understand how the Charges API works."}],"resultDescription":"Returns a JSON object containing the original URL, extracted page title, full page content converted to clean Markdown, a unique request_id, and the word count of the extracted content.","failureModes":["URL is unreachable or returns a non-200 status — scrape fails with an error response","Page is JavaScript-heavy SPA with no static HTML content — may return empty or minimal markdown","URL points to a PDF or binary file rather than HTML — markdown extraction may fail or return garbled output","Rate limiting or bot-detection on the target site — may return empty content","Invalid or malformed URL in query parameter — returns validation error"],"whenToPreferThis":"Choose this endpoint when you need the full readable text content of a webpage rendered as clean Markdown, especially for feeding into an LLM for summarization, Q&A, or RAG ingestion. Prefer it over sibling endpoints when you want the complete prose content rather than structured fields (use the CSS selector endpoint for that), metadata tags (use the meta endpoint), or link graphs (use the links endpoint).","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:34:43.778Z","isFirstParty":false}