{"uid":"cap_U4fq4WlIX5gttyn5F_jH8","slug":"animica-web-fetch-api-de1ea58b","name":"Animica Web Fetch API","description":"Fetch a public web page and return clean readable text with its title and metadata - the form a model can actually use, with navigation, scripts and styling removed. Follows up to 3 redirects, caps the download at 2000000 bytes and gives up after 15000ms. Reaches the PUBLIC internet only: the hostname is resolved and every redirect hop re-checked against private, loopback, link-local and CGNAT ranges, so this cannot read internal services or cloud metadata. Returns raw HTML too on request.","url":"https://animica.dev/x402/web/fetch","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"url":{"type":"string","description":"absolute http(s) URL of a public page"},"max_chars":{"type":"integer","description":"truncate extracted text to this many characters"},"include_html":{"type":"boolean","description":"also return raw HTML (default false)"}}},"responseSchema":{"type":"json"},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001794","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.001794/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001794","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001794","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_xv-hVY3K3x_z1QzpZvlu8","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001794","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches and extracts text content from any public web page URL, returning metadata, cleaned text, and optional raw HTML","exampleAgentPrompt":"Fetch the content of https://techcrunch.com/2024/01/15/openai-update/ and extract the article text, limiting to 5000 characters so I can summarize it.","exampleUseCases":[{"title":"Summarize a news article","prompt":"Grab the text from this BBC article — https://www.bbc.com/news/technology-68123456 — and pull the first 3000 characters so I can give you a quick summary."},{"title":"Extract product page details","prompt":"Fetch the page at https://www.apple.com/iphone-16/ and get me the title, description, and main text content so I can compare it with competitors."},{"title":"Verify a URL's live content","prompt":"Can you pull the current text from https://status.openai.com and tell me the page title and what it says — I want to know if there are any active incidents?"}],"resultDescription":"A JSON object containing: the original URL, the final URL after any redirects, HTTP status code, page title, meta description, extracted readable text, character and byte counts, content type, fetch timestamp, a list of redirects followed, flags for whether text or body was truncated, and optionally the raw HTML if requested.","failureModes":["URL is not publicly accessible — returns non-200 status","Network timeout fetching slow or unreachable pages","URL requires authentication — returns 401 or 403","Malformed or non-HTTP URL — validation error on required field","Page returns no extractable text (e.g. JavaScript-rendered SPA) — text field may be empty","Payment failure via x402 — call not executed","max_chars too small — content truncated, body_truncated flag set"],"whenToPreferThis":"Use this endpoint when an AI agent needs to read the text content of any public webpage without a browser, particularly for summarization, fact-checking, or data extraction tasks. Prefer it over general web search when you already have the exact URL and need the full page content rather than a search snippet. It is also suitable when you need raw HTML alongside text, or when you want to follow redirects and know the final resolved URL.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:44:58.728Z","isFirstParty":false}