{"uid":"cap_TTtoGQc7oQ-xBGFS-IK9C","slug":"scrvo-web-crawler-b7268715","name":"Scrvo Web Crawler","description":"Crawl a URL and return LLM-ready content (markdown/HTML/JSON)","url":"https://api.scrvo.com/api/crawl","method":"POST","headers":{},"bodySchema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to crawl"},"depth":{"type":"integer","description":"Max crawl depth from seed URL"},"limit":{"type":"integer","description":"Max pages to crawl"},"render":{"type":"boolean","description":"Enable JS rendering via headless browser"},"formats":{"type":"array","description":"Output formats to include in response"}}},"responseSchema":{"type":"object","properties":{"jobId":{"type":"string","description":"Internal job identifier for polling"},"status":{"enum":["running","completed","failed","cancelled"],"type":"string"},"cfJobId":{"type":"string","description":"Crawl engine job identifier"},"pollUrl":{"type":"string","description":"URL to poll for results"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.05","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.05/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_aecojWELvUJHva5P_MPh3","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Crawls a URL and returns LLM-ready content in markdown, HTML, or JSON format","exampleAgentPrompt":"Crawl https://example.com/docs/getting-started for me — go up to 2 levels deep, grab at most 10 pages, render JavaScript, and give me the output as markdown so I can feed it into my LLM.","exampleUseCases":null,"resultDescription":"Returns a job ID, crawl status (running/completed/failed/cancelled), a crawl engine job ID, and a poll URL to retrieve the completed content once the crawl finishes.","failureModes":["URL is unreachable or returns a non-200 response — job status set to 'failed'","Invalid or malformed URL input — likely 400 error","JavaScript rendering timeout if page is slow to load — may result in partial or failed content","Crawl depth or page limit exceeded expectations — partial results returned","Poll URL returns 'running' indefinitely if crawl stalls"],"whenToPreferThis":"Choose this endpoint when you need to feed webpage content into an LLM and want clean, structured output (markdown/HTML/JSON) rather than raw HTML. Especially useful when the target page requires JavaScript rendering. Best for preparing web content for downstream AI tasks, RAG pipelines, or document ingestion.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:37:19.477Z","isFirstParty":false}