{"name":"site-forensics-pack","description":"Site forensics pack API for a page capture and web investigation: pull a visual screenshot, an archive.org Wayback snapshot, the detected tech stack, page metadata, outbound links, and the sitemap in one call. Built for archiving evidence of a page's state and fingerprinting what it's built on before content changes or disappears. Composite: one call runs website-screenshot + archive-snapshot + tech-stack-detect + url-metadata-extract + link-extract + sitemap-fetch in parallel (screenshot and archive-snapshot are optional, degrading rather than failing the call) into {screenshot, archive, tech_stack, metadata, links, sitemap}. Use it as a page-capture API, web investigation tool, or archive-and-fingerprint utility.","price":"$0.06","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Page URL to investigate, e.g. 'https://example.com'. Max 2048 chars; http/https only. Scheme is added if omitted."}},"required":["url"]},"input_example":{"url":"https://example.com"},"output_example":{"url":"https://example.com/","screenshot":{"image_url":"https://cdn.example/shot.png","width":1280,"height":800},"archive":{"available":true,"snapshot_url":"https://web.archive.org/web/2024/https://example.com/"},"tech_stack":{"detection_count":2,"detections":[{"name":"Cloudflare","category":"cdn"}]},"metadata":{"title":"Example Domain","description":null},"links":{"link_count":12,"external_count":4},"sitemap":{"url_count":1,"urls":["https://example.com/"]},"composed_of":["website-screenshot","archive-snapshot","tech-stack-detect","url-metadata-extract","link-extract","sitemap-fetch"],"components":[{"name":"tech-stack-detect","ok":true,"ms":900}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}