internet-archive

Internet Archive for n8n

Package Information

Released: 6/23/2025
Downloads: 0 weekly / 5 monthly
Latest Version: 0.1.0
Author: singee

Documentation

n8n-nodes-internet-archive

This is an n8n community node. It lets you use Internet Archive's Wayback Machine in your n8n workflows.

The Internet Archive's Wayback Machine is a digital archive of the World Wide Web that allows you to capture and preserve web pages for future reference.

Note: Currently, only SPN2 (Save Page Now 2) functionality is implemented. This allows you to save web pages to the Internet Archive.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Currently implemented operations:

  • Save Page - Save a web page to the Internet Archive using SPN2 (Save Page Now 2) API

Credentials

To use this node, you need to authenticate with the Internet Archive using S3-style credentials:

  1. Prerequisites: You need an Internet Archive account. Sign up at archive.org if you don't have one.

  2. Get API Keys:

  3. Configure in n8n:

    • Create a new "Internet Archive API" credential
    • Enter your S3 Access Key and S3 Secret Key

Compatibility

  • Minimum n8n version: 1.x
  • Node.js version: >= 20.15
  • Tested with: n8n 1.97.1

Usage

Save Page Node

The Save Page node allows you to capture web pages and save them to the Internet Archive. It supports various SPN2 options:

  • Basic capture: Simply provide a URL to save
  • Advanced options:
    • Capture pages with errors (4xx/5xx status codes)
    • Capture outlinks automatically
    • Take full page screenshots
    • Set custom User-Agent strings
    • Configure JavaScript behavior timeout
    • Use custom cookies for authentication
    • And many more SPN2 features

Visit the Internet Archive Save Page Now 2 (SPN2) API Documentation for more information on the SPN2 API.

Resources

Version history

0.1.0

  • Initial release with SPN2 (Save Page Now 2) functionality
  • Basic page saving with comprehensive SPN2 options support
  • S3-style authentication for Internet Archive API

Discussion