{"name":"scrape-website","description":"Scrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering; body content rendered as text, raw HTML, or clean markdown, with optional link extraction. Cheerio-based with no headless browser, so it is fast and cheap, ideal for static pages and SSR sites. For JS-heavy SPAs that need a real browser, see website-screenshot. Use it as a web scrape API or webpage metadata extractor.","price":"$0.04","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Public URL to fetch and parse. Must include scheme (http/https). Follows redirects."},"format":{"type":"string","enum":["text","html","markdown"],"description":"Body output format. 'text' (default, plain text), 'html' (raw HTML body), or 'markdown' (clean markdown — best for LLM ingestion)."},"include_links":{"type":"boolean","description":"If true, also returns an array of all <a href> links found on the page. Default false."},"user_agent":{"type":"string","description":"Custom User-Agent header. Defaults to a modern desktop Chrome UA."}},"required":["url"]},"input_example":{"url":"https://example.com","format":"text"},"output_example":{"url":"https://example.com","final_url":"https://example.com/","status_code":200,"title":"Example Domain","description":"","canonical":null,"lang":"en","h1":"Example Domain","og":{},"twitter":{},"text":"Example Domain\n\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\n\nLearn more","format":"text","body_chars":128},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}