Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man archive-snapshot

/archive-snapshot(1)

agentutility / web-probe / archive-snapshot
PRICE / CALL
$0.02
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
utilities
STATUS
live
NAME
archive-snapshot wayback machine api / archive.org wrapper
SYNOPSIS
POST https://x402.org/v1/archive-snapshot
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Wayback Machine API / archive.org wrapper. Returns closest archived snapshot URL + timestamp. Optionally fetches and cleans the archived page text. For historical content + reference rot fixes.

INPUTrequest schema
propertytypedescriptionreq?
urlstringOriginal URL to look up in the Wayback Machine archive.required
timestampstringISO 8601, YYYY-MM-DD, YYYYMMDD, or YYYYMMDDhhmmss.optional
fetch_textbooleanAlso fetch + clean the archived page. Default false.optional
OUTPUTresponse shape
fieldtypedescription
requested_urlstringEchoes back the URL submitted for archive lookup.
snapshot_urlstringDirect link to the closest archived snapshot on web.archive.org.
snapshot_timestampstringWayback Machine timestamp of the snapshot in YYYYMMDDhhmmss format.
snapshot_iso_timestampstringSnapshot capture time as an ISO 8601 datetime string.
snapshot_statusstringHTTP status code the archive recorded when it captured the original page.
archived_textstringCleaned plain-text body extracted from the archived page, when text fetch was requested.
archived_text_charsnumberCharacter count of the cleaned archived_text payload.
archive_fetch_statusnumberHTTP status code returned when fetching the snapshot page from web.archive.org.
sourcestringUpstream archive provider used for the lookup, e.g. wayback or archive.org.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/archive-snapshot \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the archive-snapshot tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
archivewaybackhistorymonitor
methods
POST
cluster
webprobe
price
$0.02 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
dmarc-checkDMARC / SPF / DKIM checker.$0.02
dns-lookupDNS lookup / DNS resolver / DoH proxy.$0.02
expand-urlURL expander / redirect chain tracer / link-shortener resolver.$0.02
password-strengthPassword strength meter + breach checker.$0.02
whoisDomain WHOIS / RDAP lookup.$0.02
whois-lookupWHOIS / RDAP domain lookup.$0.02
arxiv-searcharXiv full-text search.$0.03
ssl-certSSL certificate inspector / TLS cert checker / certificate transparency lookup / ssl expiry.$0.03
SEE ALSO
agentutility(7) · webprobe(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org