save_url
Archive a URL to the Wayback Machine. Supports screenshots, outlink capture, and conditional archiving with configurable options.
Instructions
Save a URL to the Wayback Machine for archival using the SPN2 API. Supports capturing screenshots, outlinks, and conditional archiving. Set WAYBACK_ACCESS_KEY and WAYBACK_SECRET_KEY env vars for higher SPN2 rate limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to save to the Wayback Machine | |
| forceGet | No | Use simple HTTP GET instead of browser rendering (faster but no JS) | |
| captureOutlinks | No | Also archive up to 100 outlink pages linked from this URL | |
| captureScreenshot | No | Capture a screenshot of the page as a PNG image (uses the im_ modifier) | |
| jsBehaviorTimeout | No | Run JavaScript for N seconds before capturing (max 30) | |
| delayWbAvailability | No | Delay indexing ~12 hours to reduce server load | |
| ifNotArchivedWithin | No | Skip if archived within timeframe, e.g. "30d" (30 days), "1h" (1 hour) |