{"success":true,"output":{"service":"Firecrawl Scrape — LLM-ready page scrape via Firecrawl","description":"Scrape a single public URL and receive clean, LLM-ready content: markdown, raw HTML, and/or the page link list, plus page metadata. Powered by the Firecrawl API, which handles JavaScript rendering and content extraction on its own infrastructure. Generic page-scrape tool — target-site policy is enforced by the provider. Provider-gated: runs only when the operator has configured FIRECRAWL_API_KEY; without the key the tool fails closed and is not listed.","pricing":"$0.02 per call via the marketplace (POST /api/execute) or the x402 edge.","usage":"POST with { \"input\": { \"url\": \"https://example.com\", \"formats\": [\"markdown\"], \"only_main_content\": true } }","parameters":{"url":{"type":"string","required":true,"description":"Public http(s) URL to scrape. Loopback/private/internal hosts are rejected."},"formats":{"type":"array","default":["markdown"],"options":["markdown","html","links"],"description":"Output formats to request."},"only_main_content":{"type":"boolean","default":true,"description":"Extract only the main content, skipping nav/footer boilerplate."},"max_length":{"type":"integer","default":50000,"description":"Character cap per content format (1000-100000)."}},"provider":"Firecrawl (firecrawl.dev) — configured server-side; buyers never supply or see the provider key.","configured":true,"tip":"formats accepts any of [\"markdown\", \"html\", \"links\"]. only_main_content=true (default) strips nav/footer boilerplate. Content is capped at max_length characters."}}