What problem does it solve?
Provides a straightforward way to find and retrieve historical snapshots of web pages from the Internet Archive so users can inspect past content, recover deleted pages, or compare changes over time.
Core Features & Use Cases
- List snapshots: Query the CDX API to produce a timeline of archived snapshots with timestamps, status codes, and MIME types.
- Find closest snapshot: Locate the snapshot nearest to a target date for point-in-time retrieval or verification.
- Fetch archived content: Retrieve raw archived HTML and extract readable text, truncating very large pages for practical consumption.
- Use Cases: Historical research into product pages, recovering removed blog posts for legal or editorial review, and auditing how competitor pages evolved.
Quick Start
Use the wayback skill to find the closest archived snapshot of example.com on 2020-01-01 and return its extracted readable text.