📚 Wayback Machine Checker
Pricing
Pay per event
📚 Wayback Machine Checker
Check if URLs are archived on the Wayback Machine and find closest snapshots by date. Bulk lookup via Internet Archive API. Ideal for compliance, legal evidence, and content restoration.
Pricing
Pay per event
Rating
0.0
(0)
Developer
太郎 山田
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 hours ago
Last modified
Categories
Share
Check if URLs are archived on the Wayback Machine and find closest snapshots by date. Essential for compliance, legal evidence, and content restoration.
Store Quickstart
Start with the Quickstart template to verify 3 archived URLs. For bulk verification, use Portfolio Archive Check with up to 500 URLs.
Key Features
- 📚 Official Internet Archive API — Uses archive.org/wayback/available endpoint
- 📅 Closest-snapshot lookup — Find archived version nearest to any date
- 🔍 Availability check — Know if a URL was ever archived
- 📊 Snapshot count — Total archived versions per URL
- ⚡ Bulk processing — Up to 500 URLs per run
- 🔑 No API key needed — Free, open Internet Archive service
Use Cases
| Who | Why |
|---|---|
| Compliance teams | Legal evidence preservation for regulated industries |
| Journalists | Verify historical versions of web pages that may have been edited |
| SEO recovery | Restore content from accidentally deleted pages |
| Brand protection | Track archived versions of competitor sites over time |
| Academic research | Cite archived web sources in publications |
Input
| Field | Type | Default | Description |
|---|---|---|---|
| urls | string[] | (required) | URLs to check in archive (max 500) |
| closest | string | Target date YYYY-MM-DD (optional) | |
| checkAvailability | boolean | true | Return availability details |
Input Example
{"urls": ["https://example.com/old-article", "https://deleted-site.com"],"closest": "2020-01-01","checkAvailability": true}
Output Example
{"url": "https://example.com/old-article","available": true,"closestSnapshot": {"url": "https://web.archive.org/web/20200115000000/https://example.com/old-article","timestamp": "20200115000000"},"archivedVersions": 23}
FAQ
How far back can I check?
Internet Archive has snapshots back to 1996. Coverage depends on whether a URL was crawled.
Why is my URL 'not available'?
Either it was never archived, or Internet Archive excluded it (due to robots.txt or removal request).
Is this the same as running curl to archive.org?
Yes, but with bulk processing, error handling, and structured output for datasets.
Can I archive new URLs?
This actor only reads from the archive. To save NEW pages, use archive.org's /save/ endpoint.
Related Actors
URL/Link Tools cluster — explore related Apify tools:
- 🔗 URL Health Checker — Bulk-check HTTP status codes, redirects, SSL validity, and response times for thousands of URLs.
- 🔗 Broken Link Checker — Crawl websites to find broken links, 404 errors, and dead URLs.
- 🔗 URL Unshortener — Expand bit.
- 🏷️ Meta Tag Analyzer — Analyze meta tags, Open Graph, Twitter Cards, JSON-LD, and hreflang for any URL.
Cost
Pay Per Event:
actor-start: $0.01 (flat fee per run)dataset-item: $0.003 per output item
Example: 1,000 items = $0.01 + (1,000 × $0.003) = $3.01
No subscription required — you only pay for what you use.