{"uid":"cap_xNsfzCqMGd9UDtZZPXEh3","slug":"clawtious-creatormagic-ai-eea2f1ab","name":"CreatorMagic Web Extractor","description":"Extract structured content and metadata from web pages using the Clawtious v2 web-extraction API.","url":"https://clawtious.creatormagic.ai/api/web/extract","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","bodyType","body","method"],"properties":{"body":{"required":["url"],"properties":{"url":{"type":"string","description":"URL to extract content from"},"format":{"type":"string","description":"Output format: markdown or text"},"maxLength":{"type":"number","description":"Max chars (500-50000)"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"url":{"type":"string"},"title":{"type":"string"},"format":{"type":"string"},"length":{"type":"number"},"content":{"type":"string"},"truncated":{"type":"boolean"}}}}}}},"responseSchema":null,"example":{"request":{"input":{"body":{"url":"https://example.com","format":"markdown","maxLength":5000},"type":"http","method":"POST","bodyType":"json"}},"response":{"url":"https://example.com","title":"Example Domain","format":"markdown","length":167,"content":"# Example Domain\n\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\n\n[Learn more](https://iana.org/domains/example)","truncated":false}},"exampleRequest":{"url":"https://example.com","format":"markdown","maxLength":5000},"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_q-51ppze8RhXcK0Tpi0sZ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches a URL and returns its content as clean text or markdown, stripping away HTML noise for AI agent consumption","exampleAgentPrompt":"Can you pull the readable content from https://techcrunch.com/2024/05/01/openai-launches-new-model/ and give it to me as markdown so I can summarize it?","exampleUseCases":null,"resultDescription":"Returns a JSON object with the page URL, title, format (markdown or text), content length, the extracted clean content as a string, and a boolean indicating whether the content was truncated.","failureModes":["URL is unreachable or returns a non-200 status — likely returns an error response with no content","Page requires JavaScript rendering — content may be incomplete or empty","URL points to a binary file (PDF, image) — may return empty or garbled content","Payment not attached or insufficient — returns HTTP 402 Payment Required","Rate limiting or timeout on the target server — may return partial content or error"],"whenToPreferThis":"Use this endpoint when an AI agent needs to read and process the textual content of a public web page, especially when clean markdown output is needed for downstream LLM tasks like summarization or Q&A. Prefer it over general HTTP fetch when HTML-to-text conversion is required without building a parser yourself.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T13:28:12.029Z","isFirstParty":false}