Wayback History Evidence API avatar

Wayback History Evidence API

Pricing

from $33.50 / 1,000 wayback history evidence api verdicts

Go to Apify Store
Wayback History Evidence API

Wayback History Evidence API

Resolves each target URL against the public Wayback Machine and returns validated snapshot evidence records โ€” archived playback URL, capture timestamp, CDX status/MIME/digest, a live re-check of the playback URL, and the coverage window.

Pricing

from $33.50 / 1,000 wayback history evidence api verdicts

Rating

0.0

(0)

Developer

NexGen Watch

NexGen Watch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

๐Ÿ”” Wayback History Evidence API

Resolves each target URL against the public Wayback Machine and returns validated snapshot evidence records โ€” archived playback URL, capture timestamp, CDX status/MIME/digest, a live re-check of the playback URL, and the coverage window โ€” selected by earliest / latest / nearest. A read-only archive evidence API; it never submits captures.

Output is one archive_snapshot row per result; billing is pay-per-event, the value event being one wayback history evidence api verdict (a $0.02 start fee per run, then $0.05 per wayback history evidence api verdict). Source: archive.org, web.archive.org.

No login, no API key and no CAPTCHA solving are involved: the source is read logged-out with an identified contact User-Agent.

๐Ÿ“Š Sample Output

Wayback History Evidence API sample output โ€” a table of real wayback history evidence api verdict rows (target_url, snapshot_timestamp, snapshot_datetime, original_url) from run l9dj5dpbafX57LJVl on build 0.1.7

Real rows from run l9dj5dpbafX57LJVl on build 0.1.7 (2026-09-23), the same input as the Quick start below โ€” every value is as the source published it (emails masked, long text shortened):

target_urlsnapshot_timestampsnapshot_datetimeoriginal_urlcdx_mimetypecdx_digest
https://example.com/202609230832482026-09-23T08:32:48Zhttps://example.com/text/htmlPKUMGV5XIIUJG5CKD4HZMCRWKUMVP5S6

The run finished with the status message: 1 snapshot record(s): 1 validated+charged, 0 unbilled (no-coverage/unvalidated/blocked/unreachable/unparseable) | archive_snapshot_check charged=1

โœ… What you get

Each row is flat JSON with these fields (from the dataset schema and the sample run; a field the source does not publish for a given row is null):

  • target_url (string/null) โ€” e.g. https://example.com/
  • selector (string/null) โ€” e.g. latest
  • snapshot_timestamp (string/null) โ€” e.g. 20260923083248
  • snapshot_datetime (string/null) โ€” e.g. 2026-09-23T08:32:48Z
  • archived_url (string/null) โ€” e.g. https://web.archive.org/web/20260923083248/https://example.com/
  • original_url (string/null) โ€” e.g. https://example.com/
  • cdx_statuscode (string/null) โ€” e.g. 200
  • cdx_mimetype (string/null) โ€” e.g. text/html
  • cdx_digest (string/null) โ€” e.g. PKUMGV5XIIUJG5CKD4HZMCRWKUMVP5S6
  • validated (boolean/null) โ€” e.g. True
  • validation_http_status (integer/string/null) โ€” e.g. 200
  • validation_mime (string/null) โ€” e.g. text/html
  • coverage_earliest (string/null) โ€” e.g. 2002-01-20T14:25:10Z
  • coverage_latest (string/null) โ€” e.g. 2026-09-23T08:32:48Z
  • total_captures (integer/string/null) โ€” e.g. 1000+
  • evidence_chain (string/null) โ€” e.g. {"cdx_query":"https://web.archive.org/cdx/search/cdx?url=https%3A%2F%2Fexample.c
  • faults (string/null) โ€” null in every sample row
  • record_type (string) โ€” e.g. archive_snapshot
  • source (string/null) โ€” e.g. public Wayback Machine (web.archive.org) CDX index
  • outcome (string/null) โ€” e.g. answer
  • input (string/null) โ€” e.g. https://example.com/
  • outcome_reason (string/null) โ€” null in every sample row
  • observed_at (string/null) โ€” null in every sample row
  • terminal (string/null) โ€” null in every sample row

Output & billing

One row per requested selector per target. A snapshot that is returned by the archive AND whose playback URL live-validates (HTTP 200โ€“399) carries outcome: answer and bills once. Identical capture digests are de-duplicated so one physical snapshot never double-bills. A target with no archive coverage, a returned-but-unvalidated snapshot, or an archive query blocked/unreachable, is an unbilled status. Push-then-charge: every row is delivered before its charge, so a billing hiccup can only ever undercharge.

โš™๏ธ Sample inputs

1. Quick start โ€” the Store example (this is what the sample above came from)

{
"urls": [
"https://example.com/"
],
"selectors": [
"latest"
],
"maxUrls": 5,
"userAgent": "Mozilla/5.0 (compatible; NexGenWatchBot/1.0; +https://apify.com/nexgenwatch)"
}

The sample run charged exactly: 1 ร— $0.02 apify-actor-start + 1 ร— $0.05 archive_snapshot_check = $0.07 on the Free tier โ€” every delivered row was billed.

2. A smaller, narrowed run

{
"urls": [
"https://example.com/"
],
"selectors": [
"latest"
],
"maxUrls": 5,
"userAgent": "Mozilla/5.0 (compatible; NexGenWatchBot/1.0; +https://apify.com/nexgenwatch)",
"nearTimestamp": "20200101"
}

A bounded run for checking the field shape before scheduling. nearTimestamp narrows what the source is asked for.

3. A full-size run

{
"urls": [
"https://example.com/"
],
"selectors": [
"latest"
],
"maxUrls": 5,
"userAgent": "Mozilla/5.0 (compatible; NexGenWatchBot/1.0; +https://apify.com/nexgenwatch)"
}

The same input run on a schedule; each run is billed only for what it delivers.

๐Ÿงพ JSON sample record

One real record from run l9dj5dpbafX57LJVl, exactly as it lands in the dataset (emails masked, long text shortened):

{
"target_url": "https://example.com/",
"selector": "latest",
"snapshot_timestamp": "20260923083248",
"snapshot_datetime": "2026-09-23T08:32:48Z",
"archived_url": "https://web.archive.org/web/20260923083248/https://example.com/",
"original_url": "https://example.com/",
"cdx_statuscode": "200",
"cdx_mimetype": "text/html",
"cdx_digest": "PKUMGV5XIIUJG5CKD4HZMCRWKUMVP5S6",
"validated": true,
"validation_http_status": 200,
"validation_mime": "text/html",
"coverage_earliest": "2002-01-20T14:25:10Z",
"coverage_latest": "2026-09-23T08:32:48Z",
"total_captures": "1000+",
"evidence_chain": "{\"cdx_query\":\"https://web.archive.org/cdx/search/cdx?url=https%3A%2F%2Fexample.com%2F&output=json&fl=timestamp,original,statuscode,mimetype,digest&limit=1000\",\"selector_source\":\"cdx\",\"playback_validation\":\"HTTP 200\"}",
"faults": null,
"record_type": "archive_snapshot",
"source": "public Wayback Machine (web.archive.org) CDX index",
"outcome": "answer",
"input": "https://example.com/",
"outcome_reason": null
}

๐Ÿ”ง How it works

Transport. Plain HTTPS from the Apify platform, no proxy. robots.txt is read first and a disallowed path is never fetched. Every request carries an identified contact User-Agent.

Terminal states. A run ends NORMAL, CAPPED (your cap was reached), PARTIAL (something was withheld and the message says what), GENUINE_EMPTY (the source was read and truly had nothing in scope) or BLOCKED (the source refused or changed shape โ€” the run FAILS loud and bills nothing). A zero-row run is never reported as a silent success.

Charging. Each wayback history evidence api verdict is charged at the moment it is pushed (archive_snapshot_check); a row that fails to charge is not delivered, so the dataset count always equals the charged count.

What you submit

urls โ€” target urls to look up in the archive. Target URLs to resolve against the public Wayback Machine CDX index. Per requested selector (earliest / latest / nearest) ONE validated snapshot record: archived playback URL, capture timestamp, original URL, CDX status/MIME/digest, a live validation of the playback URL, and coverage summary (earliest, latest, total captures). Only web.archive.org is contacted (SSRF- and robots-gated per the standing law; identical snapshot digests are de-duplicated so the same capture never double-bills). A validated snapshot record bills; a target with no archive coverage, or an archive query blocked/unreachable, is an unbilled status. No archive submissions are ever made.

The runtime source gate (per submitted target)

You choose the targets, so the source contract is enforced at run time โ€” for every archive query โ€” only web.archive.org / archive.org are ever contacted โ€” per origin, before any page is read:

  • robots.txt fetched once per origin and honored; no robots / 404 = permitted, a disallowed path or an unavailable/forbidden robots file = BLOCKED.
  • SSRF guard โ€” every host is resolved and must be public; private, loopback, link-local, reserved and cloud-metadata addresses are refused before a socket opens.
  • HTTP โ€” 403 / 429 / 5xx = BLOCKED; DNS / timeout / connection faults = UNREACHABLE.

A BLOCKED or UNREACHABLE target is delivered as an unbilled status row โ€” never a broken-site verdict, and never charged.

Why this and not the obvious alternative

validated Wayback snapshot evidence records (playback URL, digest, live re-check, coverage window) selected by earliest/latest/nearest โ€” a read-only archive evidence API, not an archive submitter and not a live-site scraper.

What is not done. No login, no cookie or CAPTCHA bypass, no private or personal-account data, no browser automation.

๐Ÿ’ฐ Pricing example

EventFreeBronzeSilverGold
Actor Start (apify-actor-start)$0.02$0.02$0.02$0.02
Wayback History Evidence API verdict (archive_snapshot_check)$0.05$0.04$0.04$0.03

Worked at the live Free-tier price:

  • 1 wayback history evidence api verdicts: $0.02 start + 1 ร— $0.05 = $0.07
  • 25 wayback history evidence api verdicts: $0.02 start + 25 ร— $0.05 = $1.27
  • 100 wayback history evidence api verdicts: $0.02 start + 100 ร— $0.05 = $5.02

A run that delivers zero rows charges the $0.02 start fee only. A BLOCKED run (source refused) fails loud and charges no value event. The start fee is charged once per GB of run memory; the default run memory is 4096 MB.

Yield on the sample run: 1 snapshot record(s): 1 validated+charged, 0 unbilled (no-coverage/unvalidated/blocked/unreachable/unparseable) | archive_snapshot_check charged=1.

This actor reads public, logged-out pages and feeds published by archive.org, web.archive.org. It collects only what the source publishes to any visitor, keeps to the source's robots rules (checked on every run), identifies itself with a contact User-Agent, and does not access accounts, private data or anything behind authentication. Use the output in line with the source's terms and your local law; the intended use is B2B research and monitoring.

โ“ FAQ

Q: Do I need an API key or a login?
A: No. The source (archive.org, web.archive.org) is read logged-out; the input schema has no key field and the actor carries no secrets.

Q: Why did my run return 0 rows?
A: Read the run's status message. GENUINE_EMPTY means the source was read and had nothing in scope for your input; BLOCKED means the source refused and the run failed without billing a value event โ€” retry later or narrow the input. A zero-row run bills the start fee only.

Q: How fresh is the data?
A: Every run reads the source live at run time; nothing is cached between runs. Put it on a schedule for a continuous feed.

Q: What formats can I export?
A: The dataset downloads as JSON, CSV, Excel, XML or RSS from the run's Dataset tab or the Apify API, and any run can push to a webhook or integration.

Q: How is this different from the other NexGen Watch actors actors?
A: Same output shape and billing model; this one covers archive.org, web.archive.org. The siblings under Related Actors cover the other sources or slices โ€” run several on one schedule for a combined feed.

Q: Are there rate limits?
A: The actor paces itself against the source and honours its robots rules; there is no per-buyer limit beyond your Apify plan's concurrency.

๐Ÿ†˜ Troubleshooting

  • Run FAILED with BLOCKED โ†’ the source refused the request or changed its page shape โ†’ nothing was billed beyond the start fee; retry after a while, and if it persists open an Issue with the run id.
  • Fewer rows than expected โ†’ the source had fewer items in scope โ†’ widen the input.
  • Input validation error on start โ†’ a field is outside the schema's allowed values โ†’ start from the Quick start block and change one field at a time.
  • Run TIMED-OUT โ†’ a very wide request on a slow day โ†’ raise the run timeout in Run options or narrow the input; what was delivered before the timeout is still in the dataset.

โญ Found this useful?

If this actor saved you a manual check, a quick review on the Apify Store helps other teams find it. Feature request or a source that changed? Open it from the Issues tab โ€” every one is read.