zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Web Tools/Wayback Machine
Logo Wayback Machine

Wayback Machine

Lookup archived snapshot dari Internet Archive Wayback Machine — find historical version of any URL by date.

1 endpoint1 endpoint on this scraper4 calls4 calls so farupdated 3 months agoLast updated 6/13/2026, 2:24:53 AMllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Snapshot

Lookup archived snapshot.

GET/v1/web-tools:wayback/snapshot5m cache2 paramschecking key…
Parameters
urlstringrequired

URL lengkap yang ingin dicari snapshot-nya

timestampstring

Tanggal target snapshot (YYYYMMDD atau YYYYMMDDhhmmss). Kosongkan untuk snapshot terbaru

·
Response
EXAMPLE
{
  "url": "https://example.com",
  "found": true,
  "source": "web.archive.org",
  "snapshot": {
    "url": "https://web.archive.org/web/20230101000811/https://example.com/",
    "status": "200",
    "available": true,
    "timestamp": "20230101000811",
    "timestampIso": "2023-01-01T00:08:11.000Z"
  },
  "requestedTimestamp": "20230101"
}

Code

Snapshot
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("web-tools:wayback", "snapshot", {
  "url": "https://example.com",
  "timestamp": "20230101"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Snapshot/v1/web-tools:wayback/snapshot
2 params

Parameters

urlstringrequired
URL lengkap yang ingin dicari snapshot-nya
timestampstringoptional
Tanggal target snapshot (YYYYMMDD atau YYYYMMDDhhmmss). Kosongkan untuk snapshot terbaru

Request

curl -X GET "https://api.zapi.ink/v1/web-tools:wayback/snapshot?url=https%3A%2F%2Fexample.com&timestamp=20230101" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://example.com",
  "found": true,
  "source": "web.archive.org",
  "snapshot": {
    "url": "https://web.archive.org/web/20230101000811/https://example.com/",
    "status": "200",
    "available": true,
    "timestamp": "20230101000811",
    "timestampIso": "2023-01-01T00:08:11.000Z"
  },
  "requestedTimestamp": "20230101"
}

Related APIs

More in web-tools

Jina Reader

web-toolsjina-reader

Convert any webpage ke clean Markdown via Jina Reader — ideal untuk AI/LLM ingestion. Strip nav, ads, scripts; keep title + content.

203203 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Translate

web-toolstranslate

Translate text between languages.

109109 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Cek Email Leak

web-toolscek-email-leak

Cek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yang terdampak.

2727 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Domain Availability

web-toolsrdap

Check domain registration availability via RDAP protocol.

3030 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

BuiltWith Analyzer

web-toolsbuiltwith

Tech stack detector — framework, CMS, analytics, CDN, dan lainnya.

1414 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Weather Forecast

web-toolsweather

Retrieve current weather conditions and forecast for a geographic location.

77 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.