{"name":"archive-snapshot-api","description":"Finds archived snapshots of public web pages, returning the closest Wayback Machine captures with timestamps, status codes, and replay URLs. Same archive-snapshot backend. Use it as an archive snapshot API, Wayback Machine snapshot lookup, or historical URL capture source.","price":"$0.02","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Public http(s) URL to look up in the Wayback Machine."},"timestamp":{"type":"string","description":"Optional. Target date for the snapshot: ISO 8601, 'YYYY-MM-DD', 'YYYYMMDD', or 'YYYYMMDDhhmmss'. Defaults to the most recent capture."},"fetch_text":{"type":"boolean","description":"Optional. If true, also fetches and returns the archived page's cleaned text (source capped at 10MB). Default false."}},"required":["url"]},"input_example":{"url":"https://www.wikipedia.org/","timestamp":"2024-01-01"},"output_example":{"url":"https://www.wikipedia.org/","archived_url":"https://web.archive.org/..."},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}