{"name":"archive-url","description":"Looks up the archived copy of a public URL closest to a given timestamp and can fetch cleaned archived page text. Useful for citation repair, provenance checks, and reference rot fixes. Use it as an archive snapshot finder, web archive URL builder, or Wayback Machine snapshot API.","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":{"snapshot_url":"https://web.archive.org/web/20240101.../...","snapshot_iso_timestamp":"2024-01-01T00:00:00Z"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}