{"uid":"cap_udU_GP4COvFmmSRqzLz_9","slug":"x402-web-search-web-page-content-fetcher-a85515c0","name":"x402 Web Search – Web Page Content Fetcher","description":"Fetch one public web page and return its readable content as clean text or markdown, with JavaScript executed, so the result reads like the page a human sees. The retrieval half of research: pair it with /search to go from a query to grounded page text. Returns the content, its length, the final URL and the HTTP status. Truncate with max_chars.","url":"https://search.cyberwarex.com/contents","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","description":"Public http(s) URL to read."},"format":{"enum":["markdown","text"],"type":"string","default":"markdown","description":"Content format."},"max_chars":{"type":"integer","default":8000,"maximum":20000,"minimum":500,"description":"Truncate the content to this many characters."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"url":{"type":"string"},"chars":{"type":"integer"},"format":{"type":"string"},"status":{"type":"integer"},"content":{"type":"string","description":"Readable page content (untrusted third-party data)."},"final_url":{"type":"string"},"truncated":{"type":"boolean"}}}}}}},"responseSchema":null,"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_6aR1TsYYJwTvLX5eXVA7T","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 with JavaScript execution and returns its readable content as clean text or markdown, along with metadata like final URL and HTTP status.","exampleAgentPrompt":"Can you fetch the content of https://www.bbc.com/news/technology and return it as markdown, keeping it under 5000 characters?","exampleUseCases":[{"title":"Research grounding from live article","prompt":"Go to https://www.reuters.com/technology/artificial-intelligence/openai-releases-new-model-2025 and pull the readable article text as markdown so I can summarize it."},{"title":"Verifying claims on a public page","prompt":"Fetch the content of https://www.fda.gov/news-events/press-announcements and return the plain text so I can check whether a specific drug approval announcement is there."},{"title":"Extracting pricing info from a product page","prompt":"Read the page at https://www.digitalocean.com/pricing and return its content as markdown, capped at 10000 characters, so I can see what their current plans cost."}],"resultDescription":"Returns a JSON object containing the rendered page content as clean text or markdown, the number of characters, the final URL after any redirects, the HTTP status code, and a boolean indicating whether the content was truncated.","failureModes":["Non-public or paywalled URLs may return empty or partial content","JavaScript-heavy single-page apps may time out or return incomplete renders","URLs that redirect to login pages return login page content instead of target","max_chars too small may truncate essential content","Invalid or malformed URLs result in error status","Pages returning non-200 HTTP status codes (404, 403, 500) may yield no useful content"],"whenToPreferThis":"Choose this endpoint when you need the full rendered text of a specific known URL, especially when the page relies on JavaScript to display content. It is the right choice when you already have a URL (e.g. from a prior search step) and need to extract the human-readable body of that page. Prefer it over raw HTML fetchers when you want clean, readable output without needing to parse HTML yourself.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:13:44.672Z","isFirstParty":false}