{"uid":"cap_gfiBSLef3OtDmXRgZr_dP","slug":"webbersites-web-page-summarizer-9394a436","name":"Webbersites Web Page Summarizer","description":"Quick extractive summary of any web page: fetch the URL, extract the main article, and return the key sentences (TextRank) instead of the full text. For agents that want the gist of a page, not a full scrape. No AI — fast and deterministic. Want an abstractive AI rewrite, or to summarize a PDF/DOCX or your own text? POST /api/summarize-text ($0.01).","url":"https://api.webbersites.com/api/summarize","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":"Public http(s) URL of the page to summarize"},"sentences":{"type":"number","description":"How many key sentences to return (1-10, default 3)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"url":{"type":"string"},"title":{"type":"string"},"method":{"type":"string"},"summary":{"type":"string"},"key_sentences":{"type":"array"},"summary_word_count":{"type":"number"},"original_word_count":{"type":"number"}}}}}}},"responseSchema":{"type":"json","example":{"url":"https://example.com/article","title":"Example Article","method":"extractive (textrank)","summary":"The most important sentence. The second key sentence. A third.","key_sentences":["The most important sentence.","The second key sentence.","A third."],"summary_word_count":42,"original_word_count":1200}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_bLhRMiEqyd716gqbIIldr","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a public web page, extracts the main article text, and returns the top key sentences using TextRank — a fast, deterministic extractive summary with no AI.","exampleAgentPrompt":"Can you give me a 5-sentence summary of what this article is actually about? Here's the URL: https://www.bbc.com/news/technology-68123456","exampleUseCases":null,"resultDescription":"Returns a JSON object containing the page title, a concatenated summary string, an array of the top key sentences (up to 10), the word count of the summary, and the word count of the original article text.","failureModes":["URL is not publicly accessible or returns a non-200 status — fetch fails with an error","Page has no extractable article content (e.g. pure JavaScript SPA, login-walled) — returns empty or low-quality summary","sentences parameter out of range (not 1-10) — may return default of 3 or a validation error","Invalid or malformed URL supplied — returns an error response","Page is too large or times out — fetch may fail with a timeout error"],"whenToPreferThis":"Choose this endpoint when you need a fast, cheap, deterministic extractive summary of a web page and don't need AI-generated paraphrasing or full-page content. Ideal when you want the literal key sentences from the source text (TextRank), not a rewritten digest. Prefer this over full-scrape endpoints when bandwidth and latency matter and you only need the gist. At $0.015/call it's cost-effective for high-volume summarization pipelines.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:43:05.270Z","isFirstParty":false}