The Wayback Machine's CDX API Is the Real Tool, Not the Calendar UI
The Internet Archive has been quietly snapshotting the public web since 1996, and the resulting Wayback Machine now holds well over a hundred billion captures spanning more than 200 million sites. For research, that scale matters less than one specific capability: it's often the only place left to see a page after the live site has deleted it, redesigned it, or quietly edited what it says. Content gets taken down all the time — the Wayback Machine is frequently the only record that it ever said something different.
Browsing a single URL's history
The default workflow is simple enough not to need much explanation: go to web.archive.org, paste in the URL you want, and you land on a calendar view color-coded by how many captures exist and what HTTP status they returned. Pick a year, then a date with captures available, then a time of day if there were multiple snapshots that day, and you're looking at the page as it rendered at that moment. It works well for the common case — "what did this specific page say on this specific date" — and needs nothing more than a browser.
The same site also runs Save Page Now, which triggers a fresh capture of a live page on demand rather than waiting for the Archive's own crawler to get to it. If you've found something time-sensitive — a claim, a listing, a since-edited statement — that isn't already archived, saving it yourself takes seconds and gives you a permanent, citable snapshot before it can disappear. This is worth doing reflexively the moment you spot something worth preserving, not after you've finished reading it.
Where the calendar UI stops being the right tool
The browser workflow assumes you already know the one URL you care about. It falls apart the moment the question is site-wide — "what pages has this domain ever had," or "did they used to run a /team page that's gone now" — because clicking through a calendar one URL at a time doesn't scale to that. That's what the CDX API is for: one HTTP request returns a full list of every URL the Archive has ever captured under a domain, along with timestamps and status codes for each capture.
https://web.archive.org/cdx/search/cdx?url=example.com/*&output=json
That single query does what would otherwise be an afternoon of manually guessing and checking URLs — it's the difference between spot-checking a page you already suspect existed and actually enumerating a domain's full historical footprint, including pages that were never linked from anywhere still standing. For any investigation that needs to reconstruct how a site's structure changed over time, or find pages that have since been quietly removed, this is the starting point, not the calendar view.
Cost and difficulty
Completely free, with no account needed for either the browsing UI or the CDX API. Difficulty is about as low as it gets — rated 1 out of 5 for the basic calendar workflow, since it's just pasting a URL and clicking dates. The CDX API raises that only slightly: it's a plain URL you can open directly in a browser, but getting real use out of it means being comfortable skimming a JSON or plain-text response rather than a rendered page, which is a small step up from pure point-and-click.
Where it falls short
Coverage isn't uniform. High-traffic, well-linked sites get crawled often; obscure or newly-created pages might have been captured once, or never. Treat the absence of a snapshot as inconclusive, not as proof a page never existed — it just means the Archive's crawler never reached it, which is a different thing entirely. Even where a capture exists, dynamic content, embedded video, and JavaScript-driven interactivity frequently don't survive archiving intact, so a snapshot can render as a broken or partial version of what the live page actually looked like. Site owners can also request removal from the Archive or block the crawler outright via robots.txt, so a domain going dark in the Wayback Machine doesn't necessarily mean anything sinister — it may just mean the owner opted out.
The other failure mode is interpretive rather than technical: a snapshot with no surrounding context can be misread. A page captured mid-edit, during an outage, or as part of an A/B test can look like something it wasn't. Pull the surrounding captures — before and after the one you're citing — to confirm what you're looking at is representative and not a one-off artifact, and stay within the Archive's own terms of use, which permit fair-use research rather than wholesale republishing of archived content.
Where it fits
Reach for the calendar UI when you already have a URL and a rough date in mind. Reach for the CDX API the moment the question becomes site-wide — reconstructing a domain's history, finding deleted pages, or confirming when a specific piece of content first appeared or disappeared. And reach for Save Page Now the instant you spot something worth preserving, before it has the chance to vanish from the live web entirely.