{"uid":"cap_f8yHvUNtzbzfSBasM3nzO","slug":"fastscrape-webpage-scraper-6464efd7","name":"FastScrape Webpage Scraper","description":"Fetch a public webpage using a JSON request body and return cleaned text, Markdown, and page metadata.","url":"https://fastscrape.benlab.download/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","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Public HTTP or HTTPS webpage URL to scrape"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"url":"https://example.com","text":"Example Domain","title":"Example Domain","status":"success","markdown":"Example Domain","final_url":"https://example.com","truncated":false,"word_count":2,"description":"","character_count":14}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","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":"down","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_czVpn2Ky7s9JgLhyZGBMA","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a public webpage by URL and returns cleaned text, Markdown, and page metadata.","exampleAgentPrompt":"Can you fetch the webpage at https://example.com/article and give me the cleaned text and markdown version of its content?","exampleUseCases":[{"title":"Extract article text for summarization","prompt":"Grab the text from this news article at https://www.bbc.com/news/technology-12345678 — I want the clean readable content so you can summarize it for me."},{"title":"Convert product page to Markdown","prompt":"Fetch https://store.example.com/products/widget and convert the page content to Markdown so I can paste it into my notes."},{"title":"Pull blog post metadata and content","prompt":"Scrape the blog post at https://blog.openai.com/gpt-4-research and give me the title, metadata, and cleaned text."}],"resultDescription":"Returns the page's cleaned readable text, a Markdown-formatted version of the content, and page metadata such as title and other discoverable structured fields from the fetched URL.","failureModes":["URL is not publicly accessible (paywalled, login-required) — returns error or empty content","Invalid or malformed URL — validation error returned","Page returns non-200 HTTP status — error response with status code","Timeout if target server is slow or unresponsive","Dynamic JavaScript-heavy pages may return incomplete content if JS rendering is not supported"],"whenToPreferThis":"Choose this endpoint when you need to quickly fetch and read the text or Markdown content of a single public webpage, especially when you want clean human-readable output without writing a custom scraper. It is well-suited for article extraction, content summarization pipelines, or ingesting web pages into a knowledge base. Prefer this over generic HTTP fetch tools when you specifically need cleaned text and Markdown output rather than raw HTML.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T16:28:58.469Z","isFirstParty":false}