wayback-list

Retrieve archived snapshots for a URL from the Wayback Machine CDX API.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Mearman/marketplace --skill wayback-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayback-list
Source: https://github.com/Mearman/marketplace/tree/main/plugins/wayback/skills/wayback-list
Command: npx skills add https://github.com/Mearman/marketplace --skill wayback-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

List Wayback Machine snapshots for a URL. Use when the user wants to see archive history, view all snapshots, find older versions, or browse archived copies of a webpage.

Core Features & Use Cases

  • Retrieve a list of archived snapshots for a URL from the Wayback Machine CDX API.
  • Support filters like limit, from, to, matchType, and collapse; handle pagination and caching.
  • Use for auditing historical content, researching web history, or verifying past versions of a page.

Quick Start

Run the Wayback List script with a URL to fetch and display its archived snapshots.

Frequently Asked Questions about wayback-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all archived Wayback Machine snapshots for a specific URL?

To list archived Wayback Machine snapshots for a URL, query the CDX API. It retrieves historical versions, handles pagination, and applies filters like limit, from, to, and matchType to browse archived copies.

Can I filter Wayback Machine snapshots by date range and match type?

Yes, you can filter Wayback Machine snapshots by date range and match type. The CDX API supports parameters including from, to, matchType, filter, and collapse to narrow down historical versions of a webpage.

What is the best way to retrieve historical versions of a webpage for auditing content changes?

The best way to retrieve historical versions for auditing content changes is querying the Wayback Machine CDX API. It lists archived snapshots across dates and domains, supporting pagination and caching for efficient web history research.

Does the Wayback CDX API support pagination and result limits when fetching web history?

Yes, the Wayback CDX API supports pagination and result limits when fetching web history. You can use the limit parameter to control snapshot counts and handle pagination to browse large volumes of archived copies.

How do I find older versions of a webpage using archived snapshots across different domains?

Find older versions of a webpage by querying archived snapshots through the Wayback Machine CDX API. Using the matchType parameter allows you to retrieve historical copies across specified dates and domains efficiently.