{"name":"site-snapshot-pack","description":"Captures a website's screenshot, metadata, and SSL certificate in one call. Give it a URL and get back a rendered PNG screenshot (hosted image URL), head metadata (title, description, OG/Twitter cards, favicon), and the TLS certificate summary (issuer, days until expiry) for the host. One paid call replaces three: ideal for link-preview generation, phishing triage, uptime/appearance audits, portfolio monitoring, sales prospect research. Composite: one call runs website-screenshot + url-metadata-extract + ssl-cert-info in parallel. Use it as a visual + technical site profile or landing-page verifier.","price":"$0.05","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Site URL to snapshot (http or https). Max 2048 chars."}},"required":["url"]},"input_example":{"url":"https://example.com"},"output_example":{"url":"https://example.com","screenshot":{"image_url":"https://storage.example/shot.png","format":"png","file_size_bytes":43794},"metadata":{"title":"Example Domain","description":"","canonical":null,"language":"en","og":{},"twitter":{}},"ssl":{"host":"example.com","issuer_common_name":"DigiCert Global G3 TLS ECC SHA384 2020 CA1","days_until_expiry":60},"composed_of":["website-screenshot","url-metadata-extract","ssl-cert-info"],"components":[{"name":"website-screenshot","ok":true,"ms":7400},{"name":"url-metadata-extract","ok":true,"ms":640},{"name":"ssl-cert-info","ok":true,"ms":1200}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}